/******************** DEFAULT ********************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	background-image: url(../images/background.gif);
	text-align: center;
}

A:link, A:visited {
	color:#2483BD;
	text-decoration:none;
}
A:hover {
	/*color:#4AB5F6;*/
	color: #005286;
	text-decoration:underline;
}

FORM {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
/*
ul {
	list-style:none;
	margin-left:12px;
	margin-right:12px;
	line-height:12px;
}
ul li{
	background-image:url(../images/list-bluedot.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left:12px;
	line-height:12px;
}*/
P {
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
	line-height:16px;
}

select, span, td
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #252525;
}

input, textarea
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #252525;
	border: dotted 1px gray;
}

table
{
     border-collapse: separate;
}

/******************** END DEFAULT ********************/

/********************************************************/

/********* MAIN OBJECTS *********/

#MainContainer
{
	width: 780px;
	background-color: White;
	margin-top: 0px;
	margin-bottom: 10px;
    left: 50%;
    margin-left: -390px;
    position: absolute;
}

#Footer
{
    font-size: 10px;
    height: 20px;
    background-color: #636363;
    border-top: solid 2px #ffffff;
    color: #eee;
    text-align: left;
    padding: 5px 10px 8px 10px;
    
}

#LogoContainer
{
    background-color: White;
    height: 250px;
}

#LogoContainer .logo
{
    width: 200px;
    text-align: center;
}

#LogoContainer .banner
{
    vertical-align: middle;
}


/********* CONTENT *********/

#Content
{
    background-color: White;
    border-bottom: solid 3px #959595;
    
    /*padding: 10px 10px 10px 10px;*/
}

#Content .left
{
    padding: 10px 10px 10px 10px;
    background-color: #FEF8E6;
    width: 150px;
    vertical-align: top;
}

#Content .right
{
    vertical-align: top;
    height: 98%;
}

.header
{
    background-color: #e1e1e1;
    padding: 5px 5px 5px 10px;
    color: #464646;
    font-weight: bold;
    background-image: url(../images/corner.gif);
    background-repeat: no-repeat;
    border: solid 1px #e1e1e1;
}

.contentbody
{
    margin: 10px;
    background-color: #FEF8E6;
    color: #666666;
    text-align: justify;
    height: 96%;
}

.listheader
{
	padding: 2px;
	border: solid 1px gray;
	color: Black;
	font-weight: bold;
	background-color: #cccccc;
}

.listitem td
{
	padding: 5px;
}

.listitemalt td
{
	padding: 5px;
	background-color: #eeeeee;
}

.listleft
{
    text-align: right;
    font-weight: bold;
    padding: 2px 5px 2px 2px;
    
}

.imagelist
{
    width: 100px;
    vertical-align: top;
}

.imagelist img
{
	padding: 2px;
	background-color: white;
    border: solid 1px black;
}

.imagedesc
{
    text-align: left;
    vertical-align: top;
    background-color: #FDF1CC;
    /*border: solid 1px silver;*/
    padding: 5px 5px 5px 5px;
}


/********************************************************/

/*** TOP NAVIGATION ONLY ***/

#Navigation
{
    border-top: solid 1px White;
    background-color: #636363;
    height:60px;
    vertical-align: bottom;
}

#Navigation td
{
    width: 16%;
    text-align: center;
    border-right: solid 1px #898989;
    font-size:11px;   
    font-weight: bold;
    
}

#Navigation A:link, #Navigation A:visited 
{
    display:block;
	text-decoration:none;
	color:#eeeeee;	
	padding:10px 0px 10px 0px;
}

#Navigation A:hover {
	display:block;
	text-decoration:none;
	color:#005286;	
	background-color:#F3F1DC;	
    padding:10px 0px 10px 0px;
}

#Navigation .selected
{
    background-color: #ccc;
    color: #005286;        
}
#Navigation .selected A:link, #Navigation .selected A:visited 
{
    color: #005286;        
}

#Navigation .last
{
   border-right-width: 0px;
}


A.tailou:link,  A.tailou:visited 
{
	text-decoration:none;
	color:#eeeeee;	
}

A.tailou:hover {
	text-decoration:none;
	color:#6dcff6;	
}

#Gallery td
{
	text-align: center;
}

#Gallery img
{
	margin-right: 5px;	
	margin-bottom: 5px;
	border: solid 2px white;
}

#Gallery a img
{
	border: solid 1px #000;
}

#Gallery a:hover img
{
	border: solid 1px #f5989d;
}

/*** END TOP NAVIGATION ONLY ***/