/* CWD Stylesheet */

body {
	background-image: url(/images/BG_Graphic.jpg);
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {font-size: 18px; color: #000066; font-weight: bold;}
h2 {font-size: 16px; color: #0000FF; font-weight: bold;}
h3 {font-size: 14px; color: #CC9900; font-weight: bold;}
h4 {font-size: 13px; color: #000066; font-weight: bold;}
h5 {font-size: 12px; color: #0000FF; font-weight: bold;}
h6 {font-size: 11px; color: #CC9900; font-weight: bold;}

a:link {
	color: #000000;	text-decoration: none; font-weight: bold;
}
a:visited {
	color: #000000;	text-decoration: none; font-weight: bold;
}
a:hover {
	color: #CC6666;	text-decoration: none; font-weight: bold;
}
a:active {
	color: #000000;	text-decoration: none; font-weight: bold;
}
paragraph {font-size: 11px; font-weight: bold; color: #0000CC;}
p, td {font-size: 11px; font-weight: bold color: #0000CC;}
form {margin-left: 10px; margin-right: 10px;}

/* Styles For Input Elements */

.smallbox {width: 150px;}
.mediumbox {width: 250px;}
.widebox {width: 350px;}
textarea {width: 350px; height:150px;}

/* Set Width For Left-Hand Cells On Categories.PHP */
.radbut {width: 30px;
}

/* Style For Error Messages */
.warning {font-weight: bold; color: #FF0000;}

/* Style For Links */
#maincontent a:link {
	color: #000066;	text-decoration: none;
	}
#maincontent a:visited {
	color: #000066;	text-decoration: none;
	}
#maincontent a:hover {
	color: #CC9900;	text-decoration: none;
	}
#maincontent a:active {
	color: #000066;	text-decoration: none;
	}
#maincontent p {
  background: transparent;
  line-height: 1.4;}

/* Styles For Navigation: Main Nav.Bar */
#mainnav {
	width: 115px;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 15px;
	height: 250px;
 }
#mainnav a {
  border-color: #0066FF #0033CC #6699FF #0033CC;
  border-style: solid;
  border-width: 1px;
  padding: 0 12px;
  width: 140px;
  display: block;
  background: transparent;
  color: #000066;
  line-height: 24px;
 }
#mainnav a:hover {
  border-color: #0066FF #0033CC #6699FF #0033CC;
  border-style: solid;
  border-width: 1px;
  background: transparent;
  color: #CC9900;
 }
#mainnav li {
  margin: 0 0 3px 0;
 }
#mainnav li, #maincontent p, #maincontent li {
  font-size: 85%;
  }
#mainnav ul {
  margin-left: 10px;
  padding-left: 10px;
  list-style-type: none;}

/* Current Page ID Via <a> Tag: Main Nav.Bar */
a#thispage {
  border-color: #0066FF #0033CC #6699FF #0033CC !important;
  background: transparent !important;
  color: #999999 !important;}

/* Styles For Individual Paragraphs | Page Elements */
#artimage {
  float: right;
  margin-left: 10px;
  font-weight: bold;
  text-align: center;}
.author, .pos {
  margin: 5px 0 0 25px;
  font-weight: bold;}
.error {
  color: red;
  font-variant: small-caps;
  font-weight: bold;}
#sorry {
  width: 300px;
  margin: 5px auto 5px 50px;
  border: 2px solid #000;
  background-color: transparent;}
#sorry p {
  margin: 10px;
}
.style1 {color: #CC9900; font-weight: bold;}
.style2 {color: #0000FF; font-weight: bold;}
.style3 {color: #000066; font-weight: bold;}
.style4 {color: #FF0000; font-weight: bold;}
.style5 {color: #CC9900; font-weight: bold;}
.style6 {color: #000066; font-weight: bold; font-size: 11px;}
.style7 {color: #CCCCCC}
.style8 {color: #996600}
.style10 {color: #996600; font-weight: bold;}