body
{
	font-family: Arial,sans-serif;
	color: #333333;
	font-size:13px;
	line-height: 1.166;
	border:0px;
	padding:0px;
	margin:0px;
}

#wrapper
{
	width: 900px;
	height:902px;
	background-color:#FFFFFF;
	margin: 0 auto;/*This centers wrapper in Mozilla!!*/
	text-align:left;
}

#banner
{
	width:900px;
	height:154px;
	background-color:#FFFFFF;
	background-image:url(../acimages/banner2.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#buttons
{
	height:28px;
	background-color:#D8E9EC;
}

#main
{
	width:900px;
	height:700px;
	border:0;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../acimages/bg_left.gif);
	background-repeat:repeat-y;
	background-position:right;

}

#left
{
	width:157px;
	height:699px;
	float:left;
	background-color: #D8E9EC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#mid
{
	width:558px;
	height:700px;
	float:left;
	margin-left:8px;
	padding-right:12px;
	text-align:justify;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-3dlight-color:#D5BDAD; 
	scrollbar-arrow-color:#D8E9EC; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#D5BDAD; 
	scrollbar-face-color:#D8E9EC; 
	scrollbar-highlight-color:#D8E9EC; 
	scrollbar-shadow-color:#1AA4B6;
	/*background-color:#FFFFFF;*/
}

#right
{
	width:157px;
	height:699px;
	float:right;
	background-color: #D8E9EC;
	border-bottom: 1px solid #cccccc;
}

#footer
{
	width:900px;
	height:20px;
	background-color:#D8E9EC;
	font-size:10px;
	text-align:center;
	float:left;/*Ensures that footer follows immediately after main in all browsers (fudge)*/
}

/*********** general styles ***********/

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

table.center
{
	text-align:center;
}

td
{
	text-align:left;
}

td.centre
{
	text-align:center;
}

a img 
{
	border: 0;
	text-decoration:none;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/*********** #left link styles ***********/

#left ul a:link, #left ul a:visited {display: block;}
#left ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#left li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #left li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	text-decoration:none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}

/************** general classes and styles **************/

.time 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4381B7;
	background-color: #ddd;
	border: 1px solid #145D93;
	float:right;
}

.lt
{
	float:left;
	margin-right:6px;
	padding:2px;
	border:solid #145D93 1px;
}

.rt
{
	float:right;
	margin-left:6px;
	padding:2px;	
	border:solid #145D93 1px;
}

.ct
{
	margin-left:3px;
	margin-right:3px;
	padding:2px;	
	border:solid #145D93 1px;
}

.style2
{
	color: #006699;
}
/* CSS Document */

