@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	color: #000;
	text-align: left;
	font: 14px Helvetica, Arial, sans-serif;
	}
	
#header {
	background: url(../images/HeaderGradient.gif) 0 0 repeat-x;
	height: 150px; 
	border-bottom: 5px solid #C00;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #252525;
	text-decoration: none;
}

a:active {
	font-family: Tahoma, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #00234C;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #00234C;
	text-decoration: none;
}

#content{
	position:relative;
	padding-right:150px;
	padding-left:130px;
	width:100%;
}

#menu {
	width: 132px;
	font-style:normal;
	margin: 0px;
	padding-top: 30px; 
	padding-bottom: 40px;
	padding-left: 40px;
}

#menu ul{
	margin:0;
	padding-bottom: 40px;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size:12px;
}

#menu li{
	margin: 4px 0 0;
	list-style-type: none;
	line-height:10px;
}

#menu a{
	display:block;
	width:161px;
	padding:7px 2px 9px 10px;
	border:0px solid #000000;
	background: #dcdcdc url(../images/index_38.gif) no-repeat;
	text-decoration:none;
}

#menu a:link, #menu2 a:active, #menu2 a:visited {
	color: #000000;
}

#menu a:hover {
	text-decoration:none;
	border: 0px solid #000000;
	background: url(../images/index_39.jpg) no-repeat;
	color: #ffffff;
	
}


#footer {
	color: black;
	padding: 0 0 10px 15px;
	font-size: 14px;
	text-align: center;
	border-top: 5px solid #C00;
	}	
