* {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

body {
	padding : 0px;
	margin : 0px;
	background : #364B78;
}


#leftbar img {
	display : block;
}

#leftbar h1 {
	font-size : 13px;
	color:#902A25;
}
#leftbar h1 a:link {
	font-size : 13px;
	color:#902A25;
}
#leftbar h1 a:visited {
	font-size : 13px;
	color:#902A25;
}
#leftbar h1 a:hover {
	font-size : 13px;
	color:#400000;
}

ul {
	list-style : square;
	margin-left : 15px;
	padding-left : 15px;
	margin-top : 8px;
}

li {
	padding-bottom : 2px;
}

#header {
	background : #8F9BB4;
	border-bottom : 1px solid #000;
	padding-bottom : 0px;
}

#header td {
	color: #fff;
}

#content {
	background : #902A25;
	background-image : url(/images/bg_main.gif);
	background-repeat : repeat;
}

#leftbar {
	background : #8F9BB4;
	/*background-image : url(/images/bg_leftbar.gif);
	background-repeat : no-repeat;
	background-position : bottom;*/
	border-right : 1px solid #000;
}

#main {
	background : #fff;
	border-right : 1px solid #000;
	padding : 10px;
	height : 400px;
}

#rightbar {
	background : #fff;
	border-right : 1px solid #000;
}


#bottomcap {
	background-image : url(/images/bg_bottom.gif);
	background-repeat : repeat-x;
	background-color : transparent;
}

#footer {
	color: #739FFF;
	margin-left : 135px;
	padding-bottom : 8px;
	line-height : 16px;
}

#footer a {
	color:#739FFF;
}
#footer a:hover {
	color:#fff;
}
#footer a:visited {
	color:#ccc;
}


a {
	color:#364Ba8;
	text-decoration: underline;
}
a:hover {
	color:#902A25;
	text-decoration: underline;
}
a:visited {
	color:#364b98;
	text-decoration: underline;
}

.sidephoto {
	border-bottom : 1px solid #000;
}

.box1 {
	background-color : #C7CDD9;
	padding : 3px;
	margin : 10px 0 10px 0px;
}

h1 {
	font-size : 13px;
	color:#902A25;
	margin : 0px 0px 7px 0px;
}

h2 {
	font-size : 12px;
	font-weight : bold;
	color:#902A25;
	margin : 0px;
}

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

table.tbl {
	border : 1px solid #000;
	margin-bottom : 10px;
}

table.tbl tbody td {
	border-bottom: 1px solid #999;
}

table.tbl tfoot {
	background : #C7CDD9;
}

table.tbl tfoot td {
	border : none;
	margin : 0px;
}

table.tbl thead th {
	font-weight : bold;
	background : #C7CDD9;
	border-bottom: 1px solid #999;
}

form {
	margin : 0px;
}

label {
	cursor : pointer;
}

textarea, .frm {
	background-color : #fff;
}

.frmtxt {
	width : 200px;
	background-color : #fff;
}

.frmtxtErr {
	width : 200px;
	background-color : #fff;
	border : 1px solid red;
}

.frmsel {
	width : auto;
	background-color : #fff;
}

.frmreq {
	color : #902A25;
	font-size : 12px;
	font-weight : bold;
	margin-left : 5px;
}

.comment {
	background : #C7CDD9;
	border: 1px solid #666;
	padding:5px;
	margin-top : 5px;
}

.sig {
	padding-left:5px;
	font-style : italic;
	color:#000;
}

.thumbs {
	border: 1px solid #000;
}

.highlights {
	background-color: #C7CDD9;
}

.highlights td {
	padding: 5px 5px 5px 5px;
}

.emphasis {
	color : #902A25;
	font-weight : bold;
}


.navcontainer { width: 124px; }
.navcontainer ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font: 16px Arial, Helvetica, sans-serif;
}

.navlist {
	padding: 0;
	margin-left: 0;
}

.navlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: left;
}

.navlist li a {
	display: block;
	padding: 0.3em 0.5em 0.3em 0.5em;
	border-left: 1em solid #AAB;
	background: #CCD;
	text-decoration: none;
}

.navlist  li a:link {color: #336; }
.navlist  li a:visited {color: #557; }
.navlist  li a:hover {
	border-color: #F00;
	color: #000;
	background: #FFF;
}



#piccontainer ul {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font: 16px Arial, Helvetica, sans-serif;
}

#piclist {
	padding: 0;
	margin-left: 0;
}

#piclist li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: left;
}

#piclist li a {
	display: block;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border-left: 1em solid #AAB;
	background: #ADA;
	text-decoration: none;
}

#piclist li a:link {color: #336; }
#piclist li a:visited {color: #557; }
#piclist li a:hover {
	border-color: #0F0;
	color: #000;
	background: #FFF;
}

div.bordered {
	background : #e2c49c;
	border-style: solid;
	border-width: thin;
	border-color: #000000;
	padding-left:   5px;
	padding-right:  5px;
	padding-top:    2px;
	padding-bottom: 2px;
}

