/* CSS Document IDT Training writen by Luke Dunstan luke@lhdwebworld.com www.lhdwebworld.com */


body {
	background-color: #ffffff;
	}
	
a {
color: #003399;
text-decoration: none;
}

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


strong.title {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #000000;
}

#container{
position: relative;
top: 5px;
width:802px;
margin-right:auto;
margin-left:auto;
}

#banner{
position:relative;
float:left;
width: 815px;
height:146px;
background-image: url(images/top.gif);
}


#nav{
position:relative;
float:left;
width: 815px;
height: 23px;
padding-left: 15px;
padding-top: 1px;
background-image:  url(images/nav_back.gif);
background-repeat: no-repeat;
}


#content_container{
position:relative;
float:left;
top: 0px;
width: 815px;
background-image:  url(images/bg_white1.gif);
background-repeat: repeat-y;
padding-left: 15px;
}

#main_content{
position:relative;
float:left;
width: 793px;
padding-top: 5px;
padding-bottom: 30px;
background-image:  url(images/basebg.gif);
background-position: right bottom;
background-repeat: no-repeat;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #666666;
}


#bottom_container{
position:relative;
float:left;
width: 815px;
height: 43px;
background-image:  url(images/bottom_big.gif);
background-repeat: no-repeat;
}

#bottom-content{
position:relative;
float:left;
top: 8px;
width: 600px;
Height: 20px;
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
padding-left: 210px;

}

.bottom_info {font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 10pt}

.email{
color: #6699FF;
text-decoration: none;
}

.email:hover{
color: #ffffff;
text-decoration: underline;
}

#spacer{
position:relative;
float:left;
width: 790px;
Height: 21px;
}

