a:link {
	color: #3E769C;
	}
	
a:visited {
	color: #284C65;
	}
	
a:hover {
	color: #5B9CC8;
	}
	
a:active {
	color: #63A6D3;
	}
	
body {
	margin: 20px;
	padding: 0px;
	font-family: Arial, Verdana, Geneva, Sans Serif;
	font-size: 1em;
	}
	
	
	
h1 {
	color: #3E769C; 
	font-family: Arial, Verdana, Geneva, Sans Serif;  
	font-size: 1.6em; 
	font-weight: bold; 
	text-align: center;}
	
h2 {color: #5391BB; font-family: Arial, Verdana, Geneva, Sans Serif;  font-size: 1.4em; font-weight: bold; }

h3 {color: #5391BB; font-family: Arial, Verdana, Geneva, Sans Serif;  font-size: 1.2em; font-weight: bold; }


TABLE.smaller  {font-family: Arial, Verdana, Geneva, Sans Serif; font-size: .9em;}

#container { 
	min-width: 760px;
	max-width: 960px;
	position: relative;
	}
	
#content {
	position: relative;
	margin-left: 160px;
	}
	

#menu-container {
	position: fixed;
	top: 10px;
	left: 10px;
	border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   	}

#menu {
	margin-top: 75px;
	}
	
#dropsavvy, #dropsavvy ul {
	color: #000;
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 140px;
	}

#dropsavvy {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	}

#dropsavvy li {
	cursor: pointer;
	padding: 5px 5px;
	margin: 0px;
	position: relative;
	}

#dropsavvy li ul {
	border: solid 1px #000;
	border-bottom-width: 0;
    background: #65a9d7;
	position: absolute;
	display: none;
	margin: 0 0 0 75%;
}

#dropsavvy li ul li {
	border-bottom: solid 1px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
	}
	
#dropsavvy li:hover, 
#dropsavvy li.sfhover
{
        z-index: 1;
}
#dropsavvy li:hover > ul
{
        display: list-item;
        margin-top: -1em;
}
#dropsavvy li.sfhover ul ul, 
#dropsavvy li.sfhover ul ul ul
{ 
        display: none;
}
#dropsavvy li.sfhover ul, 
#dropsavvy li li.sfhover ul, 
#dropsavvy li li li.sfhover ul
{
        left: 65%;      /* IE/Win 5.0 Only */
        left/**/: 0;
        display: list-item;
        margin-top: -1em;
}
#dropsavvy li a
{
        display: block;
        width: auto;
        text-decoration: none;
		font-weight: bold;
		color: #fff;
}
* html #dropsavvy li a
{
        height: 0.01%;
}

#dropsavvy li a:hover {
	color: #000;
	}
	
#dropsavvy li ul li:hover, 
#dropsavvy li ul li.sfhover {
	background: #ffffcc;
	}
	

	
#logo {
	width: 600px;
	margin: 10px auto 5px auto;
	position: relative;
	}
	
#logo p {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
	top: -10px;
	left: 110px;
	}
	
.alternating-table {
	border: 1px solid #999999;
	}
	
.alternating-table th {
	background-color: #999999;
	font-weight: bold;
	}
.alternating-table th, .alternating-table td {
	padding: 2px 5px 2px 5px;
	}
	
.alternating-table tr:nth-child(even) {
    background-color: #ffffff;
}

.alternating-table tr:nth-child(odd) {
    background-color: #cccccc;
}
	
.imgleft {
	float: left;
	margin: 0 10px 5px 0;
	font-size: 10px;
	text-align: center;
	}
	
.bottommenu {
	clear: both;
	margin-top: 20px;
	text-align: center;
	line-height: 14px;
 	font-size: 10px;
	font-weight: bold;
}

.home-photo {
	width: 582px;
	padding: 10px;
	margin: 0px auto 0px auto;
	text-align: center;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
	-webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
}
	
.home-photo img {
	border: 1px solid #fff;
	display: block;
	}
	
.center {
	text-align: center;
	}
	
.copyright {
	text-align: center;
	font-size: 9px;
	}
	
.extraspace li{
	margin-bottom: 1em;
	}
	
	
.search {
	font-size: 9px;
	}
.sidebar {
	float: right;
	padding: 0 10px 0px 10px !important;
	margin: 0 0 10px 20px;
	font-size: 12px;
	font-weight: bold;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
	}
	
.sidebar h3 {
	text-align: center;
	color: #ffffff;
	}
	
.sidebar a:link, .sidebar a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.sidebar a:hover, .sidebar a:active {
	color: #000000;
	text-decoration: underline;
	}