html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3f3f3f;
	line-height: 1.4;
	margin:0px;
	padding:0px;
	background: #000099 url(images/bg.jpg) repeat-x !important; 
}

a {
	color: #1939ac;
	text-decoration: none;
}

a:hover {
	color: #1939ac;
	text-decoration: underline;
}

.mainTopCell{
	background-image: url(images/main_top_bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.mainTopCell a{
	color: #FFFFFF;
	text-decoration: none;
}

.mainTopCell a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.mainCell{
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
}

.menuCell{
	padding-bottom: 15px;
}

.menuItem{
	height: 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 13px;
	text-align: left;
}

.menuItem a{
	color: #1939ac;
}

.subMenuItem{
	height: 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 24px;
	text-align: left;
}

.subMenuItem a{
	color: #1939ac;
}

.subMenuItem2{
	height: 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 48px;
	text-align: left;
}

.subMenuItem2 a{
	color: #1939ac;
}

.menuA{
	height: 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 13px;
	font-weight: bold;
	background-image: url(images/menu_a.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.submenuA{
	height: 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 24px;
	background-image: url(images/submenu_a.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.submenu2A{
	height: 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 48px;
	background-image: url(images/submenu2_a.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.sidebarContent{
	background-image: url(images/sidebar_bg_middle.jpg);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.7;
	text-align: left;
}

.sidebarTitle{
	font-size: 18px;
	color: #1939ac;
	text-align: right;
}

.sidebarCellBottom{
	padding-bottom: 10px;
}

.schoolname{
	font-size: 29px;
	padding-bottom: 15px;
}

.title{
	font-size: 15px;
	font-weight: bold;
}

.mainText{
	text-align: left;
}

.mainBottomCell{
	background-image: url(images/main_footer_bg.png);
	background-repeat: no-repeat;
	color: #d5eff8;
}

.mainBottomCell a{
	color: #d5eff8;
	text-decoration: none;
}

.mainBottomCell a:hover{
	color: #ebf9fe;
	text-decoration: none;
}

