/* ----- Main CSS Style Sheet ----- */

body {
	margin: 0 auto;
	padding: 0;
	background: #000000;	
}

#mainPageContent {
	background: #CCCCCC;
	width: 560;
	height: 965;
}

#content{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 15px 0 10px 15px;
}

#content th {
	font-weight: bold;
	padding-left: 5px;
	background: #999999;
	text-align: left;
}

#content td {
	padding-left: 3px;
}

.text {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.6em;
	padding: 5px;
}

.style2 {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}
.style3 {
	color:#FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

#header {
	background: #FFFFFF url(images/new_header.jpg) no-repeat top left;
	height: 300px;
	position: relative;
}

#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	bottom: 5px;
	list-style: none;
	text-transform: uppercase;
}
#header ul li {
	float: left;
}
#header ul a {
	padding: 0 1.2em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #ffffff;
	float: left;
	display: block;
}
#header ul a:hover {
	color: #000000;
}
#header li.first {
	border-left-width: 0px;
}

#sidemenu{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 430;
	padding-left: 10px;
}

.style4 {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 430;
}
.style5 {
	font-size: 16px;
	font-family: Arial;
	color: #000000;
	font-weight:bold;
}
.style6 {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
}
.style7 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
}
.style8 {
	color: #FF0000;
	font-style: italic;
}

.redtext {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.style9 {
	font-size: medium;
	font-weight: bold;
}

.titleText {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
	text-transform: uppercase;
}

p {
	padding: 5px;
}

.style10 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
}
.style11 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
}
#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	width: 100%;
	display:block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ECB248;
}
a:active {
	text-decoration: none;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li {
	float: left;
	margin: 0 0.15em;
}
#nav-menu li a {
	background: url(/images/css-nav.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: black;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
}
/* Hide from IE5-Mac \*/

#nav-menu li a {
	float: none;
}
#nav-menu li a:hover {
	background: url(/images/css-nav_hover.gif) #fff000 bottom left repeat-x;
	text-decoration:underline;
}
/* End hide */



#nav-menu {
	width:30em;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.v2_h2 {
	padding-left:10px;
	text-align:left;
}
