@charset "utf-8";
/* CSS Document */

body {
  	text-align: center;
    margin: 0 auto;
	background:#fff url(../img/pagebg.png) repeat-x fixed;
}

*{
	margin:0;
	padding:0;
}

#container {
	width:770px;
	height:1000px;
	margin:0 auto;
	background:#fff;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
}


/*-----------------header---------------*/

#header {
	width:770px;
	height:228px;
	background:#fff url(../img/header770x228.jpg) no-repeat;
	float:left;
}

/*----------------2 Columns-------------*/

#sidebar{
	width:244px;
	height:75%;
	float:left;
	background:#fff url(../img/menubg.jpg) no-repeat;
}

#content{
	width:520px;
	height:75%;
	float:right;
}

/*---------------Navigation-------------*/
#navbox{
	width:190px;
	margin-top:5px;
	margin-left:10px;
	float:left;
	text-align:left;
}

.sidelink{
display:block;
width:165px;
margin:3px 10px 2px 0;
padding:3px 0 3px 8px;
font-family:Arial, Verdana, Tahoma;
font-size:0.7em;
font-weight:bold;
text-align:left;
background:#eee url(../img/gradient1.png) repeat-x;
color:#152256;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

.sidelink:hover{
background:#fff url(../img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
font-family:Arial, Verdana, Tahoma;
}

.hide{
display:none;
}

/*----------------leftcontent------------------*/
#bottomleft{
	width:200px;
	height:300px;
	margin-left:10px;
	float:left;
}


/*----------------Main Content Area-----------------*/
a img {
border: 0;
}

#titlebox{
	width:500px;
	height:145px;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	display:inline;
}

#maincontent{
	width:500px;
	height:100%;
	margin-top:20px;
	margin-right:20px;
	margin-left:15px;
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
	color:#152256;
	display:inline;
	text-align:left;
}

/*--------------------Footer--------------*/
.footerstyle{
	text-align:center;
	font-family: Arial, Verdana, Tahoma;
	font-size: 0.7em;
	color: #999999;
}

.footerstyle a {
	color: #999999;
	text-decoration:none;
}

.footerstyle a:hover {
	color: #0000CC;
	text-decoration:underline;
}

#footer{
	margin:0 auto;
	width:770px;
	height:150px;
	text-align:center;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	border-bottom:5px solid #000000;
	background:#fff url(../img/footerbg.gif) no-repeat;
}
/*-------------------Styles-----------------*/
h1{
	font-family:Arial, Verdana, Tahoma;
	font-size:1.2em;
	color:#152256;
	font-weight: bold;
}

h2{
	font-family:Arial, Verdana, Tahoma;
	font-size:1.0em;
	color:#152256;
}

h3{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
	color:#c13434;
}

p{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
	color:#152256;
	text-align:justify;
}

.pstyle2{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.7em;
	color:#2A2D50;
	text-align:justify;
}

.table-caption{
	width:420px;
}