/* Start of CMSMS style sheet 'Blue' */
body
	{
	font: 10pt Arial;
	background: #0D294E url(images/bg.jpg) no-repeat center top fixed;
	}

h1, h2, h3, h4, h5, h6
	{
	font-family: Verdana;
	color: #FF7F00;
	margin: 3px 5px;
	}

a
	{
	color: #0000FF;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}
	
p
	{
	margin-top: 0px;
	}

p img
	{
	padding: 3px;
	}

img
	{
	border: 0px;
	}

.clearb
	{
	clear: both;
	}

.uppercase
	{
	text-transform: uppercase;
	}

#container-outer
	{
	background-color: #0D294E;
	margin: 0px auto;
	margin-top: 5px;
	width: 900px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	}

#links-top
	{
	background: #0D294E;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	}

#links-top li
	{
	float: right;
	position: relative;
	width: 130px;
	height: 18px;
	background: url(images/top_tab.jpg);
	text-align: center;
	padding-top: 7px;
	z-index: 5;
	}

#links-top li:hover
	{
	background: url(images/top_tab_hover.jpg);
	color: #FF7F00;
	}
	
#links-top a
	{
	display: block;
	color: #000000;
	width: 130px;
	height: 25px;
	}

#links-top a:hover
	{
	color: #FF7F00;
	text-decoration: none;
	}

#links-top ul
	{
	position: absolute;
	right: 0px;
	top: 25px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 10;
	border: 2px solid #BBC5D1;
	border-top: 1px solid #0D294E;
	width: 124px;
	background: #FFFFFF;
	display: none;
	z-index: 10;
	font-weight: normal;
	}

#links-top li:hover ul
	{
	display: block;
	}

#links-top ul li
	{
	background: #FFFFFF;
	width: auto;
	height: auto;
	float: none;
	padding: 0px;
	margin: 1px;
	}
	
#links-top ul li:hover
	{
	background: #BBC5D1;
	}

#links-top ul a
	{
	padding: 0px;
	height: auto;
	width: 124px;
	}
	
#links-top ul a:hover
	{
	color: #0D294E;
	}

#header
	{
	margin-bottom: -4px;
	}
	
#banner-container
	{
	height: 220px;
	overflow: hidden;
	}
	
#banner-noflash
	{
	background: url(images/web_design.jpg);
	height: 220px;
	}

#links-bottom
	{
	background: #0D294E;
	}

#links-bottom a
	{
	display: block;
	float: right;
	width: 120px;
	height: 20px;
	background: url(images/bottom_tab.jpg);
	text-align: center;
	color: #000000;
	padding-top: 2px;
	font-size: 10pt;
	font-weight: bold;
	}

#links-bottom a:hover
	{
	background: url(images/bottom_tab_hover.jpg);
	text-decoration: none;
	color: #FF7F00;
	}

#container-inner
	{
	border: 1px solid #000000;
	padding: 20px;
	position: relative;
	background: #FFFFFF;
	}

#content-left
	{
	margin-right: 220px;
	padding-right: 20px;
	border: 1px dotted #000000;
	border-width: 0px 1px 0px 0px;
	text-align: justify;
	}

#content-right
	{
	float: right;
	width: 200px;
	}

#footer
	{
	background: #0D294E url(images/footer.jpg) no-repeat center top;
	padding-top: 60px;
	padding-bottom: 1px;
	text-align: center;
	color: #FFFFFF;
	}

#footer a
	{
	color: #FFFFFF;
	}
/* End of 'Blue' */

