﻿BODY { 
	MARGIN: 0px;
	margin-left: auto; margin-right: auto; 
	text-align: center; 
	BACKGROUND-COLOR: transparent;
	background-image: url('/css/images/bg.jpg');
	background-repeat: repeat;

}
#maincontainer {
	LEFT: 50%; MARGIN-LEFT: -376px; WIDTH: 768px; POSITION: absolute;  TOP: 0; 
	margin-top: 0; BACKGROUND-COLOR: transparent;
}
#masthead {
	HEIGHT: 320px;
	WIDTH: 768px;
	padding: 0;
	padding-top: 1px;
	margin: 0;
}
#masthead-login {
  background: blue;
  width: 768px;
  margin: 0;
  padding-top: 1px;
  min-width: 640px;
  text-align: left;
  color: white;
  }

#navbar {
	padding-top: 1px;
	width: 768px;
	height: 110px;
	margin: 0;
	background-image: url('/css/images/navbar.jpg');
	background-repeat: no-repeat;
	background-color: white;
}
#other {
	width: 290px;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}
#other p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; line-height: 130%; 
	font-weight: normal; 
	text-align: center;
	margin: 0;
}

#nav {
	width: 440px;
	height: 65px;
	margin-top: 24px;
	margin-right: 20px;
	float: right;
}

#nav p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; line-height: 130%; 
	font-weight: normal; 
	text-align: center;
	margin: 0;
}

#mainbody {
	padding: 0;
	margin: 0;
	text-align: left;
}
#mainbodycontent { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 24px;
	background-color: white;
}


#bottomlinks { padding-top: 20px; margin-top: 20px; text-align: center; border-top: 1px solid blue; }
#bottomlinks p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; line-height: 130%; 
	font-weight: normal; 
	text-align: center;
	margin: 0;
}

#farbottom { width: 768px; margin-top: 10px; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 20px; background-color: transparent; color: white;}
#farbottom p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;  
	font-weight: normal; 
	text-align: center;
	margin: 0;
}

#popup { padding: 20px; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: none; background-color: white; }

p {	font-size: 10pt; line-height: 12pt; font-weight: normal; }
.nospace { margin: 0; }
.nospacewhite { margin: 0; color: white; }
.nospacecenterwhite { margin: 0; color: white; text-align: center; }
.nospacerightwhite { margin: 0; color: white; text-align: right; }
.indented { margin-left: 20px; }
.nospaceindented { margin: 0; margin-left: 20px; }
.center { text-align: center; }
.nospacecenter { margin: 0; text-align: center; }
.nospaceright{ margin: 0; text-align: right; }
.blue { text-align: left; color: blue; }
.centerblue { text-align: center; color: blue; }
.nospaceblue { margin: 0; text-align: left; color: blue; }
.nospacecenterblue {	margin: 0; text-align: center; color: blue; }
.small { font-size: x-small; }
.smallcenter { font-size: x-small; text-align: center; }
.smallright { font-size: x-small; text-align: right; }
.nospacesmall { font-size: x-small; margin: 0; }
.nospacesmallwhite { color: white; font-size: x-small; margin: 0; }
.nospacesmallcenter { font-size: x-small; margin: 0; text-align: center; }
.nospacesmallright { font-size: x-small; margin: 0; text-align: right; }
.nospacesmallcenterwhite { color: white; font-size: x-small; margin: 0; text-align: center; }



a { COLOR: blue; TEXT-DECORATION: none; font-weight: bold; }
a:hover { COLOR: red; TEXT-DECORATION: underline; }

#mainbodycontent a { COLOR: blue; TEXT-DECORATION: none; font-weight: bold; }
#mainbodycontent a:hover { COLOR: red; TEXT-DECORATION: underline; }

#nav a { COLOR: #000066; TEXT-DECORATION: none; font-weight: bold; }
#nav a:hover { COLOR: #FFFFFF; TEXT-DECORATION: underline; }

#bottomlinks a { COLOR: blue; TEXT-DECORATION: none; font-weight: bold; }
#bottomlinks a:hover { COLOR: red; TEXT-DECORATION: underline; }

#farbottom a { COLOR: #FFFFFF; TEXT-DECORATION: none; font-weight: normal; }
#farbottom a:hover { TEXT-DECORATION: underline; }

span.warning { font-weight: bold; color: red; }
span.bold { font-weight: bold; }
span.bolditalic { font-weight: bold; font-style: italic; }
span.boldunderline { font-weight: bold; text-decoration: underline; }
span.boldunderlineitalic { font-weight: bold; font-style: italic; text-decoration: underline; }
span.underline { text-decoration: underline; }
span.italic { font-style: italic; }

hr { color: blue; margin: 0px; }

table { vertical-align: top; border: 0px; margin: 0px; padding: 0px; }
table.borders {  border-collapse: collapse; border: 1px solid blue; }
td { vertical-align: top; }
td.middle { vertical-align: middle; }
td.bottom { vertical-align: bottom; }
td.center { text-align: center; }
td.right { text-align: right; }
td.centermiddle { text-align: center; vertical-align: middle; }
td.borders { vertical-align: top; border: 1px solid #000000; }
td.rightborders { vertical-align: top; border-right: 1px solid #000000;}
td.bordersmiddle { vertical-align: middle; border: 1px solid #000000; }
td.bordersmiddlecenter { vertical-align: middle; border: 1px solid #000000; text-align: center;}
td.borderscentertop { vertical-align: top; border: 1px solid #000000; text-align: center;}
td.bottomborders { vertical-align: middle; border-bottom: 1px solid #000000;}
td.topborders { vertical-align: middle; border-top: 1px solid #000000;}
td.topbottomborders { border-top: 1px solid #c9ad64; border-bottom: 1px solid #000000; }

td.title { vertical-align: middle; background: blue; }
td.titlenoborder { vertical-align: middle; background: #990000; }
td.subtitle { vertical-align: middle; background: #fff7ca; }
td.subtitleborders { vertical-align: middle; background: #fff7ca; border: 1px solid #000000; }

#mainbodycontent img { border: 2px solid blue; }
#mainbodycontent img.noborder { border: 0; }
#mainbodycontent img.floatleft { border: 2px solid blue; float: left; margin-right: 10px; }
#mainbodycontent img.floatleftnoborder { float: left; margin-right: 10px; border: none; }
#mainbodycontent img.floatright { border: 2px solid blue; float: right; margin-left: 10px; }
#mainbodycontent img.floatrightnoborder { float: right; margin-left: 10px; border: none; }

ul { font-face: Verdana, Helvetica, sans-serif; font-size: 80%; line-height: 130%;  }
ol { font-face: Verdana, Helvetica, sans-serif; font-size: 80%; line-height: 130%;  }
