﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	width: 600px;
	min-height:550px
}

#footer {
    background-image: url('../images/blue2px.gif')
    background-color: #000033;
    max-height:2px;
    width:800px;
    
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #3333cc;
	text-decoration: none;
	font-weight: bold;
}
.bluelink a:link {
	color: #000033;
	TEXT-DECORATION: none;
}
.bluelink a:visited {
	color: #000033;
	TEXT-DECORATION: none;
}
.bluelink a:hover {
	color: #cc0000;
	TEXT-DECORATION: none;
}
body {
	font-size: 12px;
	font-family: Arial, Serif;
}
p {
	font-size: 12px;
	font-family: Arial, Serif;
}
ul {
	font-size: 12px;
	font-family: Arial, Serif;
}
td {
	font-size: 12px;
	font-family: Arial, Serif;
}
.h1 {
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 24px;
	font-weight: normal;
	color: #000066;
}
.h2 {
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.h3 {
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
}
.h4 {
	font-family: Arial, Serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.h5 {
	font-family: Arial, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.h6 {
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000066;}
}
.nametag {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.optionxlarge {
	font-family: Arial, Serif;
	font-size: 13px;
	font-weight: bold;
}
.optionlarge {
	font-family: Arial, Serif;
	font-size: 12px;
	font-weight: bold;
}
.optionreg {
	font-family: Arial, Serif;
	font-size: 12px;
	font-weight: normal;
}
.optionsmall {
	font-family: Arial, Serif;
	font-size: 11px;
	font-weight: normal;
}
.optionsmall.a {
	font-family: Comic Sans MS, Arial, Serif;
	font-size: 9px;
	font-weight: normal;
	}
.justified {
	text-align: justify;
}
.font1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #6666CC;
}
.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000066;
}
.font3 {
	border-color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333366;
}
.font4 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	letter-spacing: 2pt;
	word-spacing: 4pt;
}
.font5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000066;
	}
.font6 {
	font-family: Arial, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.sidebar2 a:link			{	color: #ffffff; text-decoration: none }
.sidebar2 a:visited		{	color: #ffffff; text-decoration: none }
.sidebar2 a:hover		{	color: #ffffff; text-decoration: none; background-color: #0000cc; background-repeat: repeat }
.sidebar2     { font-family: Comic Sans MS, Arial, Helvetica; font-size: 13px; font-weight: bold; color: #ffffff; padding:2px 2px 2px 2px; background-color: #000033; background-repeat: repeat }
}
.sidebar3 a:link			{	color: #000033; text-decoration: none }
.sidebar3 a:visited		{	color: #000033; text-decoration: none }
.sidebar3 a:hover		{	color: #000033; text-decoration: none; background-color: #ffffff; background-repeat: repeat }
.sidebar3     { font-family: Arial, Helvetica; font-size: 12px; font-weight: bold; color: #000033; background-color: #ffffff; background-repeat: repeat }
}
.sidebar4 a:link			{	color: #000033; text-decoration: none }
.sidebar4 a:visited		{	color: #000033; text-decoration: none }
.sidebar4 a:hover		{	color: #000033; text-decoration: none; background-color: #ffffff; background-repeat: repeat }
.sidebar4     { font-family: Arial, Helvetica; font-size: 10px; font-weight: bold; color: #000033; padding:2px 2px 2px 2px; background-color: #ffffff; background-repeat: repeat }
}


