@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url("images/bg.gif");
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}
a img {
	border: 1px solid #ccc;
}

a {
	color: #7B83AD;
	text-decoration: none;
}
a:hover {
	visibility: visible;
	text-decoration: underline;
/* IE bug fix */
}
.page {
	padding: 28px 125px 0 115px;
	width: 760px;
}
.wrapper {
	position: relative;
	width: 760px;
	height: 100%;
	background: #ffffff;
}
.header {
	position: relative;
	width: 760px;
	height: 150px;
	overflow: hidden;
	font-size: 160%;
	background: #ffffff;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 150px;
	background: url("images/header.gif") no-repeat left top;
}
.main {
	width: 706px;
	margin: 0 auto;
}
.left {
	width: 150px;
	float: left;
	padding: 0 10px 0 0;
}
.right {
	float: left;
	width: 500px;
	padding: 0 19px 0 10px;
}
.left a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.left a:hover {
	color: #666666;
}
.left ul {
	padding: 45px 0 0 0;
}
.left li {
	list-style: none;
	padding: 0 0 10px 0;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	padding: 15px 0 25px 0;
}



/* set the image to use and establish the lower-right position */ 
.loginbox {
	padding: 100px 0 0 0;
}
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{ 
	
} 
.cssbox{ /* intended total box width - padding-right(next) */ 
	width: 135px !important; /* IE Win = width - padding */ 
	width: 30px; /* the gap on the right edge of the image (not content padding) */ 
	padding-right:15px; /* use to position the box */ 
	margin:20px auto; /* set the top-right image */  
	font-size: 10px;
}
.cssbox_head{
	background-position:top right; /* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */ 
	padding-right:40px; /* set the top-left image */
}	
.cssbox_head h2{ 
	color: #000066;
	font-variant: small-caps;
	font-size: 1.5em;
	background-position:top left; 
	margin:0; /* reset main site styles*/ 
	border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
	padding:5px 0 5px 10px; 
	height:auto !important; 
	height:1%; /* IE Holly Hack */
} 
/* set the lower-left corner image */ 
.cssbox_body{ 
	background-position:bottom left; 
	margin-right:25px; /* interior-padding right */ 
	padding:5px 0 15px 10px; /* mirror .cssbox_head right/left */ 
}
.cssbox br {
	line-height: .7em;

}