@charset "utf-8";
/* CSS Document */

/*default attributes for page body*/

body {
	margin: 0px;
	font-family: "Verdana", Arial, Geneva, sans-serif;
	color: #000;
	background-color: #3e4fa6;
	
}
/*Main layout default page ID's*/

#page {
	background-image: url(../images/misc/contentBackBlue.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #3e4fa6;
	width: 100%;
	/*border:2px solid #000000;*/
	}
#wrapper {
	Margin: auto;
	Width: 960px;
	/*background-color: #CCC;*/
	
	}
#header {
	background-image: url(../images/banner/logo.png);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#3e4fa6;
	height:100px;
	width:100%;
	padding: 0px 0px 0px 0px;
	/*border-right: 1px solid #0f0;*/
	
	}
#centerColumn { /*Default Two Column*/
	/*background-color: #ADA96E;*/
	
	width:710px;
	text-align: left;
	margin: 0px 250px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-left: 2px solid #000000;*/
	/*border-top: 2px solid #000000;*/
	}
#centerColumn3 { /*Default Three Column*/
	text-align: left;
	margin: 0px 250px 0px 250px;
	padding: 0px 0px 0px 0px;
	}
#centerColumnFull { /*Default One Column*/
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#rightColumn {
	/*background-color: #FFF;
	border-left:2px ridge #408;
	border-right:2px ridge #408;*/
	width: 240px;
	float: right;
	text-align: left;
	margin: 0px 0px 0px 0px
}
#leftColumn {
	text-align: center;
	margin: 0px;
	width: 250px;
	float: left
}
#footer {
	background-color: #666;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 75%;
	color: #000000;
	clear: both
}
/*Classes*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.main, p.main { /*used to prevent white space with floating div's */
	margin: 0px
}
/*paragraph formatting*/

.lft {
	text-align: left;
}
.rgt {
	text-align: right;
}
.cntr {
	text-align: center;
}
.sml {
	font-size: 75%;
}
/*Horizontal rule formatting*/
.home_hr {
	color: #FF9;
}
/*Link formatting*/
header links

a:link{ 
	font-size: 100%;
	color: #000000;
	text-decoration: underline; 
	}

a:visited{ 
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
	}

a:hover{
	font-size: 100%;
	color: #0000FF;
	text-decoration: underline; 
	}

a:active{ 
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
	}

/*body links*/

a.body:link {
	font-size: 100%;
	color: #666666;
	text-decoration: underline;
}
a.body:visited {
	font-size: 100%;
	color: #666666;
	text-decoration: underline;
}
a.body:hover {
	font-size: 100%;
	color: #0000FF;
	text-decoration: underline;
}
a.body:active {
	font-size: 100%;
	color: #666666;
	text-decoration: underline;
}
/*footer links*/

a.footer:link {
	font-size: 100%;
	color: #FFF;
	text-decoration: underline;
}
a.footer:visited {
	font-size: 100%;
	color: #FFF;
	text-decoration: underline;
}
a.footer:hover {
	font-size: 100%;
	color: #3F0;
	text-decoration: underline;
}
a.footer:active {
	font-size: 100%;
	color: #FFF;
	text-decoration: underline;
}
