/*
#000066 - dark blue
#6a6a5a - khaki dark
#cccc99 - olive
#ffcc00 - gold / yellow
*/

body {
	margin: 0px;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #6a6a5a;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

th {
	background-color: #000066;
	color: #ffcc00;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

p, li {
	font-size: 11px;
	text-indent: 10px;
}

form {
	/*font-size: 12px;*/
}


/* page title - start */
#outer {
	border-left: 3px #000066 solid;
	border-bottom: 1px #000066 solid;
	margin-top: 0px;
}

#inner {
	border-left: 2px #ffcc00 solid;
	border-bottom: 1px #ffcc00 solid;
}

#page_title {
	border-left: 1px #000066 solid;
	border-bottom: 1px #000066 solid;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px 0px 2px 4px;

}
/* page title - stop */

#subtitle {
	border-bottom: 1px #000066 solid;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

#page_content {
	margin-top: 10px;
	/*width: 620px;*/
}


/* Link Styles  - start */
#reg a, a:link {
	font-weight: normal;
}

#crumb a, a:link {
	font-size: 9px;
}

#sm a, a:link {
	font-size: 10px;
	font-weight: normal;
}

.current a, a:link {
	color: #6a6a5a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
}

.lt {
	color: #ffcc00;
}

.menu a, a:link {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
}

.menu a:visited {
	color: #000066;
}

.menu a:hover {
	color: #000066;
	font-weight: bold;
	background: #ffcc00;
	background-color: #ffcc00;
}

.sub a, a:link {
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
}

.sub a:visited {
	color: #000066;
}

.sub a:hover {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

#site_link1 a{
	float: right;
}
/* Link Styles  - stop */

#footer {
	color: #fff;
	font-size: smaller;
	text-align: center;
	width: 600px;
}

.pointer {
	color: #660000;
}

#anchor {
	text-align: right;
}

#cell1 {
	text-indent: 20px;
	font-size: 11px;
	padding: 3px;
}

#cell2 {
	float: right;
	font-size: 10px;
	font-weight: normal;
}

.bold2 {
	font-weight: bold;
}

#crumb {
	font-size: 9px;
	padding: 5px 0px 0px 0px;
}

#error {
	color: #990000;
	font-weight: bold;
	margin: 2px 0px 10px 30px;
}

