body { 
	margin: 8px; 
	padding: 0px; 
	background: white url(../images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

.font11 {
font-family: Lucida Sans Unicode;
font-weight: normal;
font-size: 11px;
color: black;
}

.font11w {
font-family: Lucida Sans Unicode;
text-decoration: none;
font-weight: normal;
font-size: 11px;
color: white;
}

.font12 {
font-family: Lucida Sans Unicode;
font-weight: normal;
font-size: 12px;
color: black;
}

.font12bold {
font-family: Lucida Sans Unicode;
font-weight: bold;
font-size: 12px;
color: black;
}

.font12boldw {
font-family: Lucida Sans Unicode;
font-weight: bold;
font-size: 12px;
color: white;
}

.font13 {
font-family: Lucida Sans Unicode;
font-weight: normal;
font-size: 13px;
color: black;
}

.font13bold {
font-family: Lucida Sans Unicode;
font-weight: bold;
font-size: 13px;
color: black;
}

.font14 {
font-family: Lucida Sans Unicode;
font-weight: normal;
font-size: 14px;
color: black;
}

.font14bold {
font-family: Lucida Sans Unicode;
font-weight: bold;
font-size: 14px;
color: black;
}

.font10 {
font-family: Lucida Sans Unicode;
font-weight: normal;
font-size: 10px;
color: black;
}

.font11bold {
font-family: Lucida Sans Unicode;
font-weight: bold;
font-size: 11px;
color: black;
}

.font14boldw {
font-family: Lucida Sans Unicode;
font-weight: bold;
font-size: 14px;
color: #ffffff;
}

.font16bold {
font-family: Lucida Sans Unicode;
font-weight: bold;
font-size: 16px;
color: black;
}

.menubut {
text-decoration: none;
color: #ffffff;
width: 110px;
}

.menubut2 {
text-decoration: none;
color: #ffffff;
width: 110px;
border-style: outset;
border-width: 2;
border-color: lightgray;
}

.link12 {
font-family: Lucida Sans Unicode;
text-decoration: none;
font-weight: normal;
color: #313178;
font-size: 12px;
border-style: none;
}

.linkbold12 {
font-family: Lucida Sans Unicode;
text-decoration: none;
font-weight: bold;
color: #313178;
font-size: 12px;
border-style: none;
}

/*##################################################*/

#navlist ul
ul.navlist
{
margin-left: 10px;
padding-left: 10px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #808082;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

/*##################################################*/

#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #bbbbbb;
margin: 0;
padding: 2px 10px;
border-left: 1.5px solid orange;
border-top: 3px solid orange;
border-right: 1.5px solid orange;
}

#navcontainer A:hover, #navcontainer A:active { background: #202082; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

/*##################################################*/

.dotted {border-style: dotted; border-width: 1px; border-color: grey}
.dashed {border-style: dashed; border-width: 1px; border-color: grey}
.solid  {border-style: solid}
.double {border-style: double}
.groove {border-style: groove}
.ridge  {border-style: ridge}
.inset  {border-style: inset}
.outset {border-style: outset}

/*##################################################*/

a:link.nav11 {
	color: #036;
	font-size:11px;
	text-decoration: none;
}
a:visited.nav11 {
	color: #036;
	font-size: 11px;
	text-decoration: none;
}
a:hover.nav11 {
	color: #f00;
	font-size: 11px;
	text-decoration: underline;
}

.nav12 {
	color: #036;
	font-size:12px;
	text-decoration: none;
}
.nav12:visited {
	color: #036;
	font-size: 12px;
	text-decoration: none;
}
.nav12:hover {
	color: #f00;
	font-size: 12px;
	text-decoration: none;
}

a:link.nav13 {
	color: #036;
	font-size:13px;
	text-decoration: none;
}
a:visited.nav13 {
	color: #036;
	font-size: 13px;
	text-decoration: none;
}
a:hover.nav13 {
	color: #f00;
	font-size: 13px;
	text-decoration: underline;
}


