body
{
	font-family:Georgia;
	font-size:14px;
	background-color:#bfbfbf;
}

p
{
	text-align:justify;
	padding-bottom:15px;
	line-height:18px;
}

a
{
	color:#1c3f94;
	text-decoration:none;
        font-style:normal;
}

ul
{
		font-family:Georgia;
		line-height:18px;
		list-style:disc;
		margin-left:15px;
	        font-style:italic;
}

h1,h2,h3,h4,h5,h6
{
	font-family:helvetica;
	padding-bottom:10px;
}

h1
{
	font-size:22px;
	color:#1c3f94;
}

h2
{
	font-size:16px;
	color:#1c3f94;
}

#wrapper
{
	margin:0 auto;
	width: 973px;
}

#header
{
	width: 973px;
	height:173px;
	background-image:url("../img/headerwithlogo.png");
	background-repeat:no-repeat;
}

#tagline
{
	float:right;
	width:400px;
	padding-top:75px;
	margin-right:30px;
}

#tagline p
{
	font-style:italic;
	font-size:16px;
	text-align: center;
	color:#fff;
}

#menu
{
	width:973px;
	height:46px;
	background-image:url("../img/headerbarwithmenu.png");
	background-repeat:no-repeat;
}

#menuContent
{
	width:935px;
	margin:0 auto;
}

#menu ul
{
	float:right;
}

#menu ul li
{
	display:inline;
	height:44px;
	float:left;

}

#menu a
{
	color:#fff;
	font-family:helvetica;
	font-size:14px;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
	line-height:43px;
	display:block;
	float:left;
	height:42px;
        border-left: 1px solid #736F6E;
}

#menu a:hover
{
	background-image:url("../img/menubuttonswap.png");
	background-repeat:repeat-x;
	color:#ffd200;
}

#menu a.current
{
	background-image:url("../img/menubuttonswap.png");
	background-repeat:repeat-x;
	color:#ffd200;
}

#centerArea
{
	width:973px;
	min-height:300px;
	background-image:url("../img/blankwithshadow.png");
	background-repeat:repeat-y;
}

#contentArea
{	margin:0 auto;
	width:840px;
	padding:15px;
	padding-top:35px;
        padding-bottom:35px;
}

#textArea
{
	width:315px;
}
#footer
{
	width:973px;
	height:100px;
	background-image:url("../img/footerbar.png");
	background-repeat:no-repeat;

}

#footerContent
{
	
	margin:0 auto;
	padding-top:20px;	
	width: 880px;
	color:#a1a1a1;
}

#copyright
{
	float:left;
	font-size:12px;
}

#footermenu
{
	float:right;

}

#footermenu a
{
	font-size:12px;
	color:#a1a1a1;
	font-family:helvetica;
}

#footermenu ul li
{
	display:inline;
}

.clearFloat
{
	clear:both;

}

#sideImgArea
{
	width: 486px;
	height: 488px;
	float:right;
}

.floatImgLeft
{
	float:left;
}

.floatImgRight
{
	float:right;
}

.aboutimg
{
       padding-left:15px;
}

.logo
{
display:block;
width:400px;
height:200px;

}