@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
} 
body {
padding: 0;
margin: 0;
background-color:#333333;
font-family:Tahoma, Verdana, "Trebuchet MS";
font-size:12px;
line-height:18px;
color:#03476e;
}
h2{
padding-top:10px;
padding-left:10px;
color:#262729;
font-family:Tahoma, Verdana, "Trebuchet MS";
font-size:14px;
}
h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #5492b3;
	text-decoration: none;
	line-height: 14px;
}
h3{
line-height:25px;
padding-bottom:10px;

}

a{
text-decoration:none;
color:#03476e;
}
#maink h1{ color:#03476e; font-size:12px;font-family:Tahoma, Verdana, "Trebuchet MS";}
#wrap {
width:902px;
margin:0 auto;
height:auto;
background-color:#f7f7f7;
}
#wrap-space{
height:12px;
}

#inner-wrap {
margin:0 auto;
width:879px;
height:auto;
background-color:#FFFFFF;

}
#logo-area{
padding-top:10px;
padding-left:5px;
height:80px;

}
#logo-area a{
float:right;
}
#navbar{
background:#FFFFFF;
height:32px;
}


#flash_show{
padding-top:12px;
margin:0 auto;
padding-bottom:12px;
}
#dform{
height:45px;
background-color:#e4e6eb;

}
#boarea{
padding-top:12px;
}
#boarea a{
text-decoration:none;
color:#023850;
font-weight:bold;
}
#dspace{
height:30px;
}
#footer{
height:40px;
padding-top:20px;
color:#FFFFFF;
background-color:#1e1e1e;
}

#footer a{

vertical-align:middle;
color:#FFFFFF;
text-decoration:none;

}
.textbox {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #262729;
	text-decoration: none;
	border-top-color: #7699ab;
	border-right-color: #7699ab;
	border-bottom-color: #7699ab;
	border-left-color: #7699ab;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


.login_box {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-top-color: #7699ab;
	border-right-color: #7699ab;
	border-bottom-color: #7699ab;
	border-left-color: #7699ab;
	height: 23px;
	width: 149px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.newlogin_box {
	  padding: 9px; 
	border: solid 1px #30b4f5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 250px;
	background: #FFFFFF;
	margin-bottom:3px;
}
#but{
margin-top:6px;
   width: auto;
	padding: 9px 15px;
	background: #34ade6;
	border: 0;
	font-size: 14px;
  color: #FFFFFF;
}

#pscroller1{
width: 490px;
height: 100px;
/*border: 0px solid black;
//padding: 5px;
//background-color: lightyellow; */
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}


/* Style the menu and position list items */
ul.mainMenu {
    font-family: Tahoma, Verdana;
	font-size:12px;
	position: relative;
	height: 34px;
	background: #000 ;
	clear: both;
	padding-right:0px;
	padding-left:2px;

}
ul.mainMenu li { 
background: #000 ;
float: left; 
height: 34px;
list-style: none; 
border-right: 1px solid white;
}

/* Style and position links and images in second level list items */
ul.mainMenu li a {

line-height:34px;
	padding: 12px 15px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
		font-size:11px;
}
ul.mainMenu li a:hover {
	color: #1897de;
	background:#fafafb;
}

/* When hovering over main list items, show second level lists */
/* This is only for #menu1 */

/* Position and style second level lists and items */
ul.mainMenu ul {
	position: absolute;
	top: 35px;
	left:0;
	right:0;
	display: none; /* Hide until parent list item is hovered on */
	line-height:22px;
	
	
}

#title {
padding-top:5px;
padding-bottom:5px;
	background:#e8e9eb;
	color:#3480ab;	
	font-weight:bold;
	text-align:center;
	font-size:14px;
	width:100%;
	
	}

ul.mainMenu ul a {
	color:#023e5b;
}

/* Rounded corners */


