﻿body {
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size:14px;
	color:#020202;
	background-color:#1b1b1b;
	
}

/* links */
a { 
	color:#18324E;
	background-color: inherit;
	font-style:italic;
	text-decoration:none;
	
}

a #right{
				text-align:center;
}

a:hover {
	color:#6F1C00;
	background-color: inherit;
}

h3 {
	font: bold 1em, Verdana, Sans-serif;
	color: #333;	
}
h2 {
	font: bold 1em, Verdana, Sans-serif;
	color: #333;	
}
h1 {
	font: bold 1em, Verdana, Sans-serif;
	color: #333;	
}
h2 { font-size: 1.4em; color: #6297BC; }
h3 { font-size: 1.3em; color: #6297BC;}

h1, h2{
		margin:2px 15px;
}



h2,h3,h4,h5,p {
	margin: 10px 15px;
}

ol {
	margin: 10px 30px;
	padding: 0 15px;
	
}
ul {
	margin: 10px 30px;
	padding: 0 15px;
}

img.padding{
	padding-left:15px;
}

img.paddingright{
	padding-right:15px;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

hr{
	height:2px;
	background-color:#055B74;
	color:#055B75;	
}

table{
				border-collapse:collapse;
}

#tableP{
	width:98%;
}

#tableG{
	border:medium black solid; 
	padding-bottom:10px;
	border-collapse:separate;
			
}

#tableG td{
font-weight:bold;
}

#tableP td{
		border-bottom:2px #055B74 solid;
		padding-top:10px;
		padding-bottom:10px;
		text-align:justify;
}

#tableP th{
				width:85px;
				text-align:center;
				height:19px;
				border-bottom:2px #055B74 solid;
				padding-top:10px;
				padding-bottom:10px;

}


#tableS table{
			margin-left:15px;
			width:65%;
			border-collapse:collapse;

}

#tableS th{
		width:180px;	
		border-bottom:none;
		text-align:left;
		margin-left:-15px;
		
}

#tableS td{
		height:19px;	
}

#tableS caption{
	margin-bottom:8px;
	margin-top:15px;
	border-bottom:2px #054D61 solid;
	font-size: 1.3em; 
	color:#055B74;
	text-align:left;
	

}


#banner {
	background: #FFF;
	width: 955px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
/*checked - the header picture part*/
#content-wrap {
	
	clear: both;
	margin: 0; padding: 0;	

}

#header {
	position:relative;
	height:80px;
	top:-10px;
	background-color:#F9B822;	
}

#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.0em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 1px;
	top: 0; left: 5px;	
	color:#CC0000
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 75%;		
}

/* main- format for h1 in main */
#main h1 {
	color:#055B74;
	font-family:"Segoe Print", "Verdana";
	font-size:28px;
	font-weight:bold;
}

#main h4 {
	color:#055B74;
	font-family:"Amazone BT", "Verdana";
	font-size:18px;
}

#main h2{
		font-family:"Segoe Print", "Verdana";
		font-size: 22px;
		color: #6297BC;
		margin-top:2px 
	}

#main h3{
		font-family:"Segoe Print", "Verdana";
		font-size: 16px;
		color: #6297BC;
		margin-top:2px 
	}


#main h5 {
	text-align:left;
	font-size:12px;

}


/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	padding: 0; margin: 0px 0 0 0;	
	background: #0BADDD; 
	color: #000000;
  
}

#sidebar h2{
	margin: 0px 0px 10px 5px;
	text-align:left;
	font:bold 1.4em, Tahoma;
	color: #000000;	

}

#sidebar h1{
	margin: 0px 0px 10px 5px;
	text-align:center;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000000;	
}


#sidebar a{
	color: #000000;	
	text-decoration:underline;
	font-style:normal;
}


#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
	border-top: 1px solid #A9D4EF;	
		
}

#sidebar ul.fixed{	
	position:fixed;
		
}



#sidebar ul.sidemenu li {	
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #D2E8F7;
	background-color:#FFF;
}
#sidebar ul.sidemenu a {
	color: #333;	
	text-decoration:none;	
	min-height:18px;
}


#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #6F1C00;
	border-left:4px solid #6F1C00;
}


/* Footer */
#footer { 
	clear: both; 
	color: #000; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 88px;	  
	font-size: 95%;
	font-style:italic;	
}

#footer .footer-left{
	float: left;
	width: 100%;
}

/* menu tabs */
#header ul {
	
	position:inherit;
	left:5px;
	height:30px;
   	padding: 0;
   	list-style:none; 
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-align:center;

}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
/* Header menu style*/
#header a span { 
   float:inherit;
   display:block;
   background-color:#0BADDD;
   border:thin black solid; 
   margin:10px 0 10px 0px;
   padding:10px 10px 10px 10px; 
   color: #000;
   width:101px;
   font-style:normal;
}

#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
   background-color:#8B8B5C;
}
#header #current a {
   background-position:0% -42px;
   color:#8B8B5C;
}
#header #current a span {
   background-position:100% -42px;
   background-color: #8B8B5C;
}


.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.centre { text-align:center;
	font-size:15px;

}


.clear { clear: both; }
