/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #009999;
}


/* Page Container */
#container { 
	width:780px; 
	margin:0 auto; 
	padding:0;
	}
	
#mainpage{
	width:780px;
	margin:0;
	padding:0;
	background:#FFFFFF;
	}
	
/* Main Content */
#maincontent{
	float:left;
	width:525px;
	margin:0;
	padding:0;
	background:#FFFFFF repeat;
	}
	
#title {
	float:left; 
	height:45px;
	width:525px; 
	margin:0;
	padding:0;
	}
	
#content  {
	padding: 10px 25px 10px 25px;
	margin:0;
	background:#fff;
	}

.required {
	color:#FF3399;
	font-size:11px;
	}
	
.pink {
	color:#FF3399;
	}

.s18p {
	font-size: 18px
}
	
.comingsoon {
	color:#FF3399;
	font-size:36px;
	font-weight:bold;
	}
	
.text { 
	text-align:justify;
	margin:0;
	padding:0;
	}
	
img { 
	border:0;
	}

.violet { 
	color:#330066;
	}
	
.green { 
	color:#99CC33;
	}
	
.fr { 
	background:#CCCCCC; 
	color:#FF3399;
	border:0;
	padding: 3px 3px 3px 3px;
	}

/* Right Content*/
#right { 
	float:left;
	width:235px;
	margin:0;
	padding: 10px 10px 10px 10px;
	background:#FFFFFF;
	}

#right2 { 
	float:left;
	width:745px;
	margin:0;
	padding: 10px 10px 10px 25px;
	background:#FFFFFF;
	}

/* Page Heading */
h1{ 
	font-size:20px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:60px;
	padding-top:8px;
	margin:0;
	}

h2{ 
	font-size:18px;
	color:#D80000;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
	}

h3{ 
	font-size:14px;
	color:#9C0000;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	}

h4{ 
	font-size:13px;
	padding-top:1px;
	padding-bottom:1px;
	margin: 0 0 0 0;
	color:#FFFFFFS;
	font-weight:bold;
	}

h5{ 
	font-size:10px;
	color:#9C0000;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	}

/* Header */

#header { 
	height:240px; 
	margin:0; 
	padding-left:0;
	background:url(../images/header.jpg) no-repeat;
	}

#header2 { 
	height:240px; 
	margin:0; 
	padding-left:0;
	background:url(../images/header2.jpg) no-repeat;
	}
	
#bottomimg { 
	float:none;
	height:56px; 
	margin:0; 
	padding-left:0;
	background:url(../images/bottom.jpg) no-repeat;
	}

	
	
#toplink { 
	color:#FFFFFF; 
	text-decoration: none; 
	}
	
.toplink { 
	color:#FFFFFF; 
	text-decoration: none; 
	}
	
.toplink a:visited { 
	color:#FFFFFF; 
	text-decoration: none; 
	} 
	
.toplink a:link{ 
	color:#FFFFFF; 
	text-decoration: none; 
	}
	
.toplink a:hover { 
	color: #ff3399; 
	text-decoration: none;
	}

/* Footer */

.bottom { 
	color:#000000; 
	text-decoration: none; 
	}
	
.bottom a:visited { 
	color:#000000; 
	text-decoration: none; 
	} 
	
.bottom a:link{ 
	color:#000000; 
	text-decoration: none; 
	}
	
.bottom a:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	}
	
#botimg { 
	float:left;
	width:780px;
	height:56px;
	background: url(../images/bottom.jpg) no-repeat;
	}

#botimg2 { 
	float:left;
	width:780px;
	height:56px;
	background: url(../images/bottom2.jpg) no-repeat;
}
	
#footer { 
	float:left;
	width:780px;
	height:30px; 
	padding-top:5px;
	}
#copy { 
	float: left;
	width:780px;
	height:30px; 
	padding-top:5px;
	}
		
#cwc { 
	float: left;
	width:400px;
	height:30px; 
	padding-top:5px;
	}
	
.cwc {
	color:#FFFFFF; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	float:left
	}
	
.cwc a:visited {
	color:#FFFFFF; 
	text-decoration: underline; 
	} 
	
.cwc a:link{
	color:#FFFFFF; 
	text-decoration: underline; 
	}
	
.cwc a:hover {
	color: #FF0000; 
	text-decoration: none;
	}


