@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006666;
	background-color: #669966;
	height: 100%;
	z-index: 0;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#envelope {
	position: relative;
	height: 2224px;
	width: 1048px;
	left: 0px;
	top: 0px;
	float: left;
}

#sidebar {
	position: relative;
	height: 2224px;
	width: 224px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 1;
}

#outer {
	position: relative;
	padding: 0px;
	text-align: center;
	height: 2224px;
	background-color: #FFFFCC;
	width: 800px;
	top: 0px;
	left: 0px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336666;
	border-left-color: #336666;
	z-index: 2;
	right: 0px;
	bottom: 0px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outercont {
	position: relative;
	height: auto;
	width: 800px;
	margin: 0 auto;
	padding: 6px;
	text-align: center;
	z-index: 3;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

div.leftcol {
	float: left;
	position: relative;
	width: 226px;
	height: auto;
	z-index: 1;
	margin: 1px;
}
div.rightcol {
	float: left;
	position: relative;
	width: 526px;
	height: auto;
	z-index: 1;
	padding-left: 6px;
	left: 2px;
	top: 2px;
}
div.onecol {
	padding: 6px;
	position: relative;
	width: 800px;
	height: auto;
	float: left;
	z-index: 1;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.center {
	position:relative;
	margin:0 auto;
	text-align:center;
}
#contact {
	position: relative;
	width: 450px;
	left: 190px;
	top: 130px;
}


/*nav menu containers*/

/*Links*/

a:link {
	color: #990066
}
a:visited {
	color: #993333
}
a:hover {
	color: #CC3300
}
a:active {
	color: #CC3333
}

h1 {
	color: #CC3333;
	font-size: 2.8em;
	font-style: normal;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
}
h2 {
	color:#336666;
	padding-top: 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	text-align: left;
	}
h3 {
	color:#CC3333;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-variant: small-caps;
	text-align: left;
	}
h4 {
	color:#336666;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	text-transform: none;
	text-align: left;
	}

h5 {
	color:#CC3333;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	letter-spacing: 0.1em;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336666;
	text-align: left;
}

p.larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
}

p.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
}

p.smallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
}

#footer {
	position:relative;
	width:526px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #993366;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 12px;
	clear: both;
}

#navmenu {
	position:absolute;
	z-index:4;
	top: 0px;
	left: 0px;
	float: left;
	width: 800px;
}

/*List styles from Listamatic*/
/*CSS LISTS*/

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #993333;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #993333;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #CC3333;
	color: #fff;
}

#navcontainer_r
{
	width: 100%;
	float: left;
	background-color: #993333;
	z-index: 4;
}
#navcontainer_r ul li { display: inline; }

#navcontainer_r ul
{
	margin: 0;
	padding: 0 0 0 7%;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

#navcontainer_r ul li a
{
	background-color: #993333;
	color: #FFFFFF;
	float: left;
	padding: 0.2em 12px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #339966;
}

#navcontainer_r ul li a:hover
{
	background-color: #CC3333;
	color: #FFFFFF;
}

#navlist_r li a:hover, #navlist_r li a:active
{
	color: #FFFFFF;
	background: #CC3333;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer_v { width: 200px; }

#navcontainer_v ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer_v a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #336666;
	border-bottom: 1px solid #eee;
}

#navcontainer_v a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer_v a:hover
{
	background-color: #CC3333;
	color: #fff;
}

/*standard list styles*/
ul {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 120%;
}

ul.li {
	color: #330033;
	padding-bottom: 8px;
	text-align: left;
	list-style-position: outside;
	position: relative;
	list-style-type: disc;
}

ol {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 120%;
}
ol.li {
	color: #330033;
	padding-bottom: 8px;
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
	position: relative;
}
