/* Page Structure */


body {
	background: url('images/nav_background.jpg') repeat-y;
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;

	color: #000000;

}

/* Text Formatting */

p {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
}


ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	list-style-type: square;
}


ol {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
}


li {
	line-height: 18px;
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

.footer a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

.footer a:hover {
	color: #9D0404;

}



/* Navigation Bar */

#navBar {
	margin: 0px;
	padding: 0px;
	width: 623px;
	background-color: #9D0404;
}

#cssdropdown, #cssdropdown ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#cssdropdown li {
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}

.mainitems{
	border: 0px ;
	color : #FF6666;
	margin : 0px;
	font-weight: bold;
}

.mainitems a {
	padding: 10px;
	margin : 0px;
	background-color: #E74E62;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

.mainitems a:hover {
	padding: 10px;
	margin: 0px;
	background-color: #E74E62;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

.mainitems2{
	border: 0px;
	margin : 0px;
	font-weight : bold;
	color : #FFFFFF;
}

.mainitems2 a{
	padding: 10px;
	margin: 0px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

.mainitems2 a:hover {
	padding: 10px;
	margin: 0px;
	background-color: #E74E62;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}