.FirstStype {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. */

/*******************************************
Web Site Styles
********************************************/
a
{
	color:#003366;
	font-family:Georgia, Garamond, Serif;
}

body
{
	margin:10px 10px;
	padding:0px 10px;
	background:#003366;
}

#container
{
	border:solid 1px #000033;
	background:#fff;
	width:898px;
	text-align:left;
}

.header
{
	width:898px;
	height:84px;
	border:none;
}

#nav
{
	margin:0px;
	padding:4px 0px;
	border-bottom:solid 1px #000033;
	background: url("/images/nav-bg.jpg") repeat-x top left;
	width:898px;
	height:20px;
	overflow:hidden;
	text-align:center;
}

#nav li
{
	list-style:none;
	float:left;
	padding:0px 25px;
	border-right:solid 1px #000033;
	height:20px;
}

#nav .nav-last
{
	border-right:none;
}

#nav li a 
{
	line-height:18px;
	font-family:Georgia, Garamond, Serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

#nav li a:hover
{
	text-decoration:underline;
}

hr
{
	height:1px;
	padding:0;
	border:none;
	margin:0;
}

#footer, #footer a
{
	color:#fff;
	font-size:11px;
	text-align:left;
	width:900px;
	margin-top:3px;
}

#flash-container
{
	width:898px;
	height:367px;
	background:#c0c0c0;
}

#side-nav
{
	margin:0px;
	padding:0px;
}
#side-nav li a
{
	font-size:14px;
	color:#333;
	text-decoration:none;
}

#side-nav li a:hover
{
	text-decoration:underline;
	color:#003366;
}

#side-nav li
{
	/*
	border-bottom:dotted 1px #999;
	*/
	padding:1px 3px;
	list-style:none;
	margin:5px 0px;
}

.breadcrumb
{
	border-top:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	padding:2px;
	margin:5px 0px;
	cursor:default;
}

.breadcrumb, .breadcrumb a
{
	font-size:13px;
	color:#444;
	text-decoration:none;
}

.breadcrumb a:hover
{
	text-decoration:underline;
	color:#003366;
}

h1
{
	font-size:26px;
	margin:10px 0px;
	font-family:Garamond, Serif;
	color:#333;
}

h2
{
	font-size:22px;
	margin:8px 0px;
	padding:0px;
	font-family:Garamond, Serif;
	color:#555;
}

h3
{
	font-size:18px;
	margin:8px 0px;
	font-family:Garamond, Serif;
	color:#777;
}

p
{
	line-height:25px;
	margin:15px 5px;
	color:#333;
	font-family:Georgia, Garamond, Serif;
	font-size:15px;
	text-align:justify;
}

ul, ol
{
	color:#333;
	font-family:Georgia, Garamond, Serif;
	font-size:15px;
	margin-top:0px;
	margin-bottom:0px;
	
}
li
{
	line-height:18px;
	list-style-position:outside;
	
}

.FormText
{
	font-size:14px;
	font-weight:bold;
	color:#555;
}

.Button
{
	padding:0px;
	margin:0px;
	background: url("/images/nav-bg.jpg") repeat-x top left;
	border:solid 1px #333;
	font-family:Georgia, Garamond, Serif;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
}