html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0 0 8px;
	background: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



#wrap {
	width: 850px;
	margin: 0 auto;
}
#header {
	
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #cccccc;
	height:100px;
	
	width:850px;
	
}

#header p 
{
	position:relative;
	top:50px;
	left:10px;
	
	
	font-size:0.7em;
	
}

#leftContent a:hover 
{
	
	border-bottom:solid 1px #4F81BD;
	font-weight:bold;
}
#leftContent a 
{
	font-family: Verdana;
	font-size:1.2em; 
	color:#4F81BD; 
	font-weight:bold; 
	line-height:25px; 
	
	text-decoration:none;
}

#rightContent a 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:0.9em;
	color: #4F81BD;
	
	 
	
	
	text-decoration:none;
}

#rightContent a:hover
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:0.9em;
	color: #4F81BD;
	text-decoration:none;
}

#headerleft 
{
	height:100px;
	float:left;
	width:400px;
	background:url(images/ArrkLogo.gif) no-repeat top left;
}
#headerright 
{
	float:right;
	width:351px;
	height:100px;
	margin-left:0px;
	padding:0;
	background:url(images/headerRight.gif) no-repeat top left;
}

#leftContent 
{
	width:500px;  
	float:left;
}
#rightContent 
{
	 float:right; 
	 margin-left:15px;
	 margin-top:15px; 
	 width:300px;
}

#rightContent img 
{
	padding:3px;
	border: solid 1px #cccccc;
}

h1 
{
	color:#4F81BD;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1.5em;
	
}

p 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:0.9em;
	line-height:20px;
}

ul 
{
	margin-top:30px;
	list-style:none;
}
li 
{
	background:url(images/bullet.gif) no-repeat center left;
	padding-left:20px;
}

#contentContainer 
{
	margin-top:20px;
}


strong 
{
	color:#4F81BD;
}

.upperText 
{
	font-size:1.4em;
}

#latestNews 
{
	width:200px;
	
	padding-left:50px;
	padding-right:50px;
	
	text-align:center;
}

#latestNews p
{
	line-height:normal;
}




#footer {
	background: #666 url(../images/footer/footerbgtop.gif) top left no-repeat;
	color: #CCC;
}
#footerinner {
	background: url(../images/footer/footerbgbottom.gif) bottom left no-repeat;
	padding: 8px 14px;
}
#footer .poweredby {
	float: right;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
.clearme {
	clear: both;
}
