

/*

------------------------------------------------------
Original concept by Bruno Kerrien,
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

Modified by Tim Whitcombe
------------------------------------------------------

*/

body {
background: #C6C6C6;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
text-align: center;
font-size: 14px;
}

/* --- Links --------- */

#content a:link, #content a:visited, #content a:active {
color: #4B4B4B;
text-decoration: none;
border: none;
border-bottom: 1px dotted #4B4B4B;
}

#content a:hover {
border: none;
border-bottom: 1px solid #4B4B4B;
}

/* --- H1, H2, H3 --------- */

h1, h2 {
font-weight: normal;
margin-top: 0;
color: #000000;
}

h1 {
background: transparent url("cssimg/bullet_h1.gif") no-repeat 0 55%;
letter-spacing: 2px;
border-bottom: 1px solid #000000;
padding-left: 30px;
font-size: 150%;
}

h2 {
background: transparent url("cssimg/bullet_h2.gif") no-repeat 0 55%;
padding-left: 20px;
font-size: 133%;
}



/* --- Wrap --------- */

#wrap {
background:  url("cssimg/bg_container.gif") repeat-y top left;
width: 792px;
margin: 20px auto;
padding: 0;
height: 100%;
text-align: left;
}

/* --- Banner --------- */

#banner {
background: url("cssimg/header.gif") no-repeat top left;
background-color: transparent;
height: 120px;
margin: 0;
}



/* --- Nav top level --------- */

#nav-toplevel {
background: url("cssimg/toplevel.gif") no-repeat top left;
height: 26px;
}

#nav-toplevel ul {
list-style-image: none;
margin: 0;
padding: 0;
}


#nav-main {
background: #eee;
font-size: 100%;
font-weight: bold;
}

#nav-main ul {
margin-left: 16px;
}

#nav-main ul li {
display: inline;
float: left;
margin-right: 3px;
width: 110px;
text-align: center;
}

#nav-main ul li a {
display: block;
background: transparent url("cssimg/tabs.gif") no-repeat 0 0;
height: 26px;
line-height: 26px;
color: #4B4B4B;
text-decoration: none;
font-weight: bold;
border-bottom: none;
}

#nav-main ul li a.current {
background: transparent url("cssimg/tabs.gif") no-repeat 0 -52px;
color: #000000;
}

#nav-main ul li a:hover {
background: transparent url("cssimg/tabs.gif") no-repeat 0 -26px;
color: #4B4B4B;
}

#nav-main ul li a.current:hover {
background: transparent url("cssimg/tabs.gif") no-repeat 0 -52px;
}

/* --- Container --------- */

#container {
margin: 0 17px;
}

/* --- Content --------- */

#content {
margin: 0;
padding: 40px 20px 20px 20px;
width: 717px;
}

#content p, #content ol, #content ul {
font-size: 100%;
font-weight: normal;
line-height: 160%;
text-align: justify;
}




/* --- footer --------- */

#footer {
position: relative;
clear: both;
background: transparent url("cssimg/footer.gif") no-repeat top left;
width: 792px;
height: 10px;

}




/* --- Info standards --------- */

#info-standards {
	text-align: center;
	margin-bottom: 15px;
	font-size: 80%;
}



#info-standards a:link, #info-standards a:visited, #info-standards a:active {
color: #4B4B4B;
background: transparent;
text-decoration: none;
border: 1px solid #C6C6C6;
padding:  -4px 2px 2px 2px;
margin-top: -1px;
}



#info-standards a:hover {
color: #4B4B4B;
background: transparent;
text-decoration: none;
border: 1px solid #4B4B4B;
padding: -4px 2px 2px 2px;
margin-top: -1px;
}


.pic-port {
			float: left;
			margin: 0px 40px 0px 0px;
			border: none;
		}

		
.pic-left {
			float: left;
			margin: 0px 0px 0px 0px;
			border: none;
		}	
		
		
.pic-right {
			float: right;
			margin: 0px 0px 0px 0px;
			border: none;
		}			
		
.red	{
	color: #AE0000;
	font-weight: bold;
}		

.forminput
{      
	font-size : 100%;
	color : #000000;
	background-color : #ffffff;
	font-style : normal;
	border-style : solid;
	border-color : #4B4B4B;
	border-width : 2px;
	}