body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/images/bglogo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 60% 100%;
	background-color: #ffffee; 
    margin: 0px;
    padding: 0px;
}

h1 {
	margin: 0px;
}
h2 {
	color: #333366;
	margin: 0px 0px 10px 0px;
	text-align:center;
}
h3 {
	margin: 0px;
}
h4 {
	margin: 0px;
	color: #333366;
	font-style: normal;
}

p {
	margin: 5px 0px 5px 0px;
}

a.photo {
	font-weight:bold;
	text-decoration: none;
	padding: 0px;		
}

a.photo:hover {
	color:#ffffff;
	background:#333366;
	text-decoration: none;		
}


a {
	font-weight:bold;
	padding: 1px;
}

a:link {
	color: #333366;
}

a:visited {
	color: #990000;
}

a:hover {
	color:#ffffff;
	background:#333366;
}

div.logo {
	padding: 10px 0px 10px 0px;
}

#stage {
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccc00;
	height: 95%;
}

#topbar {
	left: 0px;
	top: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border-bottom: solid 2px #ffff66;
}

#topbar a:hover {
	font-weight:bold;
	color: #ffff00;
	text-decoration: underline;
	background: none;
}

#topbar a {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	background: none;
}

.login {
	font-size: 80%;
	text-align:right;
	color: #ffffff;
	padding-right: 18px;
}

.login a {
	color: #ffffff;
}
.login a:hover{
	color: #ffff00;
	background: none;
}

.whitebold {
	font-weight: bold;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	vertical-align: middle;
}

.redbold {
	font-weight: bold;
	color: #990000;
}


#sitetitle {
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	padding-right: 18px;
	padding-left: 18px;
}

.post {
    border: solid 1px #aaaaaa;
    margin-bottom: 10px;
}

/*bg color*/
#post_headbg {
	background-color: #cccccc;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

#post_datebg {
	background-color: #cccccc;
	font-style: italic;
	font-size: 90%;
	padding: 3px 5px 3px 5px;
}

/*bg color*/
#post_textbg {
	background-color: #ffcccc;
	padding: 3px 5px 3px 5px;
	font-size: 90%;
}

.caption {
	padding-top: 5px;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #333366;
}

#img_right {
	margin: 10px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #000000;
	float: right;
	clear: right;
	background-color: #ffffff;
	width:auto;
	text-align:center;
	caption-side:bottom
}
#img_right img {
	border: 1px solid #000000;
}

#img_left {
	margin: 10px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #000000;
	float: left;
	clear: left;
	background-color: #ffffff;
}

.top, .readmore {
	text-align: right;
	font-size: 80%;
	padding: 5px 0px 5px 0px;
}

.top a:link { color: #cccccc; font-weight: bold; font-size: 80%; text-decoration: none; padding: 1px;}
.top a:visited { color: #cccccc; font-weight: bold; font-size: 80%; text-decoration: none; padding: 1px;}
.top a:hover { background-color: #333366; color: #ffffff; font-weight: bold; font-size: 80%; text-decoration: none; padding: 1px;}

.top {
	clear:both;
}

#top { /* needed to get rid of 1 px space above line */
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #333366;
	color: #ffffff;	
}

#footer {
    margin:0px;
    padding: 0px; 
	background-color: #000000;
	border-top: solid 1px #ffff00;
	clear: both;
	height: 5%;
}

.footer {
	font-weight: bold;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	vertical-align: middle;
	font-size: 80%;
	height: 5%;
}

#footer a:hover {
	font-weight:bold;
	color: #ffff00;
	background: none;
}

#footer a {
	font-weight:bold;
	color: #ffffff;
	background: none;
}



.menu_bg {
	background: #333366 url(/images/ltbg.gif) repeat fixed;
	border-top: 2px solid #666699; border-left: 2px solid #666699;
	border-bottom: 2px solid #000033; border-right: 2px solid #000033;
	background-position: 0 0;
}

#menu {
	font-size: 14px;
	height: 22px;
	top: 0px;
	left: 0px;
	vertical-align:top;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	display:block;
	width:100%; 
}

#menu a:hover {
	color: #333366;
	background-color: #ffffff;
	text-decoration: none;		
}

#submenu {
	font-size:80%;
	text-align:center;
	padding-bottom:5px;
}


#latest_news {
	clear: both;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #aaaaaa;
}

#latest_news td, th { padding: 2px 5px 2px 5px; }

#latest_news p {
	padding-left: 10px;
}

#greybg.title {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	font-style:italic;
}

p.title, div.title {
	font-size: 110%;
	font-weight: bold;
	color: #333366;
	padding-left:5px;
}

p.text, div.text {
	padding-left:5px
}

.latest_news a {
	color: #ffffff;
	text-decoration: none;
}

.latest_news a:hover {
	color: #333366;
	background: #ffffff;	
	text-decoration: none;		
}

a.none {
	background: none;
}

a.none:hover {
	background: none;
}

.smaller {
	font-size: 90%;
}

.awmAnchor {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}

.super {
	font-size: 80%;
	vertical-align: super;
	text-decoration: none;
}

#bottom-border {
	 border-bottom: 1px solid #cccccc;
}

.paraphrase {
	font-size: 90%;
	padding: 0px 25px 0px 25px;
	}

/*Old stuff*/

.bluecap {
	font-size: 150%;
	color: #333366;
	font-weight: bold;
}
.bluelc {
	font-weight: bold;
	text-transform: uppercase;
	color: #333366;
}

div#Scroll {
	clear: both;
	border: 1px solid #aaaaaa;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
}


div.ScrollingPane {
	padding: 5px 10px 0px 5px;
	margin:0px;
	overflow: auto;
	min-width:390px;
	max-height: 350px;
	height: expression(document.getElementById("Scroll").scrollHeight > 350? "350px": "auto" );
	/* if 100%, IE 6.x scrollbar obscures last column.  If 97%, leaves space when no scroll present.*/
	width: expression((Math.min(parseInt(document.body.clientWidth)-384, document.body.clientWidth))); 
}
