/**
light yellow = #FFF8AA
dark yellow = #FFE26D
red = #6685A3
**/

body {
margin: 0px;
padding: 0px;
background:url(../images/bg.jpg) repeat-x;
font:Tahoma, Geneva, sans-serif;
}

* {
margin: 0px;
padding: 0px;
}

img{
border:none;
}

.top{
width: 860px;
height: 219px;
background:url(../images/top.jpg) no-repeat top left;
}

.hometop{
width: 860px;
height: 173px;
background:url(../images/hometop.jpg) no-repeat top left;
}


#outercontainer{
width: 860px;
margin: 0px auto;
background: url(../images/content_bg.jpg) repeat-y;
}

#container
{
width: 860px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}


.content
{
clear: both;
padding: 20px 30px 0px 30px;
margin: 0px;
width: 800px;
min-height: 320px;
background:url(../images/content_top.jpg) no-repeat top left;
}

/* for IE6 */
* html .content {
height: 320px;
}

.content_home
{
clear: both;
padding: 20px 20px 0px 20px;
margin: 0px;
width: 820px;
min-height: 320px;
background:url(../images/content_top.jpg) no-repeat top left;
}

a:link {
	color: #6685A3;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #6685A3;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
	
}
a:active {
	color: #6685A3;
	font-weight:normal;
	text-decoration:none;
}


h1{
	font-size: 1.6em;
	color:#726C9F;
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	font-weight: bold;
}

h2{
	font-size: 1.2em;
	color:#726C9F;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	font-weight: bold;
}

h3{
	font-size: 1em;
	color:#726C9F;
	text-transform: none;
	margin: 10px 0px 10px 5px;
	padding: 0px;
	font-weight: bold;
}


p {
font-size: 1em;
margin:0px;
padding: 5px;
}



.content ul{
list-style:outside;
padding-top: 10px;
padding-bottom: 10px;
}


.content li{
padding: 2px 0px 2px 0px;
margin-left: 44px;
font-size: 1em;
font-weight: bold;
color: #5A539A;
}

.content li span{
color:#666666;
}


.content #hometext ul{
list-style:outside;
margin-top: 20px;
}

.content #hometext li{
padding: 2px 0px 2px 0px;
}

.content #hometext li{
margin-left: 44px;
font-size: 1em;
color: #6685A3;
font-weight: bold;
}

/** HOMEBOX STYLES **/

.homeboxholder{
width: 278px;
margin-right: 10px;
}

.homeboxtop{
width: 278px;
height: 16px;
background:url(../images/homebox_top.jpg) no-repeat top left;
}

.homebox{
width: 238px;
min-height: 100px;
padding: 10px 20px 10px 20px;
background:url(../images/homebox_middle.jpg) repeat-y;
}

.homeboxbottom{
width: 278px;
height: 17px;
margin-bottom: 20px;
background:url(../images/homebox_bottom.jpg) no-repeat top left;
}


table {
border: 1px solid #999999;
width:100%;
border-collapse: collapse;
}

td { border: 1px solid #999999; }
th { border: 1px solid #999999; }

.TD_head{
	font-weight: bold;
	font-size: 1em;
	color:#726C9F;
}
.tablename{
color:#6685A3;
font-weight: bold;
/**vertical-align:top;**/
}

.tableline{
border-bottom: 1px dotted #999999;
}

td{
padding: 0px;
font-size: 1em;
vertical-align:top;
padding: 5px;
}

td span{
font-size: .75em;
}

td p{
font-size: 1em;
padding-bottom: 5px;
}

.clear{
clear: both;
/*width: 90%;*/
}

.dotted{

border-bottom: 1px dotted #999999;
margin-bottom: 10px;
}

#header{
border-bottom: 1px dotted #999999;
margin-bottom: 10px;
}
	
#subheader{
border-bottom: 1px dotted #999999;
margin-bottom: 10px;
}

.to-right{
float: right;
}

.to-left{
float: left;
}

.bigtext{
font-size: 1em;
}

.colour{
color: #726C9F;
}

.outline{
border: 1px solid #999999;
}


a.button {
	padding: 5px 10px 6px 10px;
	font-size:0.95em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/morebutton.gif) no-repeat top left;
	}

a.more {
	width: 146px;
	height: 31px;
	display:block;
	margin: 5px;
	text-decoration:none;
	text-indent: -10000px;
	background:transparent url(../images/morebutton.gif) no-repeat scroll 0 0;
}

#logolinks{
	width: 200px;
	height: 40px;
	position:absolute;
	left: 625px;
	top: 174px;
	}

#logolinks img{
	float:left;
	border: none;
	}

.footer
{
	clear: both;
	padding-top:15px;
	margin-top: 0px;
	color: #FFFFFF;
	height:50px;
	text-align:center;
	font-size: .8em;
	font-weight: normal;
	width: 860px;
	background:url(../images/content_bottom.jpg) no-repeat bottom left;
}


