.shadow {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
.bodya {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 2px;
}
.menuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-left: 3px;
	color: #5B5B5B;
	text-transform: uppercase;
}

.menuitem li{
	list-style-type: square;
	text-indent: -7px;
	line-height: 16px;
	background-color: #ffffff;
	font-size: 8px;
}

a {
			text-decoration: none; 
			color: #7299cf;
}

#center ul {
	padding:0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#center ul li {
	margin-left:5px;
	margin-bottom:8px;
	
}

a:hover {
			text-decoration: none; 
			color: #E6BF1F;
}

.sectionlink {
	background-color: #ffffff;
}

.sectionlink a:hover{
	background-color: #ffffff;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


.dots {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}



.rightmenu {
	background-color: #eeeeee;
}

.bluebox {
			 
			background-color: #EDF3FE; 
			border: 1px solid #74A8F5; 
			padding: 10px; 
			}
