/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size:75%;
	position:relative;
	color:#333399;
	line-height:1.3em;
	background: #FFFFFF;
	text-indent: 0px;
}

html, body {
height: 100%;
}

p {
	margin: 0 0 1em;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}


h1 {
	margin: 0;
	padding: 0;
	font-size:18px;
 color: #005BFE;
 font-weight: bold;
}

.h7 {
line-height: 1.1em;
margin-bottom: 10px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size:18px;
 color: #FFFFFF ;
 font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size:16px;
 color: #005BFE;
 font-weight: bold;
	padding-bottom: 3px;
}

h4 {
text-transform: none;
color: #FF3300;
font-size: 12px;
font-weight: bold;
margin-bottom: 0;
}

h5 {
text-transform: none;
 color: #005BFE;
font-size: 12px;
font-weight: bold;
}

h6 {
text-transform: none;
color: #005BFE;
font-size: 12px;
font-weight: bold;
margin-bottom: 0;
}

/* Link style --------------------------------------------------------- */
a {
	color: #005BFE;
	text-decoration:none;
	
}

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


/* ------------------------ */

#container {
	position:relative;
	margin: 0 auto;
	width:800px;
	height:auto !important;
	height:100%;
	min-height:100%;
	overflow:visible;
	background-color: #FFFFFF;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;

	}
	
	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
				
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* html #container {
height: 100%;
}

	/* Header Info ----------------------------------------------------- */
#header {
width:800px;
padding:0;
background-color: #FFFFFF;

}


#menu {
	width:800px;
	padding:0;
}





#main {
	padding:0;
	height: auto;
	width:800px;
	float:left;
	
}

#bodytext {
	margin: 0px 40px 40px 40px;
	padding-bottom: 20px;
	text-align: justify;
	width:720px;
}




/* HOMEPAGE LAYOUT --------------------------------------------- */
#content {
	width:510px;
	height: 900px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	

}

#leftside {
	width:242px;
	background-color:#333399;
	float:left;
	display:block;
	clear: both;
	height:400px;
	
	
	
}



sidebar { width:242px; background-color:#1034C5;}

#sidebar_menu{
	width:242px;
	height:30px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 20px;
	line-height: 30px;
	
	}
	
	
	
	
		#sidebar_menu a{

	text-transform: uppercase;
	color: #FFFFFF;

}

	#sidebar_menu a:hover{
	background-color: #1034C5;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333399;
	display: block;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}


.side{
background-color: #1034C5;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 30px;
}


.side a:hover{
background-color: #1034C5;
 
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #E9C916;
	display: block;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
		
	.bottom {
	width:242px;
	height:30px;
	bottom:0; /* stick to bottom */
	background-color:#CC9900;
	display: block;
}


/* -----------FOOTER---------------  */
#footer {
	width:800px;
	padding: 7px 0;
	bottom:0; /* stick to bottom */
	position:absolute;
	font-size: 0.8em;
	color: #fff;
	text-align:center;
	background-color: #333399;
}

#footer a {
color:#fff;
text-decoration: underline;
}

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



/*............................................ */

#clearfooter {
height: 20px;
}

.hide {
display:none;
}

hr { 
color: #D2D2D2;
margin-bottom: 20px;

}
