body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC66;
	background-color: #000000;
}
body, div, ul {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
h1, h2, h3 {
	text-align: center;
}

#outer {
	width: 1000px;
	margin-left: 25px;
}
#header {
	background-color: #000000;
	height: 248px;
	width: 100%;
	background-image: url(../images/layout/srbkg_top.jpg);
	background-position: 263px;
	position:relative;
}
#topnav {
	background-image: url(../images/layout/srbkg_03.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	margin-left: 368px;
	padding:0;
}
#topnav li {
	float:left;
}
#footer {
	background-color: #CC6600;
	height: 35px;
	width: 100%;
	float:left;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
}
#footer li a {
	text-decoration: none;
	padding-right: 15px;
	display: block;
	float: left;
	color: #FFCC66;
}
#copyright {
	color: #FFFFFF;
	padding: 8px;
}

#footercontent {
	padding: 8px;
}

#wrapper {
	width: 100%;
	float: left;
	background-image: url(../images/layout/srbkg_14.gif);
	background-repeat: repeat-x;
	background-color: #663300;
}
#rightcolumn {
	width: 740px;
	background-color: #000000;
	float: left;
	background-image: url(../images/layout/srbkg_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#rightcontent {
	padding: 20px;
	color: #FFFFCC;
	min-height:570px;
	height:auto !important;
	height:570px;
}
#rightcontent li {
	padding-bottom: 15px;
}

#rightborder {
	width: 98%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9933;
}


#leftcolumn {
	float: left;
	width: 260px;
}
#leftcolumn ul {
	list-style-type: none;
	padding-bottom: 20px;
}
#leftcolumn ul li {
	padding: 3px;
}
.heading {
	font-size: 18px;
	text-decoration: underline;
}
#leftcolumn a {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	margin-left: 10px;
}


#leftcontent {
	padding: 20px;
}
#frame {
	width: 1025px;
	margin: auto;
}

#logo {
	position:absolute;
	top:0;
	left:-26px;
}
h1 {
	font-size: 18px;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	color: #FFCC33;
	text-align: left;
}
h2 {
	font-size: 18px;
	color: #FFCC33;
}
a {
	color: #FFCC66;
}
#rightcontent ul {
	padding-left: 15px;
	list-style-type: square;
}

/*-----------gallery styles---------------*/
 #gallery ul {
 	margin: 0;
	padding: 0;
	list-style-type: none;
 }
#galleryimg {
	border: 4px double #666666;
}

 #gallery li {
	display: inline;
 }
 #gallery li a {
	height: 15px;
	width: 12px;
	margin-right: 3px;
	display: block;
	float: left;
	background-color:#996600;
	margin-bottom: 3px;
 }
 #gallery {
	width: 100%;
	float: left;
 }

#dhtmltooltip{
	position: absolute;
	width: auto;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
 
.smallYellow {
	font-weight: bold;
	color: #FFCF31;
}
