body
{
	margin: 0;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background: #d8dfea url(images/page-bg.jpg) top repeat-x;
}

p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
}

a
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: underline;
}

#header
{
	position: relative;
	width: 900px;
	height: 136px;
	margin: 0 auto;
	background: url(images/logo.jpg) top left no-repeat;
}

#Nav
{
	height: 25px;
	width: 900px;
}

#content
{
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content_holder
{
	width: 900px;
	margin: 0 auto;
}

#Left
{
	float: left;
	width: 190px;
	background: #0d3c68 url(images/navbottom.jpg) bottom no-repeat;
	text-align: right;
	padding: 8px;
	padding-bottom: 28px;
	color: #cccccc;
}

#Left li
{
	list-style-type: none;
}

#Left a
{
	color: #ffffff;
}

#Left h2
{
	margin: 0;
}

#Right
{
	float: right;
	width: 669px;
	padding: 1px;
	text-align: left;
	color: #11223c;
}

#footer
{
	text-align: center;
	font-size: xx-small;
	padding: 25px;
}

#Nav
{
text-align: center;
}
#Nav .title
{
display: none;
}
#Nav ul
{
margin: 0;
padding: 0;
padding-top: 5px;
}
#Nav ul li
{
display: inline;
list-style-type: none;
padding-right: 7px;
padding-left: 7px;
}
#Nav ul li a
{
color: #ffffff;
font-size: 14px;
}
#Nav ul li a:hover
{

}

#topflash
{
	width: 150px;
	height: 100px;
	position: absolute;
	top: 36px;
	right: 25px;
}

