/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}
body{
margin:5px;

}

#header {
 /*background: url("../images/bg.gif") repeat-x 90% 0% transparent;*/
    width:750px;
	margin: 1px auto;
	padding:0;
	text-align: left;
    background-color:#058CC3;
	border:1px solid #058CC3;
	border-bottom:0px;
	margin-bottom:0px;
}
#middle {
 /*background: url("../images/bg.gif") repeat-x 90% 0% transparent;*/
    width:750px;
	margin: 1px auto;
	padding:0;
	text-align: left;
	background-color:#E8E8E8;
	border:1px solid #058CC3;
 	border-top:0px;
    border-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
}
#bottom {
    background: url("../images/bg_bottom.gif") repeat-x 100% 0%;
    width:750px;
	margin: 1px auto;
	padding:0;
	text-align: left;
	border:1px solid #058CC3;
    border-top:0px;
    margin-top:0px;
	
}
.header-link {
 margin: 0px;
 width: 100%;
text-align:right;
 border:1px solid #ccc;
}
.content {
 margin: 0px;
 width:100%;
 background-color:#FFF;
 border:0px;
 margin-right:1px;
}
.inside-content{
 margin: 5px;
 background-color:#FFF;
 border-bottom:1px solid #ccc;
}
.leftbox {
 position:absolute;
 top:5px;
 left:5px;
 background-color:#041E53;
 margin: 0px;
 width: 200px;
 height:400px;
 border:1px solid #041E53;
 z-index: 3;
}
p.leftbox {
margin: 0px;
padding: 0px;
}
div,td,p {
	font-size:12px;
	line-height:18px;
	color:#333333;
    text-align:justify;
}
a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#15A1FA;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:hover {
	text-decoration:underline;
	color:#FA663E;
}
.white{
    color:#FFFFFF;
    text-align:center;
	margin-top:15px;
	margin-bottom:10px;
}
#whitelink{
   text-decoration:none;
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
}
#title{
    color:#676868;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
#sub-title{
}