body
{
	background-color: #66CC99;
	width: 100%;
	text-align: center;
    margin: 0;
}

#page
{

	width: 798px;
	height: 100%;
	background-color: #CCFFCC;
	margin:	0 auto 0 auto;
	text-align: left;
}

#header
{
	position: relative;
	width: 100%;
	height: 100px;

	
}

#header .left
{
	position: relative;
	float: left;
	width: 15%;
	margin-top: 25px;
}

#header .left p
{
	font-family: verdana;
	font-size: x-small;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
}

#header .left a:visited
{
	color: #CC0000;
}

#header .left a:link
{
	color: #006600;
}

#header .left a:hover
{
	color: #000099;
}

#header .center
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 60%;
	float: left;
	text-align: center;

}

#header .center p
{
	font-family: courier;
	font-size: 150%;
	color: #660000;
	font-weight: bold;
	padding-top: 10px;
}

.tag
{
	font-family: verdana;
	font-size: x-small;
	font-variant: small-caps;
	font-weight: bold;
}

#header .right
{
	position: relative;
	float: right;
	width: 20%;
	background-color: #CC9966;
	color: #9933FF;
	margin: 5px;
	padding-left: 5px;
}



#header .right .navlist a
{
	font-variant: small-caps;
	font-family: verdana;
	width: 80%;



}

#outerleftcol
{
	position: relative;
	width: 20%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #CC9966;
	float: left;
	height: 100%;
	z-index: 0;
}

#outerleftcol .order1
{	
}

#outerleftcol .order2
{
	padding-top: 10px;
}


.navlist
{
	
}

.navlist a
{
	clear: both;
	float: left;
	padding-bottom: 5px;
	text-align: left;
	font-family: verdana;
	font-size: smaller; 	
	width: 90%;
	z-index: 2;
}

.navlist a:link
{
	color: #CCFF99;
	font-weight: bold;
}

.navlist a:hover
{
	color: #FFCC33;
	font-weight: bold;
}

.navlist a:visited
{
	color: #CCFF99;
	font-weight: bold;
}

.navlink
{
	clear: both;
	float: left;
	padding-bottom: 5px;
	text-align: left;
	font-family: verdana;
	font-size: smaller; 	
	width: 90%;
	z-index: 2;	
}
.navactive
{
	clear: both;
	float: left;
	padding-bottom: 5px;
	text-align: left;
	font-family: verdana;
	font-size: smaller; 
	font-weight: bold;
}


#midleftcol
{
	position: relative;
	margin-left: 25px;
	width: 70%;
	float: left;
	font-family: verdana;
	font-size: smaller;
}



#midleftcol .order1
{
	float: left;
}

#midleftcol .order2
{
	float: left;
	margin-top: 10px;

	
}

#midleftcol .offset1
{
	background-color: #CC9966;
	position: relative;
	left: 2%;
	border-right: inset thick #CC9966;
	border-bottom: inset thick #CC9966;
	border-left: inset thick #CC9966;
	border-top: inset thick #CC9966;
	float: right;

}

#midleftcol .offset1 p
{
	margin: 20px;
	color: #003300;
	font-family: arial;
	font-size: larger;
}

#midleftcol .offset2 
{
	background-color: #660000;
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #CCFF99;
	
}

#midleftcol .offset2 p
{
	margin: 20px;
}

#footer
{
	bottom: 20%;
	float: left;
	margin-top: 10px;
	padding: 5px;
	border-top: solid 1px #999999;
	width: 100%;
}

.rightcol
{
	float: right;
	width: 20%;
	padding-left: 10px;
	margin-top: 5px;
	border-left: solid 1px #660000;
}

.leftcol
{
	float: left;
	width: 70%;
	margin-top: 5px;
}

.spacer
{
	clear: both;
}

.medsquare
{
	width: 20px;
	height: 20px;
	background-color: #660000;
	float: right;
	margin: 1px;

}

.smallsquare
{
	width: 10px;
	height: 10px;
	background-color: #660000;
	float: right;
	margin: 1px;

}

.vertical
{
	position: absolute;
	border-right-color: #660000;
	border-right-style: solid;
	border-right-width: 1px;
	height: 100%;
	left: 20%;
	z-index: 1;
}



.horizontal
{
	position: absolute;
	border-top: solid 1px #660000;
	width: 100%;
	top: 105px;
	z-index: 1;
}

.formlabel
{
	text-align: right;
	margin-left: 25px;
	margin-bottom: 5px;
	float: left;
	width: 100px;
	
}

.formdata
{
	margin-left: 25px;
	margin-bottom: 5px;
	float: left;
	width: 150px;
	
}

br
{
	clear: left;
}


.blog
{
	border: solid thin black;
	color: Black;
}

.blogheader
{
	
}
.blogitem
{
	background-color: #CC9966;
}

.blogaltitem
{
	background-color: #66CC33;
}


.blogitem a:link
{
	color: #003300;
}

.blogaltitem a:link
{
	color: #CC9966;
}