@charset "utf-8";
/* CSS Document */

/* BODY */
body
{
	background-image:url(../Images/bg2.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height: 180%;
}

/* USED TO HIGHLIGHT ERROR MESSAGES */
.red{color:#FF0000; font-size:10px;}

/* USED TO INCREASE THE SIZE OF THE PASSPAPER CATEGORY HEADING */
.size{font-size:16px;}

.size a:link {color:#000;}

/* DROPDOWN MENU */
.mC {width:100%; margin-left:3px}
.mH {color:#333; cursor:pointer;  font-weight:bold; border-top:1px solid #300;}
.mL {display:none; margin-bottom:10px;}
.mO {margin-left:10px; display:block;}

.mL a:link {text-decoration:none; color:#090;}
.mL a:hover {text-decoration:underline;}

/*LOGO*/
#logo
{
	width:900px;
	height:95px;
	background-image:url(../Images/fade.png);	
	margin:0 auto;
	padding:8px 0 8px 0;		
}

/* to prevent logo from being copied */

#hide
{
	background-image:url(../Images/logo.png);
	background-repeat:no-repeat;
	height:95px;
}

#whitespace
{
	background-image:url(../Images/whitespace.gif);
	height:95px;
}

/*TOP CONTAINER HOLDS DATE, LINKS AND SEARCH*/
#topcontainer
{
	width:100%;
	height:18px;
	text-align:right;	
	color:#FFF;
	margin-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*SEARCH INPUT TEXTBOX*/
.input
{
	background-image:url(../Images/search2.jpg);
	width:178px;
	height:23px;
	border:0;
	background-repeat:no-repeat;
	padding:7px 2px 4px 9px;
	color:#666666;
}

/*DATE*/
#date
{
	width:650px;
	float:left;
	color:#FFF;
	text-align:left;
	margin:8px 0 0 8px;	
}

#date a
{
	color:#FFF;
	text-decoration:none;
}

#date a:hover
{
	text-decoration:underline;
	font-weight:bold;
}

/* SEARCH FORM FIELD */
.form { width:200px; float:right; margin:1px 1px 0 0; }

/* CONTENT */
#content
{
	width:900px;
	margin:0 auto;
	background-image:url(../Images/contentbg2.jpg);
	background-repeat:repeat-y;
	padding:8px 15px 25px 15px;
}

/* BANNER */
#banner
{
	width:860px;
	height:300px;
	background:#CCC;
	margin:20px;
	z-index:-1;
}

/* MIDDLE LINKS */
#middlelinks
{
	width:900px;
	margin:0 auto;
	height:23px;
	background:#060;
	background-image:url(../Images/linksbg2.jpg);
	color:#FFF;
	padding:0 15px 0 16px;
	text-align:center;
	position:fixed;
}

/* SIDE NAVIGATION */
#sidenav
{
	width:180px;
	padding: 10px;
	float:left;	
}

/* MAIN CONTENT */
#maincontent
{
	margin-left: 230px;
	width: 610px;
	margin-bottom: 25px;
	margin-top: 20px;
}

#maincontent table td {border:none;}

#maincontent ol li{list-style-image:none;}

/* TABLE SETTINGS */
table { width:100%; border:0; padding:10px; }

th
{
	color:#006600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	width:20%;
	text-align:left;
	border-right:#CCC dashed 1px;
	padding:5px;
}

th a {color:#090; text-decoration:none;}

th a:hover {text-decoration:underline; font-family:Arial, Helvetica, sans-serif;}

td { padding:5px; border-right:#CCC dashed 1px; }

/* FOOTER */
#footer
{
	width:100%;
	background:#CCC;
	background-image:url(../Images/footerline.png);
	background-repeat:repeat-x;
	color:#000;
	height:80px;
	padding-bottom:15px;
}

/* CONTENT IN THE FOOTER */
.footercontent
{
	width:650px;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	color:#090;	
	font-size:12px;
	line-height:100%;
	
}

.footercontent a{color:#090; text-decoration:none;}

.footercontent a:hover {text-decoration:underline;}

#footer li{list-style-image:none; list-style-type:circle; margin-left:35px;}

#footer td{border-right:#FFF dotted 1px; border-left:#fff dotted 1px;}


/* HEADINGS IN SIDE NAVIGATION*/
.headings
{
	width: 180px;
	background:#333;
	color:#FFF;
	padding-left: 5px;
	font-weight:bold;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* NEWS */
#news { width:98%; margin-top:10px; padding-left:15px;}

/* DROPDOWN LIST IN SIDE NAVIGATION SUB MENUES */
.menu {color:#333; width:100%; font-weight:bold; border-top:1px solid #300;}

.menu a:link {text-decoration:none; color:#333;}
.menu a:hover {color:#090; text-decoration:underline;}

/* EMAIL */
#email{border-top:#CCC dotted 1px; padding:0px;}

/*CALENDAR*/
#calendar{border-top:#CCC dotted 1px; padding:0px; font-size:14px;}

.lines{border-top:#CCC dotted 1px; padding:0px;}

/* LINE USED TO SEPERATE EACH CATEGORY */
.panelline {width :100%; height:1px; border-bottom :solid 1px #333;}

/* EDITED */
.edited {width :500px;}

/* HEADINGS FOR INFORMATION REQUEST FORM */
.heading {font-weight :bold ; font-family :Verdana ; font-size :13px;}

/* INFORMATION REQUEST FORM */
.inforequesttextbox {width :200px;}

/* LOGIN FORM */

.login
{
	background-image:url(../Images/login.png); 
	height:477px; 
	background-repeat:no-repeat; 
	padding-top:60px; 
	padding-left:15px;
	font-size:12px;
}

#NewsDiv	{ position: absolute; left: 0; top: 0; width: 100% }








