@import url("Imported/nav2.css");
@import url("Imported/footernav.css");
@import url("Imported/forms.css");
@charset "UTF-8";
/* Global stylesheet */

* html {
	font-size:101%;
}

body {
	margin:20px 0 0 0;
	font:0.625em "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	background-color:#ffffff;
}

p {
	font-size:1.2em;
	margin-top:0;
	line-height:1.5;
	margin-bottom:0.6em;
	color:#87898c;
	color:#67696c;
	color:#404040;
}
	.bluetext {
		color:#00274b;
	}
	.largetext {
		font-size:1.6em;
	}
	.redtext {
		color:#ff0000;
	}
	.greentext {
		color:#009900;
	}

ul {
	margin-left:1em;
	padding-left:1em;
}

li {
	font-size:1.2em;
	margin-top:0;
	line-height:1.5;
	margin-bottom:0.6em;
	color:#404040;
}

h1 {
	font-size:2em;
	margin-top:0;
	color:#231f20;
	font-weight:normal;
}

h2 {
	font-size:1.8em;
margin-top:0;
	font-weight:normal;
}

h3 {
	font-size:1.4em;
	/*margin-top:0.6em;*/
	margin-bottom:0.6em;
	line-height:1.2;
	color:#231f20;
	font-weight:normal;
}

a {
	color:#0638cc;
	text-decoration:none;
}
	a:hover {
		color:#c11523;
		text-decoration:underline;
	}

div.cleardiv {
	clear:both;
}

table.properlyspacedtable {
	width:auto;
}

table.properlyspacedtable td {
	padding:0 5px 5px 0;
}
	table.properlyspacedtable td p, table.properlyspacedtable td h2, table.properlyspacedtable td h3 {
		margin:0;
	}

img.imageright {
	float:right;
	display:inline;
	margin:0 0 15px 15px;
}

/* LAYOUT */

#printheader {
	display:none;
}

#pagecontainer, #headercontainer, #bodycontainer, #footercontainer {
	width:955px;
}
	#pagecontainer {
		margin:0 auto;
	}

/* Navigation at top */

#headercontainer {
	height:105px;
	margin:0 0 10px 0;
	background:url(../Images/Layout/nav2bg.jpg) left bottom no-repeat;
}


#subnavtop {
	width:955px;
	height:53px;
	padding:0;
}

#subnavthissection {
	width:955px;
	height:22px;
	padding:0;
}

#subnavbottom {
	float:right;
	display:inline;
	height:22px;
	padding:8px 10px 0 0;
}
/* See nav2.css for top and bottom link styles */

/* Body */

#bodycontainer {
	min-height:350px;
}

#col1, #col2 {
	float:left;
	display:inline;
	margin:0;
}

#col1 {
	width:240px;
	margin-right:20px;
}

#col2 {
	width:695px;
	min-height:400px;
	padding:3px 0 0 0;
	background:url(../Images/Layout/bodybg_top.jpg) 0 0 no-repeat;
	background-color:#ffffff;
}

#col2inner {
	/* Total width 693px + 1px border on each side */
	width:665px;
	min-height:702px;
	padding:12px 14px 1px 14px; /* 1px padding required at bottom to prevent gap before col2bottom */
	border-left:1px solid #c6c7c6;
	border-right:1px solid #c6c7c6;
}

#col2bottom {
	width:695px;
	height:3px;
	background:url(../Images/Layout/bodybg_bottom.jpg) no-repeat;
	overflow:hidden;
}

/* Footer */

#footercontainer {
	clear:both;
	margin:20px 0;
}

#footernav {
	margin:0 0 6px 0;
	padding:10px 0 4px 0;
	border-top:1px solid #c6c7c6; 
	border-bottom:1px solid #c6c7c6; 
}
/* See footernav.css for link styles */

#footerother {
	
}
	#footerother p {
		color:#c6c7c6; 
	}

/* End */
