* { margin:0px; padding:0px;}
html { font-size: 100%; height: 100%;}
body {font: normal 70%/1.3em Arial, Helvetica, sans-serif;color:#000000;background-color:#aeaeae;}
a {color:#3f78c0;text-decoration:none;}
a:hover {text-decoration:none; color:#000;}
p {font-size:1.2em;}
img {border:0;}
ul li{list-style-type:none;}
input, textarea, select {border:1px #c0c0c0 solid;}
input:hover, input:focus, textarea:focus{cursor: text; border: 1px solid #3f78c0;}

label
{
	font-weight: bold;
	float: left;
	text-align:right;
	width: 110px;
	padding-right:25px;
}

/* button style */
.button1{
	font-weight:bold;
	background-image:url(../images/btn_bg.jpg);
	padding:3px;
	border:1px solid #2a578f;
	cursor: pointer;
	color:#fff;
	font-size:1.0em;
}
.button1:hover{cursor: pointer;color:#000;}

#page-container
{
	width:780px; 
	margin:auto; 
	background-color:#ffffff;
}

/* header text */
h1 
{
	font-size:1.2em; 
	font-weight:bold; 
	color:#11478a; 
	padding:5px;
}

h2 
{
	font-size:1.1em; 
	color: #676767; 
	font-weight:bold; 
	padding:8px; 
	border-bottom:1px solid #9d9d9d;
}

h3 
{
	font-size:1.1em; 
	color: #373737; 
	text-align:center;
}

h4 
{
	font-size:1.0em; 
	color: #000;
}

h5 
{
	font-size		: 1.0em; 
	color			: #000; 
	background		: url(../images/blue_bullet.jpg) no-repeat; 
	padding-left	: 15px;
}

h6 
{
	font-size		: 1.1em;
	color			: #676767; 
	font-weight		: bold; 
	padding-left	: 15px;
	border-bottom	: 1px solid #9d9d9d;
	background		: url(../images/blue_bullet.jpg) no-repeat; 
}

/*top menu style*/
#topmenu{width:575px; display:table; }
#topmenu ul li
{
	float:left; 
	height:61px; 
	background:url(../images/menu_sep.jpg) right top no-repeat;
}

#topmenu ul li a
{
	display: block;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	line-height:61px;
	color:#908b8b;
	width:115px;
}

#topmenu ul li a:hover{color:#3f78c0;}
#topmenu .current a{color:#3f78c0;} 

#topmenu ul .lastchild
{
	float:left; 
	height:61px; 
	background-image:none;
}

/* Header */
#header
{
	height:269px; 
	width:100%; 
	display:table;
}

#header div
{
	width:575px; 
	float: right;
}

#header span
{
	width:205px; 
	float:left;
}

/*left panel style*/
#leftpanel
{
	width: 189px; 
	float:left; 
	background-color:#f6f6f6; 
	padding:8px;
	padding-bottom:100px;
	display:block;
}

#bluebox
{
	float:left; 
	color:#FFF; 
	background-color:#7caeed; 
	border-top:3px solid #4078c0; 
	width:189px; 
	padding:8px; 
	margin-top:-90px;
}

/* Body */
#container
{
	background-color:#f6f6f6;
	height:100%
}

#content
{
	margin-left:205px;
	padding:10px; 
	background-color:#fff;
}

#content span
{
/*	color: #CC0000; */
}

/*Footer*/
#footerbg
{
	border-bottom:4px solid #929292;
	background-color:#cccccc;
	clear:both;
}

#footer
{
	height:37px;
	font-size:1.0em;
	color: #808080;
	text-align:right;
	padding:10px 5px 10px 0px;
}
#footer a{ color:#808080;}
#footer a:hover { color:#FFF;}

.successMsg
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #006600;
}

.boldtext
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #ffffff;
}