/* Style2 */
/*
Colour 1: #E70000
Colour 2: #FFA200
Colour 3: #DE2C82;
*/

/* Designed By Footer */
#designedbyfooter {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	padding-top: 10px;
	width: 760px;
	height: 40px;
}
#designedbyfooter, #designedbyfooter a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	text-align: center;
}
#designedbyfooter a {
	font-weight: bold;
}

/* Website Structure Styles */
body {
	margin: 0px;
	background: #000000;
}
.main_table {
	width: 850px; /* Change to 100% for Fluid Layout */
	background: #2E2D2D;
}
.header {
	background : url(images/header.jpg) top left no-repeat;
	color: #666;
	height: 343px;
}
.main_body {
	padding: 30px 15px 30px 30px;
	background: url(images/mainbody-bg.gif) top center repeat-x;
}
.main_margin {
	width: 100px;
	padding: 30px 30px 30px 15px;
	background: url(images/mainbody-bg.gif) top center repeat-x;
}
.main_margin img {
	background: #FFF;
	padding: 2px;
	border: 1px solid #999;
}
.footer {
	background: #000;
	color: #999;
	height: 50px;
	text-align: center;
	padding: 5px;
}

/* Font Styles */
h1, h2, h3 {
	color: #E70000;
	border-bottom: solid 1px #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: -5px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 11px;
}
td, p {
	color: #CCC;
}
a {
	color: #E70000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #FFF;
}
blockquote {
	color: #FFF;
	background: #333;
	border: 1px solid #666;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 12px;
	line-height: 200%;
}
ul,ol {
	margin-left: 15px;
	padding-left: 5px;
	text-indent: 10px;
}
ul {
	list-style: square;
}

/* Menu Styles */
.menu {
	background: #000 url(images/nav-bg.gif);
	height: 43px;
	padding: 0px 10px;
text-align: center;
}
.menu a {
	padding: 14px 15px;
}
.menu a:link {
	color: #E70000;
	text-decoration: none;
}
.menu a:visited {
	color: #E70000;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #B4B4B4;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #666;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #B4B4B4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #8B8A8A;
}