﻿body 
{
	font-family:Arial;
	font-size:13px;
    background:url(../img/background.jpg) repeat-x;
    color:#3a3d42;
    
}

#menu
{
	float:right;
	margin-right:10px;	
	font-size:12px;
	color:#fff;
	font-family:Arial Rounded MT Bold;
}

#menu a
{
	text-decoration:underline;	
	color:#fff;
	margin-left:8px;
	margin-right:8px;
}

#menu a:hover, #menu a.curr
{	
	color:#ffcb29;

}

#important
{
	 /*background:url(../img/important.png) no-repeat;*/
	 width:780px;
	 height:45px;	
	 margin-left:50px; 
}

#important p
{
	margin-left:50px;
	font-style:italic;
	line-height:18px;
}

p
{
	line-height:16px;
}


/* Bullets for the home page content*/
UL.common LI{
	background:url("../img/bullet.png") no-repeat 6px 6px;
	padding:3px 7px 3px 23px;
	list-style:none;
}

UL.common LI a{

}

UL.common LI a:hover{
	color:#FF8400;
}

OL.numbers LI
{
	padding:3px 7px 3px 10px;
}


h1
{
	font-size:16px;
	color:#063490;	
	font-weight:normal;
}

#returning login
{
	font-size:14px;
	color:#063490;	
}

a
{
	text-decoration:underline;
	color:#084edb;
}


a:hover
{
	color:#f97f09;
}


#register
{
	background:url("../img/register.png") no-repeat;
	width:260px;
	height:112px;
}

#telephone
{
	background:url("../img/telephone.png") no-repeat;
	width:260px;
	height:112px;
}

#register img
{
	margin:78px 0 0 30px;
}

#returning
{
	width:260px;
	text-align:right;
	margin-right:10px;
}

#mainContainer{
width:290px;
position:relative;
margin:0 auto;
padding:0;
}

#didyouknow
{
	background:url("../img/didyouknow.jpg") no-repeat;
	width:265px;
	height:329px;
}

#didyouknow p
{
	padding:19px 15px 0 15px;
	font-size:12px;
	font-style:italic;
}

#didyouknow h1
{
	padding:19px 15px 0 15px;
	font-size:16px;
	font-weight:normal;
}

#mainContainer #seal
{
	background:url("../img/seal.png") no-repeat;
	width:67px;
	height:67px;
	position:absolute;
	left:210px;
	top:-35px;
}


#footer
{
	background:url("../img/footer.jpg") no-repeat;
	width:855px;
	height:89px;
}

#footer .txt, #footer a
{
	color:#fff;
	padding-top:60px;
	text-align:center;
}