/* Style2 */
/*
Colour 1: #830635
Colour 2: #ffe1e9
Colour 3: #E1A0B1
Colour 4: #DE2C82;
*/

/* Website Structure Styles */
body {
	margin: 125px;
	background: #FFFFFF;
}
.main_table {
	width: 960px; /* Change to 100% for Fluid Layout */
	background: #FFF;
}
.header {
	background : url(images/header.gif) top left no-repeat;
	color: #666;
	height: 105px;
	color: #666666;
}
.header a {
	color: #FF0000;
}
.main_body {
	padding: 20px;
}
.main_margin {
	padding: 20px;
	background: #2A141B;
	width: 175px;
}
.main_margin p {
	border-bottom: 1px solid #41232D;
	line-height: 25%;
	padding: 0px 0px px 0px;
}
.footer {
	background: url(images/footer-bg.gif) top center repeat-x;
	color: #202125;
	height: 50px;
	text-align: center;
	/*padding: 5px;*/
}

/* Font Styles */
h1, h2, h3 {
	color: #C31F39;
	border-bottom: solid 1px #29131A;
	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: 12px;
}
td, p {
	color: #FF0000;
	outline-color: #FF0000;
}
.main_margin a {
	color: #FFF;
	text-decoration: none;
	line-height: 100%;
}
a {
	color: #830635;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #000;
}
blockquote {
	color: #333333;
	background: #2A141B;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: normal;
	font-size: 12px;
	line-height: 200%;
}
ul,ol {
	margin-left: 15px;
	padding-left: 5px;
	text-indent: 1px;
}
ul {
	list-style: square;
	list-style: color:blue;
}

/* Menu Styles */
.menu {
	background: #FFF;
	height: 40px;
	padding: 0px 10px;
}
.menu a {
	padding: 10px 15px;
}
.menu a:link {
	color: #202125;
	text-decoration: none;
}
.menu a:visited {
	color: #666;
	text-decoration: none;
}
.menu a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 4px solid #C31F39;
}

/*  Images */
.content-images {
	padding: 5px;
	border: 1px solid #D5D5D5;
	background: #FFF;
	margin: 10px;
}

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

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	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: #B0B0B0;
}

/* Ad Banner Styles */
.ad-buttons {
	padding: 10px 10px 10px 25px;
	color: #FFFFFF;
	background: #333333 url(images/triangle-rev.gif) no-repeat 10px center;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.ad-buttons:hover {
	cursor: pointer;
	background-color: #929292;
	border-top-color: #FFFFFF;
	outline-color: #0000FF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Spotlight Divs */
.spotlight-div {
	position: centre;
	top: 50px;
	width: 960px;
	height: 201px;
	background: #FFF;
	/*left: 186px;*/
	/*border: 1px solid #000;*/
}
.spotlight-div p {
	color: #666666;
}

/* Form Styles */
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	color: #666666;
	border:solid;
	border-width: 1px;
	background-color: #FF0000;
	border-top-color: #333333;
	border-left-color: #333333;
	border-bottom-color: #E7E7E7;
	border-right-color: #E7E7E7;
}
input, textarea {
	padding: 3px;
}

#button {
	background-color: #CCC;
	border-color: #E7E7E7;
	border-width: 1px;
	padding: 5px 15px;
}
.form-table td {
	border-bottom: 1px solid #41232D;
	padding: 1px 10px;
}
.main_table .style17 .style27 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #830635;
	text-decoration: underline;
}
