body {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
background: url('../images/bg.jpg') no-repeat center top #003867;
}
td {font-family: Arial CE, Arial, Tahoma, Verdana, Helvetica; font-size: 12px; color:#666666; text-align: left}
a {font-family: Arial CE, Arial, Tahoma, Verdana, Helvetica; font-size: 12px; text-decoration: none; color:#3b8ec2; font-weight: bold}
a:hover {color: #ffea00}
input, textarea, select {font-family: Verdana, Arial CE, Arial, Tahoma, Helvetica; border: 1px solid #CCCCCC; padding:1; color:#333333; font-size: 10px}


.navi {font-family: Arial CE, Arial, Tahoma, Verdana, Helvetica; font-size: 11px; text-decoration: none; color:#FFFFFF; font-weight: normal;}
.navi_bg {background: #7cbee7; padding: 5px; color: #FFFFFF}
.blue {font-family: Arial CE, Arial, Tahoma, Verdana, Helvetica; font-size: 13px; text-decoration: none; color:#3b8ec2; font-weight: bold}
.blue1 {font-family: Arial CE, Arial, Tahoma, Verdana, Helvetica; font-size: 12px; text-decoration: none; color:#3b8ec2; font-weight: normal}
.bottom {font-family: Arial CE, Arial, Tahoma, Verdana, Helvetica; font-size: 11px; text-decoration: none; color:#FFFFFF; font-weight: normal; padding-top: 10px; text-align: right}
.search {font-family: Arial CE, Arial, Verdana, Tahoma, Helvetica; border: 0px solid #CCCCCC; padding:2; color:#FFFFFF; font-size: 11px; background: #88cfee; }

img {border: 0;}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:240px;	width: 980px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -5px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.paging a.active {
	font-weight: bold; 
	background: #3b8ec2; 
	border: 1px solid #1d618c;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold; color: #3b8ec2}





#sidebar {
	float: left;
	width: 255px;
}

#menu {
	background: #044595 url(../images/menu.png);
	width: 255px;
}

#menu ul {
	list-style: none;
}
#menu ul li {
	height: 35px;
	display:block;
	width:100%;
}

#menu ul li a {
	background: url(../images/menu1.gif);
	display:block;
/*	height: 35px;*/
}

#menu ul li a:hover {
	background: url(../images/menu2.gif) repeat-x;
}

#menu ul li a span {
	width:183px;
	display:block;
	line-height: 35px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#menu ul li a:hover span {
	background-image: url(../images/arrow2.gif);
}
#menu ul li.submenu {
	height: auto !important;

}
.submenu a span{
font-weight: normal;
text-transform: none !important;
width: 173px !important;
color: #87cace !important;
line-height: 20px !important;
padding: 3px 0 3px 20px !important;
}

.submenu a:hover span{
color: #ffffff !important;
}
