html, body {
	height: 100%;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0d0d0d;
}

a img {
	border: none;
}

.clear {
	clear: both;
}


h1 { color: #d21062; }
h2 { color: #e4319b; }
h3 { color: #0d0d0d; }

ul li {
	color: #43bbe5;
}

ul li:nth-child(2n) {
	color: #278fba;
}

ul li span, ul li div {
	color: #000;
}


body {
	background:url(body_background.png) repeat-x #313131;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
	width: 977px;
}

#footer, #push {
	height: 75px;
}

#footer {
	background:url(footer_background.png) repeat-x #1B1B1B;
	margin: 0 auto;
}

.left {
	width: 20%;
	float: left;
}

.right {
	width: 20%;
	float: right;
	text-align: right;
}

.centre{
	width: 60%;
	float: left;
	text-align: right;
       font-size: 10px;
}

#footer_contents {
	width: 977px;
	margin: 0 auto;
	padding: 18px 0;
}

#footer .right a {
	display: inline-block;
	padding: 0 10px;
}

#footer, #footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #55819A;
	padding: 0 0 18px 0;
	background:url(content_background%20copy.jpg) repeat-x #fff;
}

#header {
        position: relative;
	width: 1065px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: 0px;

	
}

#banner {
        width: 468px;
        height: 60px;
	position: relative;
	float: right; 
        margin-top: 20px; 
        margin-right: 85px;

}

#left_column {
	float: left;
	width: 195px;
	padding: 0 7px 0 8px;
}

#center_column {
	float: left;
	width: 745px;
	padding: 6px 8px 6px 7px;
	background-clip: #fff;
	border: 1px solid #959191;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#right_column {
	float: right;
	width: 195px;
	padding: 0 7px 0 7px;
}

.box {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:url(box_background.png) repeat-x #2F2F2F;
	padding: 12px 4px 4px 2px;
	border: 1px solid #4A4A4A;
	margin-bottom: 15px;
}

.box_head {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	margin-bottom: 8px;
	padding-left: 3px;
}

.box_contents {
	border: 1px solid #000;
	background-color: #fff;
	color: #1e1e1e;
	padding: 3px;
}





#left_column a, #center_column a, #right_column a {
	color: #076b9f;
	text-decoration: none;
}

#left_column a:hover, #center_column a:hover, #right_column a:hover {
	text-decoration: underline;
	color: #e4329a;
}

#left_column a:active, #center_column a:active, #right_column a:active {
	color: #db1367;
}

#left_column a:visited, #center_column a:visited, #right_column a:visited {
	color: #db1367;
}








#navigation {
	height: 63px;
	padding-left: 3px;
}



		.droplink { 
			height: 49px;
			display: inline-block;
			overflow: hidden;
			float: left;
			padding-left: 2px;
			margin-left: -8px; 
			position: relative;
			z-index: 1000;
		}
		.droplink a:hover {
			color: #fff;
			background-color: #383636;
		}
		.droplink:hover {
			height: auto;
			overflow: visible;
		}
		.droplink a {
			color: #fff;
			padding: 5px;
			display:block;
			width: auto;
			margin-right: -150px;
			text-decoration: none;
			background-color: #222020 ;
			border-bottom: 1px solid #5e5d5d;
			border-top: none;
			font-size: 12px;
			font-weight: normal;
			width: 200px;
			z-index: 500;
			position: relative;
			z-index: 9999;
		}
		.droplink a:first-child { 
			border: none;
			color: #222020;
			margin-right: 4px !important;
			background-color: transparent;
			margin-left: 0px;
			font-size: 14px;
			font-weight: normal;
			padding: 16px 18px 17px 18px !important;
			width: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			background: none;
			border-right: 1px solid #D6D6D6;
		}	
		.droplink hover {
			color: #ffffff;
			background-image: none;
		}
		.droplink a:first-child:hover {
			color: #da1367;
		}
		
		#dropdown_float {
			position: absolute; 
			z-index: 1000;
		}
		#dropdown_navigation {
			position: relative; 
			height: 30px;
			z-index: 1000;
		}
		
		
		
		
		

.table
{
	border-collapse:collapse;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.table TH
{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}
.title, .title a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}