*
{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

html
{
	background-image:url(../assets/body_background.jpg);	
	background-position: top;
	background-repeat: repeat-x;	
	background-color: #519cd1;
}


h1
{
	font-size: 20px;
	color: #006699;
	margin-bottom:15px;
}

#container
{
	width: 920px;
	_height: 560px;
	min-height: 560px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../assets/container_background.jpg);	
	background-repeat: repeat-y;
}

#header
{
	height: 114px;
}

#header img
{
	border: 0px;
}

#column1
{
	float:left;
	width: 142px;
	margin-left: 20px;
	_margin-left: 10px;
	_margin-top: -3px;
}

#column1 ul
{
	list-style: none;
	background-image:url(../assets/column1_ul_footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:31px;	
}

#column1 li
{
	background-image:url(../assets/column1_li_background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	line-height: 22px;	
	background-color:#0f6bac;
}

#column1 li.last
{
	border-bottom:0px;
}

#column1 li a
{
	display: block;
	font-weight:bold;
	color:white;
	text-decoration:none;
	padding-left: 5px;	
	font-size:11px;
	height: 22px;		
}

#column1 li{
	border-bottom:1px solid white;
}

#column1 li a:hover, #column1 li a.active
{
	background-color: #519cd1;
	color: #075891;
}

#nav li:hover, #nav li.hover { /* fix hanging sf menu ie7 */
    position: static;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 142px;
	margin-top : -22px;
	width: 170px;
	background-image:none;
	border-left: 6px solid #a2a3a4;
	border-top: 1px solid #a2a3a4;
	border-right: 1px solid #a2a3a4;
	border-bottom: 1px solid #a2a3a4;
	padding-bottom: 0px;
}

	
#nav li li{ /* all list items */
	position : relative;
	float : left;
	line-height : 22px;
	margin-bottom : 0px;
	width: 170px;
}


#nav li li a{
}


#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#column2 
{
	float:left;
	width: 427px;
	_height: 230px;
	min-height: 230px;
	margin-left: 6px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	_margin-top: -3px;	
}

#column2 ul
{
	margin: 15px;
}

#column2 a
{
	color: #095994;
}

#column2 a:hover
{
	color: #519cd1;
}

#column3
{
	float:left;
	width: 305px;
	_margin-top: -3px;	
}


#column3 img
{
	border: 0px;
	clear:both;
}

#footer_version1
{
	clear:both;
	height: 149px;
	width: 734px;
	background-image:url(../assets/footer_background.jpg);
	padding-left: 188px;
	padding-top: 50px;
}

#footer_version1 p
{
	margin-left: -15px;
}

#footer_version1 p a
{
	padding: 15px;
	text-decoration:none;
	color: #006699;
	line-height: 25px;
}

#footer_version1 p a:hover
{
	color: black;
}



