﻿*
{
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}

.clear
{
	clear:both;
}

p
{
	margin-bottom:10px;
}

p.quote
{
	text-align:center;
	padding:15px;
	border:1px solid #fff;
}

h1
{
	font-size:14pt;
	border-bottom:1px solid red;
	margin-bottom:15px;	
	margin-top:15px;
	background-image:url(images/flag.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

h2
{
	font-size:12pt;
	border-bottom:1px dotted blue;
	margin-top:15px;
	margin-bottom:5px;
}

h3
{
	margin-bottom:5px;
}

h3 a
{
	font-size:11pt;
	text-decoration:none;
	color:black;
	margin-left:10px;
	padding-left:15px;
	background-image:url(images/cross.gif);
	background-repeat:no-repeat;
	background-position:0 -18px;

}

h3 a img
{
	margin-right:5px;
}

h4
{
	font-size:11pt;
	margin-top:10px;
	color:#ba1010;
}

body
{
	background:#fff;
}

#page
{
	color: #000;
	background-color: #fff;
	font-family:arial;
	text-align:justify;
	width:785px;
	margin:auto;
}

#bgHeader
{
	background-image:url(images/bgBody.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#header
{
	text-align: left;
	background-color: #0066ff;
	background-image:url('images/header.jpg');
	width:785px;
	margin:auto;
	height:205px;
}

#menu
{
	color: #fff;
	background-color:#fff;
	background-image:url('images/bgMenu.jpg');
	height:45px;
	padding-top:10px;
}

#menu ul
{
	display:inline;
	margin-left:10px;
}

#menu ul li
{
	list-style:none;
	display:inline;
}

#menu ul li a
{	
	color:#666;
	padding:0px 5px 0px 5px;
	text-decoration:none;
	font-weight:bold;
	font-size:13pt;
	opacity:0.6;
}

#menu ul li a img
{
	margin-right:2px;
}
#menu a:active
{
	color:#aaa;
}

#menu a:visited
{
	color:#333;
}

#menu a:hover
{
	color:#000;
	opacity:1;
}

#menu a.selected
{
	opacity:1;
}

#content
{
	padding:20px;
	padding-top:10px;
	background-image:url('images/bgPage.jpg');
}

#content table tr td
{
	padding:5px;
	vertical-align:top;
}


table.hidden
{
	display:none;
	margin-left:20px;
	padding:5px;
	margin-bottom:20px;
}

table.hidden tr td
{
	background:#fff;
	padding:5px;
	border:1px solid #cf5959;
}

#content ul
{
	margin:10px 0 10px 30px;
}

#bottomPage
{
	background-image:url('images/bottomPage.jpg');
	height:20px;
}

#footer
{
	font-size:10px;
	height:50px;
	margin-top:5px;
}

#pix
{
	border:1px solid #0066cc;
	background-color:#ebcc1d;
}














