/* Start of CMSMS style sheet '2010' */
body
	{
	background: #CCCCCC;
	margin: 0px;
	text-align: center;
	font: 12pt  Arial;
	}

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

a:hover
	{
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 0px;
	}

p
	{
	margin: 0px 0px 10px 0px;
	}

p img
	{
	margin: 3px;
	}

img
	{
	border: 0px;
	}

.clear
	{
	clear: both;
	height: 1px;
	}

.flash
	{
	}
	
#top-ad
	{
	}

#banner
	{
	background: url(images/banner-bkg.jpg);
	width: 100%;
	height: 150px;
	}

#fade
	{
	background: #FFFFFF url(images/fade.jpg) repeat-x;
	}

#outer-container
	{
	background: #021C57;
	}

#inner-container
	{
	background: #FFFFFF url(images/fade.jpg) repeat-x;
	width: 900px;
	margin: 0px auto 0px auto;
	}

#nav
	{
 	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	}

#nav li
	{
	float: left;
	text-align: center;
	background: url(images/link-bkg.jpg);
	width: 148px;
	height: 30px;
	margin: 0px 1px;
	padding-top: 10px;
	position: relative;
	}

#nav a
	{
	color: #FFFFFF;
	}

#nav li ul
	{
	display: none;
	position: absolute;
	top: 40px;
	left: -1px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	}

#nav li:hover ul
	{
	display: block;
	}

#content
	{
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 7px;
	padding: 10px;
	padding-bottom: 0px;
	text-align: left;
	}

#footer
	{
	background: url(images/bottom-bkg.jpg) repeat-x;
	text-align: center;
	height: 42px;
	padding-top: 6px;
	color: #FFFFFF;
	}

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

#footer a:hover
	{
	text-decoration: none;
	}
/* End of '2010' */

