﻿
html
{
	
}

body 
{
	background:#FFFFFF url('/images/savage_back.gif') repeat fixed center top; 
	text-align:center;
	font-family: sans-serif;
	font-size:10pt; 
	vertical-align:top;
	color:#000000;
	margin:0;
	height:100%;
}


div#container
{
	position:relative;
	width:789px;
	text-align: left;
	margin-left:auto; 
	margin-right:auto; 
	background: url('/images/left_back.png') repeat scroll center top; 
	overflow:visible;
	height:100%;
}

div#header
{
	position:relative;
	background:#999999 url('/images/header_back.png') repeat fixed center top; 
	width:100%;
	height:108px;
}

div#logo
{
	position:absolute;	
	top:44px;
	z-index:1;
	left:16px;
	
}

div#tagline
{
	position:absolute;	
	top:19px;
	z-index:1;
	right:92px;
	
}



div#nav
{
	position:relative;
	width:100%;
	height:21px;
	background-color:#052147;
	top:87px;
	padding-top:2px;
}

.navitems
{
	font-weight:bold;
	padding-left:220px;
	color:white;
}

.tableitems
{
	font-color:black;
	font-family:sans-serif;
	font-size:10pt; 
}
.navitems a
{
	padding-left:3px;
	padding-right:3px;
	color:white;
}

.navitems a:hover
{
	color:#CCCCCC;
	text-decoration:none;
}

div#content
{
	position:relative;
	width:100%;
	height:100%;
	background-color:;
	background:#eddfba url('/images/left_back.png') repeat scroll center top; 

}

div#leftcolumn
{
	float:left;
	position:relative;
	width:220px;
	min-height:485px;	
	height:100%;
}

div#subnav
{
	float:left;
	position:relative;
	width:220px;
	min-height:300px;
}


div#subnav ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding-top:35px;
	padding-bottom:0px;
	font-size:14px;
	font-family:serif;
	font-weight:bold;
	background:url('/images/sidebar_back.png') repeat scroll left top; 

}

div#subnav li
{
	padding-left:25px;
	padding-bottom:7px;
	padding-top:7px;
	background:transparent url('/images/sidebar.png') no-repeat scroll left bottom;
}

div#subnav li.subalt
{
	height:20px;
	padding-left:25px;
	padding-bottom:7px;
	padding-top:7px;
	background:transparent url('/images/sidebar_alt.png') no-repeat scroll 1px bottom;
}


div#subnav a
{
	color:black;
	font-size:12px;
	text-transform: uppercase;
	font-weight:bold;
	font-family:serif;
	text-decoration:none;
}

div#subnav dd
{
	padding-bottom:4px;
	padding-top:4px;
}

div#subnav a.alt
{
	color:#50647f;
}

div#subnav a:link
{
	text-decoration:none;
}

div#subnav a:hover
{
	color:#333333;
	text-decoration:none;
}

div#riskmenu
{
	display:none;
}

div#news
{
	clear:both;
	positon:relative;
	width:100%;
	background-color:#052147;
}

dl#calendarlist
{
	background-color:#052147;
	color:white;
	margin:0px;
	padding:0px;
}

dl#calendarlist dt
{
	margin:5px;
	color:#e8d7a6;
	font-weight:bold;
}

dl#calendarlist dd
{
	
	padding:3px;
	margin:0px;
	padding-left:15px;
}

dl#calendarlist .eventmod
{
	background-color:#50647f;
}

dl#calendarlist .alleventmod a
{
	margin:5px;
	margin-left:0;
	color:#e8d7a6;
	font-weight:bold;
}

dl#calendarlist a
{
	margin:5px;
	margin-left:0;
	color:white;
	font-weight:bold;
}

dl#calendarlist a:hover
{
	color:#C0C0C0;
	text-decoration:none;
}

div#rightcolumn
{
	float:left;
	position:relative;
	background-color:#eddfba;	
	min-height:485px;
	width:569px;
	height:100%;
}

div#rightheader
{

}

div#maincontent
{
	padding:20px;
	height:100%;
		background-color:#eddfba;
}

div#alphalist ul
{
	list-style:none;
}

div#alphalist li
{
	display:inline;
	padding:0px 3px 0px 3px;
}


div#photodetails
{
	float:right;
	width:150px;
	padding:10px;
	text-align:center;
}

div#bio h1
{
	margin-bottom:5px;
}

div#bio h2
{
	font-size:large;
	margin-bottom:-10px;
	padding-bottom:0px;
	font-weight:bold;
}

div#bio h4
{
	font-size:12px;
	margin:0;
	font-weight:normal;
}

#directorylist
{
	width:100%;
	text-align:left;
	margin-bottom:30px;
}

#directorylist table
{
	width:100%;
}

#directorylist td
{
	padding:5px;
}

#directorylist .titl
{
    background-color:gray;
    color:#FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom:-18px
}

.directorymod
{
    background-color:#99CCFF;
    color:#000000;
}

a
{
	color:black;
}

a:hover
{
	color:black;
	text-decoration:underline;
}

div#footer
{

	width:775px;
	margin-top:0px;
	padding:5px;
	font-size:xx-small;
	text-transform: capitalize;
	background-color:#999999;
	margin-left:auto; 
	margin-right:auto;
	z-index:2; 

}