/* CSS Document by Dieter Schneider for www.csstemplateheaven.com */

* {margin: 0;
    padding: 0;
}

body { 
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: .8em;
background: #C0C0C0;
}

#header {
	background-image: url(images/img2121/header_bg.jpg);
	background-repeat: repeat-x;
	height: 169px;
}
#header h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 70px;
	padding-left: 20px;
}
#header h3 {
	margin-top: 0em;
	color: #E8E8E8;
	font-family: arial black, arial, sans-serif;
	font-style: italic;
	letter-spacing: .2em;
	padding-left: 20px;
}
#header_menu{
	background-image: url(images/img2121/header_menu.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 210px;
	height: 73px;
	padding-top: 10px;
}

#container {
	font-size: 1.2em;
	background: white;
}

#left {
	float: left;
	width: 161px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 0px;
	background: white;
}

#right {
	float: right;
	width: 210px;
	margin-right: 5px;
	padding: 1em;
	background: #E8E8E8;
	border: 1px solid black;
}

#content {
	margin-right: 250px;
	margin-left: 210px;
	padding: 5px;
	background: white;
	padding-right: 2em;
}
#content img {
	margin: 1.5em;
}
#content ul {
	margin-left: 2em;
}
#content ol {
	margin-left: 2em;
}

#footer {
	background-image: url(images/img2121/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: 70px;
	padding-left: 50px;
}

.heading_color {
	color: #FF9900;	
}


h2 {
	margin-bottom: 15px;
	color: #003399;
}

h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #003399;
}

h4 {
	background-image: url(images/img2121/menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* 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;
	background: #E8E8E8;
}

#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-left: 20px;
	padding-right: 20px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: bold;
	font-size: 1.2em;
	height: 27px;
	border-left: 1px solid silver;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	text-align: center;
	background-image: url(images/img2121/buttonback.png);
}
.navlist a 
{
	color: #F8F8F8;
	text-decoration: none;
}
.navlist a:hover
{
	color: #FF9900;
	text-decoration: underline;
}