/* CSS Document */

html, body {
	
	text-align:center;
	background-color: #fffff8;
	height: auto;
	min-height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	}
	


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#container{
	position:relative ;
	width: 800px;
	min-height: 750px;
	margin: 10px auto;
	text-align:left;
	background-color:#FFF;
	-webkit-border-radius: 20px;    /* for Safari */
	-moz-border-radius: 20px;       /* for Firefox */
	border: 1px solid #407293;
	
	}
	
	#footer{
	clear:both;
	}

#header{
	overflow: hidden;
	height: 140px;
	


-webkit-border-radius-top-left: 20px;    /* for Safari */
-moz-border-radius-topleft: 20px;       /* for Firefox */
-webkit-border-radius-top-right: 20px;    /* for Safari */
-moz-border-radius-topright: 20px;
	
	border-bottom: 2px solid #FCC93C;
	}

#main-content{
	position:relative;
	float:right;
	width: 600px !important;
	width:620px; 
	padding: 20px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
}


	 
.heading {
	position: relative;
	width: auto;
	left: 120px;
	top:-120px;
	color:#136979;
	font-family: Geneva, Trebuchet MS, Lucida, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border: none;
	
}

.heading-low {
	position: relative;
	width: auto;
	left: 120px;
	top:-90px;
	color:#136979;
	font-family: Geneva, Trebuchet MS, Lucida, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border: none;
	
}
.logo {
    position:relative;
	left: 20px;
	top: 5px;
	background:none;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #136979;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #136979;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 12px;
}

#links{
	text-indent: 20px;
	}

/*Sidebar*/

#sidebar {
	position:relative;
	left:-20px;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	list-style-type: none;
	float:left;
	text-align: left;
	
	
}
.sidebar_ul {
	list-style-type: none;
	width: 120px;
	
	
}
.sidebar_li {
	border: 1px solid #003333;
	margin: 2px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	
	}

/* Sidebar Links*/

li a:link, li a:visited, li a:hover, li a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	display: block;
	text-indent: 5px;
}

li a:link {
	background-color: #57a0cf;
	
}

li a:visited {
	background-color: #57a0cf;
	
	}

li a:hover {
	background-color: #E5106C;
	
}
li a:active {
	background-color: #B80854;
	color:#CCCCCC;
	
}
/*copy links*/

p a:link, p a:visited, p a:hover,p a:active{
	font-family: "Lucida Sans", Georgia, Arial;
	font-size: 12px;
	font-weight: normal;
	
	}

p a:link {
	text-decoration: none;
	color: #136979;
}

p a:visited {
	color: #245676;
	text-decoration:none;
}

p a:hover {
	color:#e70eb1;
	text-decoration: underline;
	}

p a:active{
color: #4c86ac;
}

#main-content img {
	margin: 20px;
	
}

.advert {
	background-image: url(images/ad_pic.png);
	display: block;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 110px;
	width: 110px;
	
	padding: 10px;
	background-position: top center;
	
}

.advert a:link, .advert a:visited, .advert a:hover, .advert a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.advert a:link{ 
	color: #4c86ac;

}

.advert a:visited{ 
	color: #4c86ac;

}

.advert a:hover{
	color: #053850;
text-decoration:underline;
}

.advert a:active{
	color: #053850;
}

#footer p{
	clear:both;
	text-align:center;
	font-size:9px;
	}