/* CSS Document */

html, body {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:#3d61a9;
	padding:0px;
	margin:0px;
}

#maincontainer {
	position:relative;
	width:800px;
	border-left:5px solid #2a509c;
	border-right:5px solid #2a509c;
	background:url(/images/background.png) repeat-y #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:x-small;
    margin-left:auto;
    margin-right:auto;
}

#heading {
	background:#384c7f;
}

#banner {
	background:url(/images/banner.png) no-repeat;
	width:755px;
	height:27px;
	padding-left:45px;
	padding-top:5px;
	font-size:large;
	color:#FFFFFF;
	text-align:left;
	overflow:hidden;
}

#navigation {
	position:relative;
	height:14px;
	overflow:hidden;
	background:url(images/navbar_bg.png) repeat-x #FFFFFF;
}


#bodyleft {
	color:#FFFFFF;
	float:left;
	width:160px;
	background:#1768ba;
	height:100%;
}

#bodymain {
	float:left;
	width:470px;
	padding:5px;
}

#bodyright {
	color:#FFFFFF;
	float:right;
	width:160px;
	height:100%;
	background:#1768ba;
}

#bodyright a:link, #bodyright a:visited , #bodyright a:active {
	text-decoration:none;
	color:#d5e3ff;
}

#bodyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#end {
	position:relative;
	width:800px;
	height:1em;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	background:#1768ba;
	border-right:5px solid #2a509c;
	border-left:5px solid #2a509c;
	border-bottom:5px solid #2a509c;

	
}

#notes {
	padding:5px;
}

#content {
	position:relative;
	width:450px;
	background:url(/images/content_top.png) no-repeat;
	padding-top:14px;
	padding-left:5px;
	padding-right:5px;
	
	border-left:1px solid #194c82;
	border-right:1px solid #194c82;
	border-bottom:1px solid #194c82;
	
}

.pageheading {
	position:relative;
	width:800px;
	height:32px;
	background:url(/images/banner.png);
}

.bodytext {
	font-size:small;
}

.heading {
	font-size:x-large;
	font-weight:bold;
	color:#3a4f86;
}

.checkpoints {
	font-size:18px;
	font-style:italic;
}

.button {
	float:left;
	height:39px;
	background:url(images/button_left.png) repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4868b1;

	max-width:120px;
	padding-left:8px;
	padding-top:12px;
	
	text-align:center;	
	
	overflow:show;
}

.button a:link, .button a:visited , .button a:active {
	text-decoration:none;
	color:#4868b1;
}

.button a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.buttonright {
	width:11px;
	height:39px;
	background:url(images/button_right.png);
	float:left;
}

.smallbutton {
	background:#1c78da;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#d5e3ff;
	border:1px solid #4166b4;
}

.smallbutton a:link, .smallbutton a:visited , .smallbutton a:active {
	text-decoration:none;
	color:#d5e3ff;
}

.smallbutton a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.smallbutton_hover, .smallbutton_hover a:link, .smallbutton_hover a:hover, .smallbutton_hover a:active, .smallbutton_hover a:visited {
	background:#3369db;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#d5e3ff;
	border:1px solid #4166b4;
}

.marketingmaterials {
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

.fact {
	color:#FF0000;
	font-weight:bold;
}

.subheading {
	color:#394d82;
	font-weight:bold;
	font-size:medium;
}

.plug, .plug a:link,  .plug a:active, .plug a:visited, .plug a:hover {
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#0099FF;
	text-decoration:none;
}