body {
	font-family: Verdana, Helvetica, Sans serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
}

#top_strip {
	background: #666;
	border-bottom: 1px solid #000;
}
#top_strip p{
	color: #fff;
	padding: 4px;
	margin: 0;
	text-align: right;
}
#top_strip a {
	color: #fff;
	text-decoration: none;
}
#top_strip a:hover {
	color: #fff;
	text-decoration: underline;
}
#header {
	background: url(images/background_rpt2.jpg) top right no-repeat;
	border-bottom: 1px solid #000;
	height: 100px;
}
#header img{
	margin: 10px 10px 10px 10px;
}
#outer_wrapper {
	background: #fff url(images/background_right.gif) repeat-y left;
}
#wrapper {
	background: url(images/background_left2.gif) repeat-y right;
}
#container {
	background: url(images/background_left2.gif) repeat-y right;
	width: 100%;
	float: left;
	margin-right: -200px;
}
#content {
	background: url(/images/background_right.gif) repeat-y left;
	margin-right: 200px;
	color: #666;
}
#content h1 {
	color: #993333;
	font-size: 1.4em;
	padding-top: 20px;
	margin-top: 0px;
}
#content p.last {
	margin-bottom: 0;
}

#main {
	background: url(/images/content_grad.jpg) repeat-x;
	margin-left: 150px;
	padding-left: 8px;
	padding-right: 8px;
}
#main h2 {
	font-size: 1.3em;
	margin-top: 30px;
}
#main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main img {
	border: 1px solid #993333;
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
	}


#main img.icon {
	border: 0;
	height: 16
	width: 16;
	float: left;
}

#main a {
	color: #006699;
	text-decoration: none;
}
#main a:hover {
	background: #006699;
	color: #fff;
	text-decoration: none;
}

/* Hides from IE-mac \*/
* html #photogallery {height: 1%;}
/* End hide from IE-mac */

#photogallery {
  height: 1%;}

#photogallery ul {
        float: left;
}
#photogallery img {
        border: 1px solid #F6F5F0;
        padding: 5px;
        float: left;
}
#photogallery li {
        list-style-type: none;
        width: 120px;
        height: 200px;
	background:#FFF;
	padding:2px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:2px;
	border: 1px solid #CCC;
}

#left {
	background: url(/images/left_grad.jpg) repeat-x;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
#left h2 {
	color: #993333;
	font-size: 110%;
	margin: 20px 0 4px 8px;
}

#left a {
  color: #993333;
	text-decoration: none;
}
#left ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	color: #333;
}
#left ul li {
	margin: 0;
	padding: 8px 0 0 0;
}

#left ul li a {
	color: #333;
	text-decoration: none;
}

#left ul li.selected	{
	font-weight: bold;
	}

#left ul li a:hover {
	color: #993333;
	text-decoration: underline;
}

#pagination {
	clear: both;
	padding: 4px 0 4px 8px;
}

#sidebar {
	width: 200px;
	float: right;
	background: url(/images/right_grad.jpg) repeat-x;
}
#sidebar h2{
	color: #003366;
	background: #9bb5ce;
	font-size: 110%;
	margin-top: 20px;
	margin-bottom: 4px;
	padding: 4px 0 4px 8px;
}
#sidebar ul {
	margin: 0;
	padding: 0 0 4px 8px;
	list-style-type: none;
}

#sidebar ul li.selected	{
	font-weight: bold;
	}

#sidebar ul li a.selected	{
	font-weight: bold;
	}	

#sidebar a{
	margin: 0;
	padding: 0;
	color: #003366;
	text-decoration: none;
}
#sidebar a:hover{
	margin: 0;
	padding: 0;
	background: #003366;
	color: #fff;
}
#sidebar #feature{
	background: url(/images/background_left2.gif) repeat-y right;
	clear: both;
	margin-top: 10px;
	margin: 4px;
}
#sidebar #feature img{
	margin: 4px;
	padding: 0;
	float: left;
	border: 1px solid #003366;
}
#sidebar #feature p{
	margin: 0;
	padding: 0;
}

#sidebar #feature h3{
	font-size: 110%;
}
select {
        font-size: 80%;
}

#footer {
	color: #666;
	clear: both;
	border-top: 1px solid #666;
	padding: 4px;
}
#footer p {
	padding: 0;
	margin: 0;
}
.clearing {
	height: 0;
	clear: both;
}

.noborder {
 border: 0;
 border-style:none;
}
