body{
	padding: 0px;
	margin:0px;
	font-family: Verdana, Tahoma, Geneva, Arial, sans-serif;
	font-size: 0.8em;
	
	background-repeat: repeat-x;
	background-position: top left;
}

/* tags that change based on template. */

#header{
	padding: 0px;
	margin:0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 87px;
	width: 100%;
}

#header a{
	display: block;
	text-decoration: none;
	text-align: left;
	padding-top: 50px;
	padding-left: 150px;
	padding-bottom: 5px;
	margin-top: 0px;
	font-family: Trebuchet MS, Verdana;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

#header a:hover{
}

#col_main a{
}

#col_main a:hover{
}

#col_main h3 {
	font-family: Arial, Verdana;
	font-size: 1.4em;
	/*line-height: 14px;*/
	/*text-transform: uppercase;*/
	/*padding: 15px 0 5px 10px;*/
	margin:0px;
	margin-top: 1.5em;
	padding: 0px;
}

#col_main h2 {
/*	font-family: Trebuchet MS, Verdana;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px 0 5px 0px;
	letter-spacing: 2px;
	font-weight: bold;*/
	font-family: Arial, Verdana;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
}

.linkHouse
{
	/*border-collapse:collapse;
	border: 1px solid #000;*/

	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 	
}

.linkHouse tr td
{
	background-color: #E8F8FF;
	font-weight:bold;
	
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #6EA7C2;
	border-right: 1px solid #6EA7C2;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 		
}

.linkHouse tr td:hover
{
		background-color: #ACE1FA;
}

.linkHouse tr td a
{
	padding: 16px;
	text-align: center;
	vertical-align:middle;
	display:block;
}

.linkHouse tr td a:hover
{

	text-decoration:none !important;
}

#alwaysnav
{
	padding: 8px 0px 8px 0px;
	margin:auto;
	width: 80%;
	background-color: #000000;
	text-align:right;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#alwaysnav a{
	color: #FFFFFF;
	padding: 8px;
	background-color: #000000;
	text-decoration:none;
	font-weight:bold;
}

#alwaysnav a:hover
{
	background-image: url(images/navhover.png);
}

#banners
{
	background-image: url(images/banner-1.jpg);
	height: 200px;
	width: 80%;
	margin:auto;
	/*border-bottom: 1px solid #000;*/
	border-left: 1px solid #B2B2B2;
	background-color: #B64400;
	border-right: 1px solid #B2B2B2;
}

#divNicePeople
{
	color: #FFF;
	padding: 2em;
	font-size: 1.5em;
	font-style:italic;
}

#col_main{
	width: 80%;
	margin: auto;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	background-image: url('images/maincontentbg.png');
	background-color: #FFF;
	background-repeat:repeat-x;
}

#LoginLinks tr td
{
	text-align: center;
	
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

#LoginLinks tr td a
{
	display:block;
	padding: 6px;
}

#LoginLinks tr td a:hover
{
	text-decoration:none;
	background-color: #FEFFA0;
}


#divPadding
{
	padding: 16px;
}

.divPadding{ padding: 16px; }

#col_main p 
{
	margin: 8px;
	color: #46402D;
	font-weight: normal;
	text-align: justify;
}

.leftQuote
{
	float: left;
	border: 1px solid #888;
	background-color: #FFF;
	padding: 8px;
	margin: 8px;
	margin-right: 24px;
	color: #888;
	font-size: smaller;
	font-style:italic;
}

.rightQuote
{
	float: right;
	border: 1px solid #888;
	background-color: #FFF;
	padding: 8px;
	margin: 8px;
	margin-left: 24px;
	color: #888;
	font-size: smaller;
	font-style:italic;
}

.rightQuote ul
{
	margin:0px;
	padding: 0px;
	list-style-type:none;
}

.rightQuote ul li
{
	margin:0px;
	padding: 0px;
	font-style:normal;
}


/*forms */
.formarea
{
	border: 1px solid #BCDFEC;
	padding: 16px;
	background-color: #E2F5F7;
}

.button{
font-family: Verdana, Geneva, Helvetica, Sans-serif; 
font-size: 12px;
}

.ddl{
font-size: 12px; 
font-family: Verdana, Geneva, Helvetica, Sans-serif; 
}

.box{
font-size: 12px; 
font-family: Verdana, Geneva, Helvetica, Sans-serif; 
}

#top{
}

#left{
	margin-top: 0px;
	width:200px;
	float:left;
	display: block;
}

#right{
margin-top: 0px;
margin-left: 210px;
}

#bottom{
clear:both;	
}

#bottomleft{
margin-top: 0px;
width:200px;
float:left;
display: block;
}

#bottomright{
margin-top: 0px;
margin-left: 210px;
}

.Error{
color:Red;
vertical-align: middle;
}

.Success{
color:Green;
vertical-align:middle;
}

.Success img
{
	padding-right: 3px;
	vertical-align:top;
	padding-left: 17px;
}

.Error img
{
	padding-right: 3px;
	vertical-align:top;
	padding-left: 17px;
}

.SDG a
{
	
	text-align: center;
}

/*footer*/
#footer
{
	/*margin-top: 20px;*/
	margin: auto;
	width: 80%;
	font-size: smaller;
	color: #000000;
	/*background-color: #000000;*/
	border: 1px solid #B2B2B2;
	border-top: 0px;
	text-align:right;

	border-top: 1px solid #888;
	background-image: url('images/maincontentbg.png');
	background-color: #FFF;
	background-repeat:repeat-x;	
	
	/*border-right: 1px solid #B2B2B2;*/
}

#footleft{
	padding: 5px;
}
