/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
}

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:950px; 
	margin:0 auto; 
	padding:0;
	}
	
#mainpage{
	float:left;
	width:950px;
	margin:0;
	padding:0;
	background:url(../images/bgr.gif) repeat;
	}
	
/* Main Content */
#maincontent{
	float:left;
	width:700px;
	margin:0;
	padding:0;
	background:#fff;
	}
	
#title {
	float:left; 
	height:45px;
	width:700px; 
	margin:0;
	padding:0;
	background: url(../images/bgr_title.gif) no-repeat;
	}
	
#content  {
	width:650px;
	padding: 0px 25px 10px 25px;
	margin:0;
	background:#fff;
	}

.required {
	color:#FF0000;
	font-size:13px;
	}
	
.text { 
	text-align:justify;
	margin:0;
	padding:0;
	}
	
img { 
	border:0;
	}

.violet { 
	color:#330066;
	}
	
.green { 
	color:#99CC33;
	}


/* Left Content*/
#left { 
	float:left; 
	width:250px; 
	margin:0; 
	padding:0; 
	background:#9999CC;
	}
	
.left { 
	background-color:#9999CC;;
	}

/* 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:12px;
	padding-top:1px;
	padding-bottom:1px;
	margin: 0 0 0 0;
	color:#D80000;
	font-weight:bold;
	text-transform:uppercase;
	}

h5{ 
	font-size:10px;
	color:#9C0000;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	}

/* Header */

#header { 
	height:129px; 
	margin:0; 
	padding-left:0;
	background:url(../images/header.jpg) no-repeat;
	}

/* Footer */

#menubottom { 
	float:left;
	width:950px;
	height:28px;
	margin:0;
	padding-top:5px;
	background: url(../images/bgr_menubottom.gif) no-repeat;
	}
	
.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;
	}
	
#footer { 
	float:left;
	width:450px;
	height:30px; 
	padding-top:5px;
	}
	
#copy { 
	float: left;
	width:950px;
	height:30px; 
	padding-top:5px;
	}
		
#cwc { 
	float: left;
	width:500px;
	height:30px; 
	padding-top:5px;
	}
	
.cwc {
	color:#000000; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	float:left
	}
	
.cwc a:visited {
	color:#000000; 
	text-decoration: underline; 
	} 
	
.cwc a:link{
	color:#000000; 
	text-decoration: underline; 
	}
	
.cwc a:hover {
	color: #D80000; 
	text-decoration: none;
	}

