/* set the page background color and margins. */
body { margin: 0px; 
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	/* inner lines */
	scrollbar-highlight-color: #DDEBEE;
	scrollbar-shadow-color: #DDEBEE;
	/* face, arrow and track */
	scrollbar-face-color: #FAFAFA;
	scrollbar-arrow-color: #992F0E;
	scrollbar-track-color: #FFFFFF;
}

/* set the page font formatting. */
body, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 10pt;
	color: #333333;
}

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: none; color: #952D0E; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: none; color: #000000; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: none; color: #952D0E; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: none; color: #000000; } /* visited link hover color*/

/*
	alternate link colors - change "subnav" to whatever word you'd like to use
	usage: <a href="somepage.html" class="subnav">
*/
a.subnav:link { font-weight: bold; text-decoration: none; color: #000000; }
a.subnav:hover { font-weight: bold; text-decoration: none; color: #FFFFFF; }
a.subnav:visited { font-weight: bold; text-decoration: none; color: #000000; }
a.subnav:visited:hover { font-weight: bold; text-decoration: none; color: #FFFFFF; }

li { list-style-image: url(/images/plusses.gif)}

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }

/* set font size for each H tag. Change this before using any of these elements */
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #952D0E; font-size: 9.5pt; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #952D0E; font-size: 9.5pt; }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #952D0E; font-size: 9.5pt; }
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #952D0E; font-size: 9.5pt; }
h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #952D0E; font-size: 9.5pt; }
h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #952D0E; font-size: 9.5pt; }
h7 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #952D0E; font-size: 9.5pt; }




/* only custom styles below this line */

.imgBorder { border: 1px solid #000000; }

/* set input, select and textfield elements sizes */
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

.formCheck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
	border: 0px;
}

.formButton {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #952D0E;
  background-color: #FFFFFF;
  border-top: 1px solid #999999;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #999999;
}

.topbannerTD {
	background-image: url(../images/top_bottombg.jpg);
	background-repeat: repeat-x;
}

.sideLeft {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
}

.sideRight {
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat-y;
}

.mainLeft {
	background-image: url(../images/content_left.jpg);
	background-repeat: repeat-y;
}

.mainRight {
	background-image: url(../images/nav_bottom.jpg);
	background-repeat: repeat-y;
}

.mainBody {
	padding: 20px 20px 20px 40px;
	background-image: url(../images/content_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.mainHeading {
	line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 4px;
  border-bottom: 1px solid #DDDDDD;
}

.mainContent {
	padding: 20px;
}

.mainUser {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/content_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.mainUserTable {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #DDDDDD;
}

.mainUserTable td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
}

.mainUserTable td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
}

.mainUserTable input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.mainUserTable .formCheck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	border: 0px;
}

.mainUserTable .formButton {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #952D0E;
  background-color: #FFFFFF;
  border-top: 1px solid #999999;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #999999;
}

.piccapbig {
  font-family: Franklin Gothic Medium, Arial, Helvetica;
  font-size: 12pt;
  font-weight: bold;
  color: #ff0000;
}

.piccapsmall {
  font-family: Franklin Gothic Medium, Arial, Helvetica;
  font-size: 10pt;
  font-weight: italic;
  color: #ff0000;
}

.piccapdescription {
  font-family: Franklin Gothic Medium, Arial, Helvetica;
  font-size: 8pt;
}

.articlebody {
  font-family: Franklin Gothic Medium, Arial, Helvetica;
  font-size: 10pt;
}

.articleformat {
  font-family: ;
  font-size: ;
  font-weight: ;
  color: ;
}
