html {
	overflow-y:scroll;
}
html, body {
	background:#DDDDDD;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1, .Highlight {
	color:#fff;
}
h2 {
	color:#B3D6D6;
}
h3, h4, h5, h6 {
	color:#00B9B9;
}
a {
	color:#ccc;
}
a:hover {
	color:#D1B3D3;
}
p {
	margin-left:0;
	padding-left:0;
}
table {
	color:#fff;
}
div {
	color:#fff;
}
/* CORE CLASSES */
.container {
	width:909px;
	margin:12px;
	text-align:left;
}

/* HEADER STYLES */
.header {
	background: url(../images/graphics/header_background.jpg);
	color:#FFF;
}
.header, .header a {
	color:#FFF;
}
.header_left {
	float:left;
	text-align:left;
	width:250px;
}
.header_right {
	float:right;
	text-align:right;
	width:400px;
}
.header_center {
	text-align:center;
	padding-top:30px;
	margin-left:320px;
}
.headerlink a {
	width:200px;
	height:40px;
	background:url(../images/graphics/header_offer.jpg) no-repeat top left;
	padding:0;
	text-decoration:none;
	display:block;
}

.header, .header_left, .header_right {
	height:100px;
}

/* NAV STYLES */
.nav {
	clear:both;
	line-height:22px;
	background:url(../images/graphics/nav_background.jpg) repeat-y;
}
.nav, .nav a {
	color:#FFF;
}

/* BODYMAIN STYLES */
.bodymain {
	background:url(../images/graphics/main_background.jpg) repeat-y;
	padding:1px;
}
.bodymain_left {
	text-align:left;
	float:left;
	width:180px;
	padding:10px;
}
.bodymain_right {
	text-align:right;
	float:right;
	width:200px;
	display:none;
}
.bodymain_center {
	text-align:left;
	padding:10px;
	color:#fff;
	width:670px;
	overflow:hidden;
	min-height:560px;
}
.button {
	width:200px;
	height:40px;
	background:url(../images/graphics/button_background.jpg) top left no-repeat;
	display:block;
	overflow:hidden;
	padding:0 0 0 50px;
	color:#660066;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.button:hover {
	background:url(../images/graphics/button_background.jpg) bottom left no-repeat;
	color:#007575;
}
.bodymain, .bodymain_left, .bodymain_right {
	
}
.left-icons ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.left-icons li {
	margin-bottom:10px;
}
.left-icons a {
	text-decoration:none;
}
.leftbuttons {
	margin:15px 10px;
	text-align:center;
}
.leftbuttons a {
	display:block;
	padding:10px;
	background:#64016B;
	border:1px solid #fff;
	color:#fff;
	text-transform:uppercase;
}
.leftbuttons a:hover {
	background-color:#333333;
}	
/* FOOTER STYLES */
.footer {
	background: url(../images/graphics/footer_background.jpg);
	clear:both;
	line-height:22px;
	height:50px;
	padding:0 20px 0 10px;
}
.footer, .footer a {
	color:#FFF;
}
.footer_left {
	float:left;
	text-align:left;
	width:200px;
}
.footer_right {
	float:right;
	text-align:right;
	width:200px;
}
.footer_center {
	text-align:center;
}

.afterfooter {
	padding-bottom:10px;
}


.dataheading td {
	background-color:#B3D6D6 !important;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #65016B;
	}
.datatable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
.datatable td {
	background-color:#FFFFFF;
	}
	
.datatable2 {
	border: #003333 1px solid;
	background-color: #D1B3D3;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.tablebutton a {
	width:210px;
	height:36px;
	align: centre;
	padding: 4px 0 0 40px;
	background:url(images/graphics/button_background.jpg) 0 0;
	display:block;
	overflow:hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: blink;
	color: #333333;
	background-repeat: no-repeat;
}

.tablebutton a:hover { background-position: 0 -40px;}

.tablebutton2 {
	background-color: #63ABAB;
	border: thin groove #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.blink { 
	font-size: 15px; 
	color: #fff; 
} 
