body
{
	font-family: Arial;
}

div#container
{
	position: absolute;
	left: 20px;
	top: 30px;
	
	width: 745px;
	
	background-image: url(images/background_littlerock.jpg);
	background-repeat: no-repeat;
}

div#header
{
	position: absolute;
}

div#header a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#header a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


div#contact
{
	position: absolute;
	top: 30px;
	left: 0px;

	width: 540px;
	
	text-align: right;
	
	font-size: 12px;
	font-weight: bold;
}

div#menu
{
	position: absolute;
	top: 48px;
	left: 0px;

	color: #FFFFFF;
	background-color: #0000b0;
	width: 555px;
	text-align: right;
	
	padding-right: 200px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	font-size: 12px;
	font-weight: bold;
}

div#sidebar
{
	position: absolute;
	left: 555px;
	top: 20px;
	
	width: 200px;
	
	text-align: center;
	
	font-size: 12px;
}

div#content
{
	width: 461px;
	padding-top: 130px;
	padding-left: 64px;
	padding-right: 25px;
	
	margin-top: 20px;
	
	border-style: solid;
	border-color: #0000B0;
	border-width: 0px 1px 0px 0px;

	font-size: 12px;
	line-height: 19px;
}

div#footer
{
	border-style: solid;
	border-color: #0000B0;
	border-width: 18px 0px 0px 0px;	
	
	margin-top: 15px;
	
	padding-bottom: 20px;

	text-align: right;
	
	font-size: 9px;
}

img#logo
{
	position: absolute;
	left: 5px;
	top: 0px;
}

a
{
	color: #325CB0;
}

h1
{
	color: #0000B0;
	font-size: 18px;
	font-weight: bold;
}

h2
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

h3
{
	color: #0000B0;
	font-size: 13px;
	font-weight: bold;
}


img.photo
{
	border: solid 1px #FFFFFF;
}

img.teamphoto
{
	float: right;
	border: solid 1px #000000;
	margin-left: 5px;
	margin-bottom: 5px;
}

img.teamphoto_thumbnail
{
	border: solid 1px #000000;
		
	width: 90px;
	height: 110px;
}

.teamname
{
	color: #0000B0;
	font-size: 13px;
	font-weight: bold;
}

div.news_entry
{
	padding: 10px;
	background-color: #F3F7FA;
	
	margin-bottom: 25px;
}

div.news_entry h2
{
	margin-top: 0px;
}

div.news_entry h2 a
{
	text-decoration: none;
	color: #666666;
}

div.news_text
{
	padding-left: 10px;
}

div.news_text cite
{
	text-indent: 15px;
}

div#news_archives ul
{
	list-style: none;
}

ul
{
	list-style: none;
	margin-left: 10px;
}

ul li
{
	background-image: url(images/dd_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	margin-bottom: 5px;
}

div.person
{
	width: 25%;
	float: left;
}