﻿* { padding: 0; margin: 0; }
* blue
body {
    font-family: Arial, Verdana,Helvetica,sans-serif  ;
	font-size: 13px;
	color: #000000; 
background-color: #CCCCCC;
background-image: url(Images/gradientbk.png);
background-repeat: repeat-x;

}
#wrapper {
   background:#18546E;
	margin: 0 auto;
	width: 1024px;
}
#header {
	color: black;
	width: 1022px;
	float: left;
	padding: 0px;
	border: 0px ;
	height: 100px;
	margin: 0px 0px 0px 0px;
	background: white;
}
#navigation {
	float: left;
	width: 1022px;
	color:#000000;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	background:#C5E1EC;
	}
#leftcolumn {
	color: White;
	border: 0px;
	background: #CCCFD3;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 902px;
	width: 150px;
	float: left;
	
}
#content {
	float: left;
	font-family: Arial, Verdana,Helvetica,sans-serif  ;
	font-size: 13px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	border: 1px solid #ccc;
	background:white;
    line-height:1.5; 
	font-size: 13px;	
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 902px;
	width: 660px;
	display: inline;
}
#content ul
{
display: inline;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
display: inline;
margin: -3px;
padding: 0;

}

#rightcolumn {
	color: #333;
	border: 0px solid #ccc;
	background: #CCCFD3;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 902px;
	width: 150px;
	float: left;
}
#footer {
	width: 1022px;
	clear: both;
	color: white;
	border: 0px 0px 0px 0px solid #ccc;
	height: 75px;
	background: white; 
	margin: 0px 0px 0px 1px;
	padding: 0px;
}
h1 { 

font-family: Arial, Verdana,Helvetica,sans-serif; 

font-size: 18px; 

font-weight: bold; 

color:#18546E; 

} 

h2 { 

font-family: Arial, Verdana,Helvetica,sans-serif;

font-size: 16px; 

font-weight: bold; 

color: #18546E; 

} 

h3 { 

font-family: Arial, Verdana,Helvetica,sans-serif;

font-size: 14px; 

font-weight: bold; 

color: #18546E; 

} 

h4 { 

font-family:  Arial, Verdana,Helvetica,sans-serif;

font-size: 12px; 

font-weight: bold; 

color: #18546E; 

} 
a.side:link {color:#ffffff; font-weight: bold;}
a.side:active {color:#ffffff; font-weight: bold;}
a.side:visited {color:#ffffff; font-weight: bold;}
a.side:hover {color:#ffffff; font-weight: bolder;}

a.center:link {color: #000000; background: #ffffff; font-style: normal;}
a.center:active {color: #000000; background: #ffffff; font-style: normal;}
a.center:visited {color: #ff6100; background: #ffffff; font-style: normal;}
a.center:hover {color: #ff6100; background: #ffffff; font-style: normal;}

