
/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}


body {
	margin: 0px 0;
	padding: 0;
	background: #F8F5F0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #194E76;
}

h4 {
	color: #8C0B0B;
	font-size: 13pt;
	font-weight: bold;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
}

h3 {
	margin: 0;
	font-size: 1em;
}

ul, ol, blockquote {
	margin-top: 0;
}

ol {list-style:upper-alpha;}

p {
margin-bottom: 1.5em;
}

a:link {
	text-decoration: underline;
	color: #194E76;
}

a:visited {
	color: #194E76;
}

a:hover {
	color: #8C0B0B;
}

img {
	border: none;
}

.ulclass{
	list-style:disc;
	}
	
/* Wrap */
#wrap {
	width: 836px;
	margin: 0 auto;
	background: url(/images/shell/wrapbg.jpg);
}
/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	background: url(/images/shell/header.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	position:absolute; 
	left:-1000px;
}


/* Menu */

#menu {
	width: 800px;
	height: 34px;
	margin: 0 auto;
	background: #ECE5DD url(/images/shell/menubg.jpg)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}



#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	font-weight:bold;
	color: #333333;
}

#menu a:hover, #menu .active a {
	color: #EBE5DC;
	height: 25px;
	background-color: #A79E8C;
}


#usernav {
	float: right;
}

#usernav a {
	text-decoration: none;
	font-weight:bold;
	padding: 9px 5px 0 5px;
	color: #194E76;
	font-size: 8pt;
}

#usernav a:hover {
	color: #8C0B0B;
	font-size: 8pt;
	background-color: transparent;
}
/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background: url(/images/shell/bodybg.jpg)
}

#homecontent {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#colOne {
	float: left;
	width: 222px;
	height: 100%;
	padding: 20px 0px 0px 10px;
}

#colOne H2{
	padding: 0px 0px 0px 20px;
}

#colOne H3{
	padding: 0px 0px 0px 20px;
	font-size: 8pt;
	font-weight: bold;
	color: #8C0B0B;
}


#colOne form {
  margin: 0;
  padding: 0px 0px 0px 20px;
  font-size: 100%;
}

#colOne img {
  margin: 0;
  padding: 0px 0px 0px 20px;
}

#colTwo {
	float: right;
	width: 550px;
	padding: 20px 10px 0px 0px;
}
#colTwo table
{
	margin-bottom: 1.5em;
}
#colTwo table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#colTwo table td
{
	padding: 0.5em;
}
#colTwo table tr.rowA
{
	background-color: #E8E8E8;
	color: inherit;
}
#colTwo table tr.rowB
{
	background-color: #EFF1F3;
	color: inherit;
}

#colAll {
	float: left;
	width: 772px;
	padding: 20px 10px 10px 20px;
}
#colAll table
{
	
}
#colAll table th
{
	text-align: left;
	font-weight: bold;

}
#colAll table td
{
	
}
#colAll table tr.rowA
{
	background-color: #E8E8E8;
	color: inherit;
}
#colAll table tr.rowB
{
	background-color: #EFF1F3;
	color: inherit;
}

/* Footer */

#footer {
	float: right;
	margin: 0 auto;
	padding: 10px 10px;
	font-size: smaller;
}

#footer * {
	color: #666666;
}

#bottom {
	width: 836px;
	margin: 0 auto;
}

/* SubMenu */

#submenu {
	margin: 0;
  	padding: 0px 0px 0px 35px;
	font-size: 8pt;
}

#submenu a {
	text-decoration: none;
	font-weight:bold;
	color: #194E76;
	font-size: 8pt;
}

#submenu a:hover, #submenu .active a {
	color: #8C0B0B;
	font-size: 8pt;
}

.homeh2 {
	background-image:url(/images/shell/h2bg.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:38px;
	font-size: 12pt;
	text-align:center;
	padding-top:8px;
}

.homeside {
	font-size: 9pt;
}

/* FORMS */
.forminput {
border: 1px solid #999999;
width:300px;
background-color: #ffffff;
}

.formerror {
border: 1px solid #921618;
width:300px;
background-color: #ffffff;
}

.submit {
border: 1px solid #FFFFFF;
color:#FFFFFF;
font-weight:bold;
background-color: #194E76;
}

.hometabs				{font-size:12px;color:#194E76;font-weight: bold; border-left:#cccccc solid 1px;border-right:#cccccc solid 1px;border-top:#cccccc solid 1px; padding:0px 5px 0px 5px; height:25px;}
a.hometabs				{font-size:12px; color:#194E76;font-weight: bold;text-decoration:none;}
a.hometabs:visited		{font-size:12px; color:#194E76;font-weight: bold;text-decoration:none;}
a.hometabs:hover		{font-size:12px; color:#194E76;font-weight: bold;text-decoration:none; background-color:#CCCCCC}
a.hometabs:active		{font-size:12px; color:#194E76;font-weight: bold;text-decoration:none;}