/** Jason Abney Design Base CSS Document **/

/* forces all spacing to be set manually */
* { margin:0; padding:0; border:0; } 

/*margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;*/

/* Allow for easy use of em sizing */
html { font-size: 62.5%; font-family: Verdana, Helvetica, Arial, Sans;} 

body {
	font-size: 1.1em; /* 11px by default */
	background-image: url(../images/PageBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #39502a;
}

strong {
  color: #ffffcc;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #cccc99;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #cccc99;
  font-weight: bold;
  text-decoration: underline;
  
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #cccc99;
  text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #cccc99;
  text-decoration: underline;
}

h1 {
	font-size: 1.6em; /* 30px by default */
	font-weight: bold;
	color: #bfbb7c;
	margin:0px 0px 10px 0px;
}

h2 {
	font-size: 1.4em; /* 24px by default */
	font-weight: bold;
}

h3 {
	font-size: 1.8em; /* 18px by default */
	font-weight: bold;
}

h4 {
	font-size: 1.6em; /* 16px by default */
	font-weight: bold;
}

p {
	margin: 10px 0px 10px 0px;
	padding:  0px 0px 0px 0px;
}

form {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

form fieldset {
    clear: both;
	border: 1px solid #bfbb7c;
    padding: 10px;
    margin: 0 10px 0 0;
}

form fieldset legend {
    font-size: 1.6em; /* 16px by default */
	font-family: "Times New Roman", Times, serif;
    margin: 0 0 5px 0;
    padding: 0 5px;
    color: #bfbb7c;
}

label {
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input {
	border: #50667b 1px solid;
	margin: 5px;
}

textarea {
	border: #50667b 1px solid;
}

select {
	/*border: #50667b 1px solid;*/
	margin: 0px 0px 10px 10px;
}

option {
}

ul {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 10px 0px 5px 15px;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	width: 760px;
	margin: 0px auto; 
	padding: 0;
	background-image: url(../images/WrapperBg.gif);
	background-repeat: repeat-y;
}

#Header01 {
	background-image: url(../images/Header01Login.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 760px;
	height: 81px;
}

#Header01woLogin {
	background-image: url(../images/Header01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 760px;
	height: 51px;
}


#Header01Nav {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 30px 0px 25px;
	color: #e0d7b1;
	float: left;
}

	#Header01Nav a:link, a:active, a:visited {
	  text-decoration: none;
	  color: #e0d7b1;
	}
	
	#Header01Nav a:hover {
	  text-decoration: underline;
	  color: #ffffff;
	}


#Header02 {
	background-image: url(../images/Header02Bg.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 99px;
}

#HeaderNav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

	#HeaderNav img{
	  padding: 0px 0px 0px 0px;
	  margin: 0px 10px 0px 10px;
	}

#Flash {
	width: 698px;
	height: 198px;
	border: 1px solid #ffffff;
	margin: 10px 31px 0px 30px;
	padding: 0px 0px 0px 0px;
}

#Content {
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 30px;
	width: 678px;
	border: 1px solid #ffffff;
	color: #e0d7b1;
	background-color: #39502a;
}

#ContentLeft {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 10px 20px;
	width: 203px;
}

#ContentMiddle {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	width: 203px;
}

#ContentRight {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 203px;
}

#Footer {
	width: 698px;
	border: 1px solid #ffffff;
	margin: 10px 31px 10px 30px;
	padding: 10px 0px 0px 0px;
	font-size: 0.9em;
	color: #bfbb7c;
	background-color: #39502a;
}

#Footer a:link, a:active, a:visited {
	text-decoration: none;
	color: #e0d7b1;
}

#Footer a:hover {
	text-decoration: underline;
	color: #bfbb7c;
}

#PageBottom {
	width: 760px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/PageBottomBg.gif);
	background-repeat: no-repeat;
}

.ContentImg {
	padding: 0px;
	margin: 5px 0px 5px 5px;
	border: 1px solid #ffffff;
}

.PrintMe {
	display: none;
}

#News {
	padding: 0px 0px 0px 10px;
}

.BorderLeft {
	border-left: #CCCCCC 1px dotted;
}

#Login
{
	float:right;
	color: #e0d7b1;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}

#Login span.label
{
	padding: 0px 5px 0px 10px;
}

#Login input.field
{
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	width: 50px;
	position: relative;
	top: 5px;	
}

#Login input.button 
{
	position: relative;
	top: 7px;
}

#Login div.ForgotPassword
{
	margin: 10px 25px;
}