/** Simplified Box Model Hack to trick IE5/Win into using the right font size **/
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for compliant browsers */
	}
/** be nice to Opera rule **/
html>body {
	font-size: small;
	}
	
* { margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:800px;
	margin:0 auto;
}

#heading {
	width:800px;
	height:105px;
}

#headline {
	background-color:#00a3b4;
	width:799px;
	height:30px;
}

#headline h1 {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-stretch:wider;
	font-size: 22px;
	font-weight: bold;
	text-align:right;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:-3px;
}

#mainlinks {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#mainlinks a {
	text-decoration:none;
	font-weight:bold;
	text-transform:capitalize;
	color:#00a3b4;
}

.divider {
	margin-left:12px;
	margin-right:12px;
	color:#00a3b4;
	font-weight:bold;
}

#leftcol {
	position:relative;
	float:left;
	width:236px;
}

#resource {
	background-color:#004679;
	color:#ffffff;
	text-align:left;
	width:212px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:24px;
}

#resource1 {
	background-color:#004679;
	color:#ffffff;
	text-align:left;
	width:212px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:24px;
}

#res-pic {
	background-color:#24a2b4;
	width:236px;
	height:119px;
}

#res-pic img {
	margin-right:11px;
}

#formdiv {
	background-color:#c6e7ee;
	text-align:left;
	color:#00457b;
	margin:0;
	width:236px;
}

#formdiv p {
	margin-right:20px;
	margin-left:20px;
	padding-top:15px;
}

#formdiv form {
	margin:15px;
}

#nobull {
	list-style-type:none;
	padding-top:4px;
	margin:0;
}

#nobull li {
	margin-bottom:8px;
}

#copy {
	width:325px;
	position:relative;
	float:left;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
}

#copy a {
	color:#004679;
	text-decoration:none;
}

#copy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	line-height:25px;
	color:#00a3b4;
}

#email {
	background-image:url(images/call_outbox.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	height:107px;
	width:185px;
	margin:0;
}

#email a {
	text-align:left;
	color:#FFFFFF;
	text-decoration:none;	
}

.link {
	color:#ffffff;
	text-decoration:none;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}

.contacttext {
	color:#FFFFFF;
	margin-top:15px;
	margin-left:17px;
	margin-right:10px;
	text-align:left;
}
	
.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

#footer {
	text-align:center;
	clear:both;
}

#footer p { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004679;
	margin-bottom:10px;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#004679;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}