/* CSS Document */
body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#006699;
background-image:url(/ms/images/g3bg.jpg);
background-position:center;
background-position:top;
background-repeat:repeat-y;
}

td{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
}

#micrositeMenu{
background-color:#000066;
}

#micrositeMenu a{  
	clear: right; 	
	float: left; 
	height: auto; 
	width: auto; 
	padding-top: 5px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	border: #ffffff; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	text-decoration: none;
	color: #ffffff;
	background-color:#000066;
}

#micrositeMenu a:link{

	color:#ffffff;
}

#micrositeMenu a:visited{

color:#ffffff;
}

#micrositeMenu a:hover{
	background-color: #000000; 
	color: #ffff00;
}

.menubg{
background-color:#000066;
}

.titlebg{
color:#ffffff;
}

#sideContent{
background-color:#000033;
color:#ffffff;
}

#sideContent a:link{

color:#ffffff;
}

#sideContent a:visited{

color:#ffffff;
}

.extraContent{

color:#ffffff;
padding:5px;

}

a:link{

	color: #ffff00;
}

a:visited{

color: #ffff00;
}

a:hover{

	color: #ffffff;
}

#orgFooter a{
color:#ffffff;
}

img{border:0px;}