/* CSS Document */

body { 
	font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color:#000000;
	line-height:2.0em;
	/*Margins of the main boxed area*/
		margin-top:20px;
		margin-bottom:20px;
		margin-left:150px;
		width:672px;
	background: url(images/.gif) repeat;
	border: 1px #000000 solid;
	padding:15px;
	}
	
/* Sets the menu bar using absolute positioning */

.menu {
	font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style:normal;
		font-weight: bold;
		font-variant: small-caps;
		text-transform: none;
	text-align: left;
	border:0px solid black; 
	padding: 5px;
	position: absolute;
		top:30px;
		left:10px;
		width:120px;
}

.menu2 {
	font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style:normal;
		font-weight: bold;
		font-variant: small-caps;
		text-transform: none;
	text-align: left;
	border:0px solid black; 
	padding: 5px;
	position: absolute;
		top:400px;
		left:10px;
		width:120px;
}

/* Sets the main title over the main graphic */

.main_title {
	font-family:Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
		font-variant: small-caps;
		color:#993300;
	position:absolute;
		top:50px;
		left:180px;
	padding:1px;
}

/* Sets the page title over the main graphic */

.page_title {
	font-family:Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-style: normal;
		font-weight:bold;
		font-variant: small-caps;
		text-transform: none;
		color:#993300;
	position:absolute;
		top:115px;
		left:200px;
	padding:1px;
}

/* Main graphic as part of the title */

.top_image {
	margin-top:3px;
	border:2px solid #999999;
}

/* Form entry */

.form_style {
	font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-style: normal;
		font-weight:normal;
		font-variant: small-caps;
		text-transform: none;
		color:#993300;
}

/* Link properties */

a:link {
	color:#963;
	text-decoration:none;
}

a:visited {
	color:#963;
	text-decoration:none;
}

a:focus {
	color:#963; 
	text-decoration:none;
}
	
a:hover {
	color:#C00; 
	text-decoration:none;
}

a:active {
	color:#999999; 
	text-decoration: none;
}

/* Places a border around images used in links */

a img {
	border:1px #000000 solid;
}

ul { 
	font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000000;
}
	
li {
	list-style-type:square;
		color:#999999;
}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}	

h6 {
	font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}

/* used in tables - .row_elm is the heading, row_elm_1 is photo section, and .row_elm_sub is the text below the heading */

.row_elm {
	border: 1px #000066 solid; 
	background-color:#996600;
	font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		font-variant:small-caps;
		color:#FFFFFF;
		padding:5px;
	line-height:1.0em;
	vertical-align:top;
}

.row_elm_1 {
	border: 1px #996600 solid; 
	background-color: #996600;
	font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#FFFF66;
	line-height:1.0em;
	vertical-align:top;
}

.row_elm_2 {
	border: 1px #996600 solid;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#333;
	line-height:1.2em;
	vertical-align:top;
}
.row_elm_sub {
	font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
	line-height:1.0em;
	vertical-align:top;
}

/* Input text boxes */
.textfield {
	background:#CCC;
	border:1px solid #C60;
	width: 200px;
	font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		color:#F00;
		padding:5px;
}

.submit {
	background:#FF9;
	border:2px outset #C60;
	font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
}

/* Caution box at footer */

.footer {
	font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color:#666666;
	line-height:1.1em;
	width:400px;
	padding:5px;
	text-align:center;
	border:1px dashed gray
}

