﻿body 
{
	margin:0px;
	padding:0px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color:#373737;
	background-color:#01245c;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.footerTxt 
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color:#ffffff;
}

.footerTxt a 
{
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color:#ffffff;
}

.footerTxt a:hover 
{
	text-decoration: underline;
}

/* Interface 
----------------------------------------------------------------------------------------- */

#container 
{
	width:952px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-position: top;
	background-repeat:no-repeat;
}
#topBarDiv 
{
	width: 960px;
	height:132px;
}
#logo 
{
	width: 264px;
	height:132px;
	float: left;	
}
#menuDiv 
{
	width: 952px;
	height: 35px;
	background-image:url(images/menuBg.jpg);
	background-repeat: no-repeat;
}

#socialDiv
{
    margin: 2px 0px 2px 2px;
}

#rightBar 
{
	margin-top: 65px;
	width: 280px;
	float: right;
	padding: 5px;
}

#contentContainer 
{
	background-image:url(images/contentDivBg.jpg);
	background-repeat: no-repeat;	
}

#contentContainerDiv 
{
	width: 650px;
	vertical-align: bottom;
	float: left;
	background-position: bottom left;
	background-repeat: no-repeat
}

#contentDiv 
{
	padding:15px;
}


#footer 
{
	height: 112px;
	width: 952px;
	background-image: url(images/footerBg.jpg);
}

.editPageLink 
{
	text-decoration: underline;
	color: Blue;
	cursor: pointer;
}

#request_info_div
{
    padding: 4px;
}

#request_info_link
{
    color:blue;
    text-decoration:none;
}

/* Menu 
----------------------------------------------------------------------------------------- 

#navcontainer ul
{
	padding: 0;
	margin: 0;
	color: #fff;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
margin-left: 15px;
text-align: left; 
padding: 5px 15px 0 0;
color: #fff;
text-decoration: none;
float: right;
}

#navcontainer ul li a:hover
{
color: Blue;
}

*/

#homeImage
{
    width:622px;
    height: 258px;
    background-image: url(userfiles/image/homeImage.gif);
    background-repeat: no-repeat;
}

.homeImageLinks
{
    background-image: url(images/arrow.gif);
    display:block;
	width: 98%;
	text-indent: 18px;
	padding:2px;
	background-position: 5px;
	background-repeat: no-repeat;
	text-decoration:none;
}
.homeImageLinks:hover
{
    text-decoration:underline;
    color:White;
}


