/* CSS Document by Dieter Schneider for www.csstemplateheaven.com */

* {margin: 0;
    padding: 0;
}

body { font-family: Arial, Helvetica, sans-serif;
       font-size: 62.5%;
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 130px;
}

#leaderboard {
	padding-top: 15px;
}

#header_menu{
	background-image: url(images/header_menu.jpg);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 8px;
}

#menu{
    margin-right:auto;
    margin-left:auto;
}

#breadcrumb {
	font-size: .9em;
}

#container {
	font-size: 1.2em;
	width: 1000px;
    margin-right:auto;
    margin-left:auto;
}

#left {
    font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 161px;
	margin-left: 5px;
    padding-top: 25px;
}

#right {
	float: right;
	width: 170px;
	margin-right: 5px;
	padding-top: 25px;
}

#content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	margin-right: 200px;
	margin-left: 200px;
	padding: 5px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 10px;
	padding-left: 50px;
}

.heading_color{
	color: #FF9900;	
}


h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
	color: #710004;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
	color: #710004;
}

h4 {margin-top: 10px;
	margin-bottom: 3px;
}

h5 {
	background-image: url(images/subject_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1em;
	height: 31px;
	color: #710004;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs {border: 1px solid #D8D8D8;
         margin: 5px;
		 padding: 2px;
}

a:link {color: #0000FF}      /* unvisited link */
a:visited {color: #0000FF}   /* visited link */
a:hover {color: #FF6633}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;

}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

