body {
	background-image: url("/layout/bg_page.gif");
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 25px 0px 25px 0px;
	margin: 0px;
	text-align: center;
	color: #333333;
}

a:link, a:visited {
	color: #C17E05;
	text-decoration: none;
}
a:active, a:hover {
	color: #C17E05;
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 7px 0px;
	color: #4A66B3;
	font-size: 1.3em;
}

h2 {
	margin: 0px 0px 7px 0px;
	color: #4A66B3;
	font-size: 1.2em;
}

h3 {
	margin: 0px 0px 7px 0px;
	color: #4A66B3;
	font-size: 1.1em;
}

h4 {
	margin: 0px 0px 7px 0px;
	color: #4A66B3;
	font-size: 1em;
}

h5 {
	margin: 0px 0px 7px 0px;
	color: #000000;
	font-size: 1em;
}

h6 {
	margin: 0px 0px 7px 0px;
	color: #00A000;
	font-size: 1em;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
}

/*--BEGIN USER STYLE --*/

/* Empty definition but it gets specific instructions for H1 and P later in the document */
.sidebar {

}

/*-- END USER STYLE--*/

/* Just a wrapper div, draws the repeating vertical background */
#columnbgrepeat {
	margin: 0px auto;
	background-image: url("/layout/bg_both_cols.gif");
	background-position: top center;
	background-repeat: repeat-y;
	width: 771px;
}

/* Another wrapper div, unfortunately required for the footer graphic because it's large */
#page {
	margin: 0px auto;
	background-image: url("/layout/footer.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 771px;
	text-align: left;
}

#page_rs {
	margin: 0px auto;
	background-image: url("/layout/footer_rs.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 771px;
	text-align: left;
}

/* Right-hand column, draws the top border and top-right corner of the background */
#maincolumn {
	background-image: url("/layout/bg_maincol.gif");
	background-position: top;
	background-repeat: repeat-y;
	float: right;
	width: 538px;
	margin: 0px;
	padding: 0px;
}

#top {
	background-image: url("/layout/bg_top_main.gif");
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 134px;
}

#topphotos {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.topphoto {
	float: left;
	margin: 0px 6px 0px 4px;
	padding: 0px;
}

#tabs {
	background-image: url("/layout/bg_tabs.gif");
	background-position: top center;
	background-repeat: no-repeat;
	height: 78px;
	margin: 0px 0px 0px 0px;
	padding: 1px 10px 0px 15px;
	list-style: none;
}

#tabs li {
	float: left;
	background-image: url("/layout/tab_r.gif");
	background-position: right top;
	background-repeat: no-repeat;
	height: 39px;
	width: 127px;
	margin: 0px;
	padding: 0px;
}

#tabs #currenttab {
	float: left;
	background-image: url("/layout/tab_r_this.gif");
	background-position: right top;
	background-repeat: no-repeat;
	height: 39px;
	width: 127px;
	margin: 0px;
	padding: 0px;
}

#tabs #currenttab_rs {
	float: left;
	background-image: url("/layout/tab_r_rs.gif");
	background-position: right top;
	background-repeat: no-repeat;
	height: 39px;
	width: 127px;
	margin: 0px;
	padding: 0px;
}

#tabs a {
	display: block;
	height: 29px;
	width: 127px;
	text-align: center;
	padding-top: 10px;
	color: #ffffff;
	line-height: 1.9em;
}

#tabs li a:link, #tabs li a:visited {
	background-image: url("/layout/tab_l.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#tabs li a:active, #tabs li a:hover {
	background-image: url("/layout/tab_l.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#tabs #currenttab a:link, #tabs #currenttab a:visited {
	background-image: url("/layout/tab_l_this.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#tabs #currenttab a:active, #tabs #currenttab a:hover {
	background-image: url("/layout/tab_l_this.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#tabs #currenttab_rs a:link, #tabs #currenttab_rs a:visited {
	background-image: url("/layout/tab_l_rs.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#tabs #currenttab_rs a:active, #tabs #currenttab_rs a:hover {
	background-image: url("/layout/tab_l_rs.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#content {
	margin: 0px;
	padding: 15px 35px 10px 35px;
}

#breadcrumb a {
	color: #4A66B3;
}

div.indexlisting {
	background-image: url("/layout/bg_dashed_border.gif");
	background-position: left top;
	background-repeat: repeat-x;
	padding: 5px 0px 12px 0px;
}

.indexlisting h1 {
	font-size: 1em;
	margin-bottom: 5px;
}

.indexlisting p.morelink {
	float: right;
	padding: 0px 3px 0px 14px;
	margin-top: -8px;
	background-image: url("/layout/bg_index_more_link.gif");
	background-position: left center;
	background-repeat: no-repeat;
}


/* The left-hand column of the page */
#leftmenu {
	background-image: url("/layout/bg_leftcol.gif");
	background-repeat: repeat-y;
	width: 233px;
	padding: 0px;
	margin: 0px 0px 145px 0px;
	float: right;
}

/* The logo incorporates the top-left corner of the background image */
#logo {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* Unordered list for the main menu */
#menu {
	margin: 0px 25px 15px 25px;
	padding: 0px;
}

#menu li {
	background-image: url("/layout/bg_menuitem.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	list-style-type: none;
	margin-left: 0px;
	padding: 7px 0px 8px 7px;
	font-size: 1.2em;
}

/* Menu links are blue, orange onmouseover */
#menu li a:link, #menu li a:visited {
	display: block;
	background-image: url("/layout/bullet_menuitem.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #4A66B3;
}

/* Outer menu links are black */
#menu li a:active, #menu li a:hover {
	display: block;
	background-image: url("/layout/bullet_menuitem2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #F8A610;
	text-decoration: none;
}

/* Inner UL menu */
#menu li ul {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

/* The inner menu gets chevron bullets, so a bit extra work... */
#menu li ul li {
	border: 0px;
	padding: 0px 0px 0px 12px;
	margin: 7px 4px 0px 16px;
	color: #8E1212;
	font-size: 0.9em;
}

/* Inner menu links are red */
#menu li ul li a {
	color: #8E1212;
}

/* Draws the bottom of the background image, incorporating both corners */
#footer {
	clear: both;
	height: 38px;
}




/* Formatting for formfields */

#content .formrow {
	clear: both;
  padding-top: 3px;
  margin: 0px;
  font-size: 2px;
}

#content label {
	float: left;
	width: 100px;
	text-align: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

#content label.check {
	float: left;
	width: 300px;
	text-align: left;
	margin: 2px 0px 0px 5px;
	padding: 0px 5px 0px 0px;
}

#content input {
	float: left;
	width: 200px;
	text-align: left;
}

#content input.check {
	float: left;
	width: 15px;
	text-align: right;
}

#content textarea {
	float: left;
	width: 350px;
	height: 100px;
	text-align: left;
}

#content input.submit {
	float: left;
	width: 75px;
	text-align: center;
}
