﻿body {
	position:relative;
	margin:0px;
	padding-left:25px;
	padding-right:25px;
	width:auto;
	background-color:#ede9b2;

}
img {
	margin:0 auto;
}

/* default z-index for block elements */
div {
	z-index:0;
}

.blockelementborder {
	border:2px solid #f78f1e;
}
.blockelementnoborder {
	border:0px #ede9b2 none;
}


/*
 *
 * Page Layout Styles 
 *
 */
 

#mastheadlogo {
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:330px;
	height:240px;
	z-index:1000;

}

/* For accessibility, the page loads using plain text for the masthead title logo
	and then is replaced with an image when the body loads. */
#mastheadlogotext {
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:330px;
	height:240px;
	z-index:1000;

	font-family:"Times New Roman", Times, serif;
	font-size:50px;
	color:#3b6e8f;
	vertical-align:middle;

}
 
#topnav {
	position:absolute;
	top:50px;
	left:330px;
	
	width:auto;
	height:1.5em;
	
	white-space:nowrap;

}
#maincontent {
	position:relative;
	top:0px;
	width:auto;
	margin:auto;
	min-width:750px;

}
#homeflash {
	position:absolute;
	top:-2px; /* offset to account for the border width */
	right:-2px; /* offset to account for the border width */
	width:410px;
	height:284px;

}

#homelogos {
	top:290px;
	right:0px;
	position:absolute;
	width:190px;
	height:76px;

}

#homeleftcontent {
	position:relative;
	top:0px;
	clear:left;
	float:left;	
	margin-top:180px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:25px;
	width:40%;
	
}
#homeleftcontentarea {

	margin-top:180px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:25px;

/*	border:1px solid red;	*/
}

#homeleftcontentarea table {
/*	border:1px solid blue; */
	width:150px;
}

#homeleftcolumn {
	width:46%;
	float:left;
	padding-right:10px;
	display:inline;
	margin-bottom:10px;

}

#homerightcolumn {
	width:46%;
	float:left;
	padding-left:10px;
	display:inline;
	margin-bottom:10px;

}

#homebottomcontent {
	position:relative;
	top:0px;
	width:600px;
	clear:left;
	float:left;
	margin-top:0px;
	margin-left:25px;
	margin-right:10px;
	padding-bottom:10px;

}


#contentspacer {
	position:relative;
	width:600px;
}

.breakfloat {
	clear:both;
}


/*
 *
 * Text Styles 
 *
 */
 
.navigationtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b6e8f;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

.bodytext h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	
	color:#3b6e8f;
}

.ms-WPBody h2 {
	font-size:13px;
	padding-bottom:0px;
	margin-bottom:0px;
	
	color:#f78f1e;
}

.ms-WPBody p {
	padding-top:0px;
	margin-top:3px;
}



/*
 *
 * Hyperlink Styles 
 *
 */
 
 /* Link styles   letter-spacing:3px; */
a:link {text-decoration:none;color:#3b6e8f;}     /* unvisited link */
a:visited {text-decoration:none;color:#3b6e8f;}  /* visited link */
a:hover {text-decoration:underline;color:#0099CC;}   /* mouse over link */
a:active {text-decoration:underline;color:#3b6e8f;}   /* selected link */ 

h2 a {
	color:#3b6e8f;
}
