﻿*
{
	margin:0;
	padding:0;
	border:0;
}

body
{
	background: #4966ac;
	font-family: Arial;
}

#flasher
{
	font-size: 18px;
	font-style: italic;
	color: #ffffff;
	text-align:center;
	background:#1e3264;
}

#contactInfo
{
	color: #ffffff;
	background:#1e3264;
}

#contactInfo ul
{
	list-style-type:none; overflow:hidden;
}

#contactInfo li
{
	float:left; padding: 5px 5px 5px 0px;
}

#contactInfo a
{
	padding: 5px 0px 5px 5px; color:#ffffff; text-decoration:none;
}

#contactInfo a:hover
{
	text-decoration: underline;
}

#outer_wrapper
{
	width: 960px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	margin: 0px auto;
	background:#d4d3e5;
}

#header
{
	margin-top:3px;
	margin-bottom:3px;
	border-bottom:solid 1px #1e3264;
	border-top:solid 1px #1e3264;
}

#content
{
	float:left;
	width:619px;
	border-top:solid 1px #1e3264;
	border-left:solid 1px #1e3264;
	padding: 20px;
	min-height:500px;
	background: #ffffff url(/images/content_bg.jpg) repeat-x top;
}

#content p
{
	padding-bottom:20px;
}

#content h1
{
	color:#1e3264;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	padding-bottom:20px;
}

#content ul
{
	list-style-type:none;
}

#navigation
{
	float:left;
	width:300px;
}

#navigation
{
}

#navigation ul
{
	line-height:24px;	
}



#navigation ul li
{
	padding:10px;
	border-top:solid 1px #a6a5b7;
	border-bottom:solid 1px #a6a5b7;
	background:#ebeaf7;
	margin-bottom:5px;
}

#navigation ul a
{
	font-weight:bold;
	color:#1e3265;
	font-style:italic;
}

#navigation ul a:hover
{
	color:#8d0102;
}

#navigation ul li:hover
{
	background:#f9f9fc;
	cursor:pointer;
	color:#8d0102;
}

#content ul li
{
	padding:5px 0px 5px 40px;
	margin-bottom:10px;
	background:#ffffff;
	border:solid 1px #939393;
	background:#ffffff url(/images/list.jpg) no-repeat 10px 9px;
}

#content ul li ul
{
	margin-left:40px;
}

#content ul li ul li
{
	border:0;
	margin-bottom:0;
	padding-left:0px;
	list-style-type:disc;
	background:none;
}

#content_wrap
{
	overflow:hidden;
}

#content h3
{
	color:#1e3264;
	padding:0px 0px 10px 0px;
	text-decoration:underline;
}

#content .section
{
	border: solid 1px #939393;
	padding:10px;
	background:#ffffff;
	margin-bottom:20px;
}

#content .section p
{
	line-height:24px;
	padding:0;
}


.strong
{
	font-weight:bold;
	color:#1e3264;
}

label
{
	color:#1E3265;
	font-weight:bold;
}

input
{
	border:solid 1px #1E3265;
	padding:4px;
	width:300px;
}

.submitButton
{
	background:#1E3265;
	padding:10px;
	color:#ffffff;
	text-decoration:none;
}

.submitButton:hover
{
	text-decoration:underline;
}