body
{
	margin: 0;
	padding: 0;
	background-color: #9fa9b3;
	font: normal 12px Tahoma, "Segoe UI", Sans-Serif;
}

/* Links */

a:link { color: #335577; text-decoration: none; }

a:visited { color: #5f9119; text-decoration: none; }

a:hover, a:active { color: #993333; }

#content a:link { padding: 0 2px; border-bottom: 1px solid #999999; }

#content a:visited { padding: 0 2px; border-bottom: 1px solid #999999; }

#content a:hover, 
#content a:active 
{ 
	color: #ffffff;
	background-color: #993333;
	border-bottom-color: #993333;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 28px; }

h2 { font-size: 24px; }

h3 { font-size: 20px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0; }

ul { line-height: 1.9em; list-style-type: square; color: #334455; }

ol { line-height: 1.8em; color: #333333; }

table 
{ 
	color: #333333;
	border-left: 1px solid #999999; 
	border-top: 1px solid #999999; 
}

table caption 
{ 
	font-weight: bold; 
	margin-bottom: 5px; 
}

th, td 
{ 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999;
	padding: 2px 5px;
}

th { background-color: #cfcfcf; }

tr.alt td
{
	background-color: #eeeeee;
}

/* Structure */

#container
{
	margin: 0 auto;
	width: 974px;
}

p#meta
{
	margin: 0; 
	padding: 5px; 
	color: #aaaaaa;
	background-color: #2f2f2f; 
	border-bottom: 0px solid #000000;
}

#header
{
	background-color: #ffffff;	
	width: 399px;
	height: 209px;
	float: left;
	text-align: center;
	padding-top: 20px;
}

#navigation
{
	float: left;
	width: 100%;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: #f9f9f9;
}

#featured
{
	float: right;
	text-align: center;
	background-color: #f9f9f9;
	width: 575px;
	height: 230px;
	color: #999999;
}

#content-wrapper
{
	width: 75%;
	float: left;
}

#content
{
	float: left;
	padding: 10px;
	line-height: 1.6em;
}

#sidebar-wrapper
{
	width: 24%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 10px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: #333333;
	text-align: center; 
	background-color: #7d8791;
}

/* Meta */

p#meta a:link, p#meta a:visited { padding: 0 5px; color: #9cb1d0; }

p#meta a:hover, p#meta a:active { color: #bed3f0; }

/* Header */

#header h1 {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-color: #497bac;
}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #dce1e5;
	padding: 5px 10px; 
	background-color: #497bac;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #4f4f4f;
}

/* Featured */

#featured p { margin: 20px 0; }

/* #featured img { border: 0px solid #000000; } */

/* Content */

#content > h3, #content .top { margin-top: 5px; }

/* Sidebar */

/* Footer */

#footer a:link { color: #003355; }

#footer a:visited { color: #335577; }

#footer a:hover, #footer a:active { color: #000000; }

#footer p { padding: 5px 0; }

/* Fix for PNG transparency in IE 5.5+ */
img { behavior: url(iepngfix.htc);}

/* css for blue tabbed menu */

.bluewrap
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background: white url(bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs{
border-bottom: none;
}

.bluetabs ul{
padding: 0.3em 0;
margin-left: 0;
margin-top: 0.3em;
margin-bottom: 0;
font: bold 1em "Segoe UI", Tahoma, Sans-Serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 1% 1%;
margin-right: 1%;
color: #2d2b2b;
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #994466;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background: #aabbcc;
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1em solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font: bold "Segoe UI", Tahoma, Sans-Serif;
z-index:100;
background-color: white;
width: 15%;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
