﻿body {

	background: #2275f5;

	font-family: Verdana;

	font-size: 100%;

	color: #000000;

}



a {

	color: #0000FF;

	text-decoration: none;
	
	font-family: "Arial Black"; 
	
	font-size: 95%;

}



a:hover {

	text-decoration: underline;

}



p {

	color: #000000;

}



strong {

	font-weight: 700;

}



h1 {

	font-size: 1.8em;

	text-align: center;
	
	font-family: "Rockwell Extra Bold";

}



h2 {

	font-size: 1.6em;
	
	font-family: "Arial Rounded MT Bold";

}



h3 {

	font-size: 1.4em;

}





#wrapper {

	width: 950px;

	background: #ffff55;

	margin: 0 auto;

	margin-top: 0px;

}



#header {

	overflow: hidden;

	width: 950px;

	height: 200px;

	margin: 0 auto;

}



#navbar  {
background-color: transparent;
	width: 950px;
	height: 40px;
	margin: 0 auto;
	padding-left: 35px;
	padding-bottom: 10px;

}

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

#navbar li {
	padding: 0;
	display: inline;
	background: none;
}

#navbar a {
	color: #ff00FF;
	display: block;
	float: left;
	height: 30px;
	padding: 10px 30px 0 30px;
	font-size: 92%;
	font-weight: bold;
}

#navbar a:hover {
	background: #FF0099;
	text-decoration: none;
	color: #FFFFFF;
}

#navbar b {
	text-decoration: underline;
}





#container {

	width: 950px;

	background: #ffff55;

	overflow: hidden;

}



#maincontent {

	float: left;
	
	width: 700px;

	padding: 15px 15px 15px 15px;

	background: #eeeeff;
	
	border-style: solid; 
	border-color: #ffff55; 
	border-width: 10px;


}



.sidebarbg { 
	background-color: #F1F7EA;
	background-image: url('images/sidebar.png');
	background-repeat: repeat-y;
	} 


#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	}

#sidebar h2 {
	padding-left: 10px; 
	padding-right: 6px;
	padding-top: 8px;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;
	text-decoration: none; 
	height: 22px;
	background: url('images/h2bg.png') no-repeat;
	background-color: #2275F5; 
	} 

#sidebar ul {  
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px; 
	padding-bottom: 0px; 
	} 

#sidebar ul li { 
	display: block;
	} 

#sidebar ul li a { 
	background: url('images/sidebar_sep.png') no-repeat; 
	background-position: bottom center;
	background-color: ;
	padding: 5px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	text-decoration: none; 
	} 

#sidebar ul li a:hover { 
	background: #d8e6c7 url('images/sidebar_sep.png') no-repeat; 
	background-position: bottom center;	
	padding: 5px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 10px; 
	text-decoration: none; 
	} 


#footer {

	border-style: solid; 
	border-color: #ffff55; 
	border-width: 10px;
 	

	width: 930px;

	height: 90px;

	background: #ffff55;

}





#footertext {

	font-size: 80%;

	padding: 25px 5px 5px 10px;

}



#copyright {

	color: #ffff55;

	padding: 10px 0px 10px 0px;

}

#copyright a{

	color: #ffff55;
	
}



