body {
	margin:15px 10px 0px 10px;
	background:#fff;
	font-family:Arial;
	}

a {
	color:#006D8B;
	text-decoration:none;
	}

a:hover {
	color:#000;
	text-decoration:none;
	}

/** Structure Classes **/

#container {
	width:800px;
	margin:0 auto;
	}
	
/** Header **/

#header {
	width:100%;
	height:94px;
	margin-bottom:10px;
	float:left;
	}

#logo {
	width:450px;
	height:94px;
	float:left;
	display:inline;
	}

#login-box {
	width:350px;
	height:80px;
	padding-top:23px;
	float:right;
	display:inline;
	text-align:right;
	font-size:14px;
	font-weight:bold;	
	}

.loginfield {
	background:#fff;
	border:1px solid #000;
	width:120px;
	}

#nav {
	background:#ECECEC;
	float:left;
	height:20px;
	width:790px;
	padding:5px 0px 5px 10px;
	margin-bottom:15px;
	}

#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#nav ul li {
	list-style:none;
	margin:0px 20px 0px 0px;
	padding:0px;
	display:inline;
	font-size:14px;
	font-weight:bold;
	}

#nav ul li a {
	color:#000;
	text-decoration:none;
	}

#nav ul li a:hover {
	color:#006D8B;
	text-decoration:none;
	}

/** Content **/

#left {
	width:550px;
	float:left;
	display:inline;
	}

.leftdiv {
	padding-bottom:10px;
	border-bottom:1px dotted #000;
	margin-bottom:15px;
	width:530px;
	}

.leftdiv- {
	padding:10px;
	border:1px dotted #000;
	margin-bottom:15px;
	width:510px;
	background:#ECECEC;	
	}

.leftdiv img {
	padding:5px;
	background:#ECECEC;
	margin:10px 0px 10px 0px;
	}

.leftdiv h2, .leftdiv- h2, #right h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	color:#006D8B;
	}

.leftdiv p, .leftdiv- p, #right p {
	margin:4px 0px 10px 0px;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	}

.leftdiv ul, .leftdiv- ul {
	list-style:disc;
	font-size:12px;
	}
	
.leftdiv ul li, .leftdiv- ul li{
	margin:10px 0px;
	padding-left:10px;
	}

#right {
	width:215px;
    height:370px;
	padding:15px;
	float:right;
	display:inline;
	background:#E8F0FA;
	font-size:12px !important;
	}

#right ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#right ul li {
	list-style:none;
	margin:8px 0px 8px 0px;
	padding:1px 0px 0px 30px !important;
	padding:0px 0px 0px 30px;	
	background:url(images/bullet.gif) top left no-repeat;
	font-size:12px;
	}

.boxes {
	width:215px;
	float: right;

	margin:0 auto;
	}

.box {
	width:215px;
	height:290px;
	margin-bottom:23px;
	float:left;
	display:inline;
	}

.boxmore {
	float:right;
	margin-top:0px;
	text-align:right;
	font-size:10px;
	font-weight:bold;	
	}

.boxmore a {
	color:#000;
	text-decoration:none;
	}

.boxmore a:hover {
	color:#006D8B;
	text-decoration:none;
	}

.roundedcornr_box_441059 {
	background: url(images/roundedcornr_441059_tl.png) no-repeat top left;
	width:182px;
	margin-bottom:23px;
	float:left;
/*	display:inline;	*/
}
.roundedcornr_top_441059 {
	background: url(images/roundedcornr_441059_tr.png) no-repeat top right;
}
.roundedcornr_bottom_441059 {
	background: url(images/roundedcornr_441059_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_441059 div {
	background: url(images/roundedcornr_441059_br.png) no-repeat bottom right;
}
.roundedcornr_content_441059 {
	background: url(images/roundedcornr_441059_r.png) top right repeat-y;

}

.roundedcornr_top_441059 div,.roundedcornr_top_441059,
.roundedcornr_bottom_441059 div, .roundedcornr_bottom_441059 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_441059, .roundedcornr_bottom_441059 {
	margin-top: -19px;
}
.roundedcornr_content_441059 { padding: 0 10px; }

/** Footer **/

#footer {
	width:780px;
	padding-right:20px;
	padding-bottom:20px;
	font-size:11px;
	text-align:center;
	}