/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
	padding-left: 25px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 24px;
	color: #063;
	padding-bottom: 5px;
}

h2 {
	font-size: 18px;
	color: #063;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #063;	
}

a:hover {
	text-decoration: underline;	
}

p {
	padding: 5px 0px 5px 0px;
}

address {
	padding-bottom: 5px;
	font-size: 14px;	
}

small {
	font-size: 10px;
}

ol li {
	margin-bottom: 25px;	
}

#ogabody {	
}

#backgroundContainer {
	width: 940px;
	background: url(../images/bodyBackground.jpg) repeat-y;
	margin: auto;
}

#outerContainer {
	width: 900px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: auto;
	/* background: url(../images/leftBody.jpg) repeat-y left;  */
}

#maincontainer{
	width: 900px;	
}

#header {
	height: 87px;
	background: #006633 url(../images/header.jpg) no-repeat top center;
}

#menu {
	height: 30px;
	background-color: #063;
	width: 900px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #285;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	width: 145px;	
}

#menu a {
	display: block;
	float: left;
	color: #FFF;
	height: 30px;
	margin: 0px;
	padding: 0 35px 0 35px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	vertical-align: middle;
	line-height: 30px;
	/* width: 147px; */	
}

#menu a:hover {
	background-color: #285;	
}

#leftSidebar {
	float: left;
	width: 199px;
	min-height: 500px;
	border-right: 1px solid #B85;
	padding-top: 10px;
	padding-left: 0px;
	background: #963 url(../images/leftSidebarTop.jpg) repeat-x top;
	font-size: 14px;
	color: #FFF;
}

#leftSidebar ul {
	list-style: none;
	padding-left: 0px;	
}

#categories  a {
	color: white;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	height: 20px;
	padding-top: 4px;
}

#categories a:hover {
	background-color: #B85;
}

#content {
	float: left;
	width: 690px;
	min-height: 500px;
	background: #FFF url(../images/contentTop.jpg) repeat-x top;
	padding: 10px 0px 0px 10px;
	font-size: 16px;
}

#view {
	min-height: 400px;	
}

#footer {
	width: 900px;
	height: 35px;
	background-color: #063;
	color: #6C9;
	font-size: 12px;
	text-align: center;	
	border-top: 1px solid #285;
	padding-top: 17px;
}

#footer a {
	text-decoration: underline;
	color: #6C9;
}

#footer a:hover {
	text-decoration: none;
	color: #FFF;
}

#leftSide {
	width: 65%;
	float: left;
	padding-top: 10px;	
}

#slideshowContainer {
	padding: 10px 0px 0px 10px;
	float: left;	
} 

#bottomLinks {
	padding-top: 20px;
	text-align: center;
	height: 50px;
}

#bottomLinks a {
	padding: 0px 15px 0px 15px;
	font-size: 12px;
	width: 690px;
}

.centeredText {
	text-align: center;	
	width: 690px;
	clear: both;
	padding-top: 15px;
}

.caption {
	font-size: 12px;	
}

.warning {
	color: #F00;
}

.formTable td {
	vertical-align: top;	
}

.button {
	background-color: transparent;
	border: 1px solid black;
	cursor: pointer;
}	

.formField {
	width: 200px;	
}

.formTable td {
	padding: 3px;	
}