/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
color: #333333;
}

body {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background-image: url(../images/bkgrnd.jpg);
background-color: #999999;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}

h1 {
letter-spacing:-1px;
font-size:2em;
color: #999999;
}

h2 {
letter-spacing:-1px;
color: #999999;
font-size: 1.7em;
}

h3 {
font-size:1.5em;
color: #FF3333;
}

h4 {
font-size:1.0em;
color: #333399;
}

/***** Common Formatting *****/

p, ul, ol {
margin:5px;
padding:0;
text-align: left;
}

ul, ol {
padding:0 0 1.25em 2.5em;
}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}

a.button,
a:link.button,
a:visited.button,
a:hover.button {
text-decoration:none;
color: #333399;
font-weight: bold;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.button2,
a:link.button2,
a:visited.button2,
a:hover.button2 {
text-decoration:none;
color: #FF3333;
font-weight: bold;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

form input,
form select,
form textarea {
font:1em Arial, Helvetica, sans-serif;
}
	
form textarea {
width:100%;
line-height:1.25;
}
	
form label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}

table tr td {
padding:2px;
}

/***** Sections *****/

#wrap {
width:950px;
margin:10px;
margin:0 auto;
background-image: url(../images/shadow-wrap.png);
}

#wrap2 {
width:850px;
margin: 0 auto;
background-color: #ffffff;
background-image: url(../images/subheader.gif);
background-repeat: no-repeat;
padding-bottom: 10px;
}

#banner {
width:830px;
height:94px;
padding:0px;
margin-left:7px;
margin-right:10px;
border-bottom: solid 1px #999999;
}

#subheader {
width:853px;
height: 178px;
padding:0px;
margin:0px;
}

#main {
width:833px;
border: solid 1px #999999;
background-color: #ffffff;
margin:0 auto;
background-image: url(../images/content-bk.gif);
background-position: bottom;
background-repeat: repeat-x;
background-color: #ffffff;
clear: both;
}

#nav {
width:833px;
height: 32px;
margin-left:7px;
line-height: 32px;
text-align: left;
color: #333399;
clear: both;
}

#right {
width: 210px;
float: right;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 15px;
padding-right: 5px;
background-color: #ffffff;
background-image: url(../images/vert-border.gif);
background-repeat: repeat-y;
}

#content {
width: 585px;
margin-top: 10px;
margin-left: 7px;
margin-bottom: 10px;
float: left;
}

#clear {
clear: both;
}

#footer {
width: 100%;
height: 50px;
text-align: center;
border-top: solid 1px #999999;
}

#innerfooter {
margin: 12px;
}

#copyright {
width:950px;
margin:0 auto;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 11px;
color: #ffffff;
background-image: url(../images/shadow-bottom.png);
background-repeat: no-repeat;
}

div.button {
height: 30px;
line-height: 30px;
background-image: url(../images/button-bk.gif);
padding-left: 6px;
padding-right: 6px;
margin-top: -1px;
float: left;
border-left: solid 1px #999999;
border-bottom: solid 1px #999999;
border-top: solid 1px #999999;
background-color: #ffffff;
}

div.button2 {
height: 31px;
line-height: 31px;
background-image: url(../images/button-bk.gif);
padding-left: 6px;
padding-right: 6px;
margin-top: -1px;
float: left;
border-left: solid 1px #999999;
border-bottom: solid 1px #999999;
background-color: #ffffff;
color: #FF3333;
}

div.button-right {
height: 30px;
line-height: 30px;
background-image: url(../images/button-bk.gif);
padding-left: 6px;
padding-right: 6px;
margin-top: -1px;
float: left;
border-left: solid 1px #999999;
border-right: solid 1px #999999;
border-bottom: solid 1px #999999;
border-top: solid 1px #999999;
background-color: #ffffff;
}

div.button-right2 {
height: 31px;
line-height: 31px;
background-image: url(../images/button-bk.gif);
padding-left: 6px;
padding-right: 6px;
margin-top: -1px;
float: left;
border-left: solid 1px #999999;
border-right: solid 1px #999999;
border-bottom: solid 1px #999999;
background-color: #ffffff;
}

.content-box {
padding: 10px;
border: solid 1px #CCCCCC;
background-colo0r: #ffffff;
background-image: url(../images/box-bk.gif);
background-position: bottom;
background-repeat: repeat-x;
clear: both;
}

/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.wrap          { width:960px;margin:0 auto; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

#loginbox {
	width: 300px;
	height: 300px;
	margin-left: 180px;
	float: left;
}


#loginbox2 {
	margin-left: 40px;
	width: 475px;
	float: left;
	margin-left: 10px;
}

#spider-control-panel {
	width: 570px;
	height: 175px;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 100px;
}

a.left-link:hover {
	text-decoration: underline;
	color: #D22326;	
}

a.left-link {
	text-decoration: none;
	color: #3E3794;
}