body{
	background-color: #333399;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:100%;
	/*background-image: url(../images/blueshadowbg_760.jpg);
	background-position:center;
	background-repeat:repeat-y; */
}

#wrapper{
	width: 760px;
	margin: 0px auto;
	text-align: left;
}
#printlogo{
	display: none;
}
	
#banner{
	height: 125px;
	background-image: url(../images/cmcheader_blue_760.jpg);
	background-repeat: no-repeat;
}

#banner p{
	text-align:right;
	font-size:14px;
	padding-top: 0px;
	font-weight: bold;
	margin-right: 10px;
}

#nav{
border-bottom: 3px solid #ff6600;	padding: 0;
}

#nav ul{
padding: 0;
margin: 0;
background-color: #333399;}

#nav ul li{
	display: inline;
	margin: 0;
}

#nav ul li a{
font-size: 14px;
color: #FFFFFF;
background-color: #333399;
text-decoration: none;
padding: 0 25px 0 25px;
/*border-right: 1px solid #000000;*/
text-align: center;
font-weight:bold;
width: 9em;
} 

#nav ul li a:hover, #nav ul li a:focus{
background-color: #ff6600;
}
#content{
	margin-left: 0px;
	background-color: #FFFFFF;
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	border-left-color: #ff6600;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #ff6600;
	border-right-style: solid;
	border-right-width: 3px;
}

#content p {font-size: 100%;
margin: 0px 10px 0px 10px; /*top, right, bottom, left*/
padding: 10px 0px 0px 0px; /*top, right, bottom, left*/
}

#content table{font-size: 100%;
margin: 0px 10px 0px 10px; /*top, right, bottom, left*/
padding: 10px 0px 0px 0px; /*top, right, bottom, left*/
}

#content h1{
	font-size: 130%;
	color: #333399;
	padding: 0px, 0px, 0px, 0px;
	margin: 0px;
}

#content h2{
font-size: 110%;
color: #ff6600;
padding: 0;
margin: /*100px 0 0*/ 15px;
}
#content h3{
font-size: 100%;
color: #9999ff;
padding: 0;
margin: /*100px 0 0*/ 20px;
font-weight:bold;
}
#content table{
font-size:100%;
}

#content table p{
	font-size:100%;
	text-align: justify;
}
.leftimage{
float: left;
margin-right: 5px;
border: 1px none #000000;
}

.rightimage{
margin-bottom: 10px;
float: right;
margin-left: 5px;
border: 1px none #000000;
width: fixed;
}

#rightimage_pastcontent{
	margin-top:200 px;
	margin-left:800 px;
	float: right;
	background-attachment: fixed;
}
.centerimage{
float: inherit;
margin-right: 10px;
border: 1px solid #000000;
}


#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
}

#footerinfo {border-top: 3px solid #ff6600;
	clear:both;
}

#footerinfo p{
color:#999999;
text-align:center;
font-size:12px;
}
#footerinfo a:link {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
#footerinfo a:visited {
	
	font-weight: bold;
	color: #9999ff;
	text-decoration: none;
}

#footerinfo a:hover {
	font-weight: bold;
	color: #9999ff;
	text-decoration: none;
}
a:link {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	
	font-weight: bold;
	color: #9999ff;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
