/* CSS Document */
body {
	margin:0px; 
	padding:0px; 
	background-image: url("images/bg01.jpg"); 
	background-repeat: repeat-x; 
	color:#6B6854; 
	font:13px/18px Arial, Helvetica, sans-serif;
}

div, p, ul, h1, h2, h4, img, form, label {
	padding:0px; 
	margin:0px;
}

ul {
	list-style-type:none;
}

.btnSubmit
{
background:url(images/show-bg.gif) no-repeat top left;
	height:23px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:2px 10px 15px 25px;
	*padding:2px 10px 15px 11px;
	border:0px; 
}

/*----CONTAINER PANEL----*/

#mainPan {
	width:870px;
	/*position:relative;*/
	margin:0 auto;
	padding:0px;
	background: url(images/subpage_bg.jpg) repeat-y center top;
	/*background-color: #cccccc;*/
	/*height: 800px;*/
	/*background-repeat: repeat-y;*/
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9900FF;
	padding-top: 10px;
}

#content1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9900FF;
	padding-top: 10px;
}

#header {
	width: 870px;
	height: 302px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

/*----TOP NAVIGATION----*/

div#navcontainer {
	padding-left: 0px;
	margin-left: 12px;
	_margin-left: 6px;
	background: #000033 url(images/topmenu_1.gif) repeat-x center center;
	color: White;
	float: left;
	width: 846px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-size: 12px;
	font-weight: normal;
}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#navcontainer ul li {
	display: inline;
	margin-left: -4px;
	
	list-style:none;
	position:relative;
}

div#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover {
	background: #6600CC url(images/topmenu_2.gif) repeat-x center center;
	color: white;
}

#active a { 
	background: #16008D url(images/topmenu_2.gif) center center repeat-x;
	border-left: 1px solid #fff; 
}

/* Submenu */
#navcontainer li ul 
{
margin:0px;
padding:0px;
display:none;
position:absolute;
left:0px;
top:20px;
*top:33px;
background-color:#990099;
}

#navcontainer li ul li 
{
display:inline;
height:22px;
float:left;
list-style:none;
position:relative;

}
#navcontainer li:hover ul 
{
display:block;
}

#navcontainer li ul li a
{
padding: 2px 10px 2px 10px;
*padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 0px;
display:block;
margin:0 0 0 4px;
background: #990099 center center repeat-x;
}

#navcontainer li ul li a:hover
{
background:#6600CC;
color: white;
margin:0 0 0 4px;
}


/* Left Navigation */

#leftnavcontainer {
	margin-left: 13px;
	_margin-left: 6px;
	float: left;
}

#leftnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#leftnavcontainer li { margin: 0; }

#leftnavcontainer a
{
display: block;
padding: 3px 10px;
width: 140px;
color: #330099;
background-color: #CC99FF;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #fff;
font-weight: bold;
font-size: 0.8em;
background-image: url(images/vertical06.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#leftnavcontainer a:hover
{
color: #660099;
background-color: #CC33FF;
text-decoration: none;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image:url(images/vertical07.jpg);
background-repeat: repeat-x;
background-position: 0 0;
}

#leftnavcontainer ul ul li { margin: 0; }

#leftnavcontainer ul ul a
{
display: block;
padding: 3px 5px 3px 30px;
width: 125px;
color: #990099;
background-color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

#leftnavcontainer ul ul a:hover
{
color: #333333;
background-color: #FFCCFF;
text-decoration: none;
}

/* CENTRE PANEL */

#content {
	float: left;
	width: 450px;
	margin-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #330099;
	padding-top: 10px;
}
#content p {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
}

/* CENTRE PANEL1 */

#content1 {
	float: left;
	width: 630px;
	margin-left: 10px;
	padding-right: 10px;

}
#content1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #330099;
	padding-top: 10px;
}
#content1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
}


/* RIGHT PANEL */

#rightPan {
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
}
#rightPan h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CC33CC;
	text-align: left;
}
#rightPan p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 15px;
	padding-top: 5px;
	margin-top: 6px;
}

/* NEWS PANEL */

#news {
	float: left;
	width: 790px;
	margin-top: 24px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
	height: 200px;
}
#news h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC33CC;
	font-size: 12px;
}
#news p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	line-height: 140%;
}
#news p a {
	color: #9900FF;
}
#news1 a:link {
	color: #9900FF;
}
#news p a:hover {
	color: #CC33CC;
}

#news1 {
	float: left;
	width: 240px;
	padding-right: 10px;
}
#news2 {
	float: left;
	width: 240px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#news3 {
	float: left;
	width: 240px;
	padding-right: 10px;
	padding-left: 10px;
}
#news h1 {
	color: #9900FF;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
#footer {
	background-image: url(images/footer1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 870px;
}
#footLinks {
	float: left;
	width: 870px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#footLinks p {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footLinks p a {		
	color: #9900FF;
}
#footLinks p a:link {		
	color: #9900FF;
}
#footLinks p a:hover {		
	color: #000033;
}
#footLinks p a:visited {		
	color: #9900FF;
}

.link { 
		font-family: tahoma;
		font-size: 12px;
		color: #330099;
		text-decoration: none;
		font-weight:bold;
		}

.link:hover { 
		font-family: tahoma
		font-size: 12px; 
		color: #CB88F6;
		text-decoration: none;
		font-weight:bold;
		}

