/* CSS document */


/* default font size - font switcher css/html/javascript from alistapart.com */
@import url(css/small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {  
	font-family: Georgia, "Book antiqua", Palatino, serif;
	font-size: 12px;
}

h1 {
	font-size: 130%;
  	font-weight: bold;
}

h2 {
  	font-size: 110%;
  	font-weight: bold;
}


/* general formatting */
body {
	background-color: #ffffff;
	color: #000000;
	margin:10px 0px; padding:0px;
	text-align:center;
}

h1, h2, h3, h4, h5 {
	color: #002299;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #002299;
}

a:visited {
	color: #666699;
}
	
img {
	border: none;
	text-decoration: none;
}

form {
	padding: 0px;
	width: 0px;
	display: inline;
}

hr { height: 1px; color: #ddd; border: none; margin: 12px 0px 12px 0px;} /* For Internet Explorer */
html>body hr { height: 1px; background-color: #ccc; border: 0px solid #ddd; margin: 12px 0px 12px 0px; } /* For Opera and Gecko-based browsers */

#container {
	background-image:url('images/top.gif');
	background-repeat:no-repeat;	
	background-position:top left;
	margin:  0px auto;
	padding: 15px 0px;
	border: 1px solid #cccccc;
	text-align:left;
	position: relative;
	width: 700px;
	min-height: 300px;
	overflow: auto;
}
* html #container {
	height: 300px;
	overflow: visible;
	}
#topBanner {
	border-bottom: 1px solid #ccc;
	padding: 65px 0 0 0;
	overflow: hidden;
	background-image: url("images/title.gif"); 
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:65px; /* for IE5.5's bad box model */
}
#navBar {
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding: 8px 0px;
	line-height: 1em;
}
#navBar ul {
	margin: 0px;
}
#navBar li {
	display: inline;
	margin: 0px;
	padding: 8px 0px;
	text-transform: uppercase;
}
#navBar a {
	color: #000; 
	text-decoration: none;
	padding: 7px; 
	margin: 0px;
}
#navBar a:hover {
	background-color: #eee;
	text-decoration: none;
	margin: 0px;
} 
#navBar .selected {
	color: #fff;
	background-color: #ccc;
	text-decoration: none;
	padding: 7px;
	margin: 0px;
}
#content {
	margin: 10px 0px 10px 30px;
	font-size: 1.2em;
	line-height: 1.1em;
	width: 500px;
	float: left;
}
#fullpagecontent {
	margin: 0px auto;
	font-size: 1.2em;
	line-height: 1.1em;
	width: 600px;
}
#sidebar {
	width: auto;
	margin: 10px 10px 10px 540px;
	padding: 15px;
	font-style: italic;
	font-weight: bold;
	border-left: 1px solid #eee; 
	min-height: 300px; _height: 300px;
}
#sidebar p {
	font-size: 0.7em;
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#sidebar a {	
	text-decoration: none;
	color: #999999;
	font-style: normal;
}

#footer {
	font-size: 0.8em;
	line-height: 1em;
	width: 600px;
}
#topper {
	width: 700px;
	margin:  0px auto;
	padding: 10px;
	font-size: 0.8em;
	color: #666666;
	text-align: left;
}
.tag {
	font-family: geneva, helvetica, arial, sans-serif; 
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	line-height: 2em;
}
.paddedimg {
	padding: 0px 10px 0px 0px;
}