@charset "UTF-8";
/* CSS Document */

html, body { 
height: 100%;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
line-height: 160%;
padding: 0px;
margin: 0px;
height: 100%;
color: #b7b7b7;
background-color: #111111;
}


/*div styles */

#container {
position: absolute;
top: 0px;
left: 110px;
background-color: #111111;
color: #b7b7b7;
padding: 0px;
margin: 0px;
width: 828px;
z-index: 200;
overflow:  hidden;
}

* html #container {
width: 828px;
w\idth: 828px;
}


#container a {
border: 0px;
color:#1e73bb;
text-decoration: none;
}

#container a:hover {
border: 0px;
color:#1e73bb;
text-decoration: underline;
}

#container a:visited {
border: 0px;
color:#1e73bb;
}


#nextbutton {
	position: absolute;
	top: 275px;
	left: 540px;
	width: 114px;
}

* html #nextbutton {
top: 275px; 
t\op: 275px;
left: 540px;
l\eft: 540px;
}


#col {
float: left;
width: 200px;
height: 250px;
margin-top: 10px;
margin-right: 5px;
background-color: #111111;
z-index: 1000;
}


#colwide {
float: left;
width: 823px;
margin-top: 10px;
margin-right: 5px;
background-color: #111111;
z-index: 1000;
}

#colwide p {
padding-top: 0px;
margin-top: 0px;
padding-left: 15px;
}

#col p {
padding-top: 0px;
margin-top: 0px;
padding-left: 15px;
}

#col ul {
list-style-type: none;
padding-left: 8px;
margin-top: 0px;
}

#col li {
list-style-type: none;
padding-left: 8px;
margin-top: 0px;
}

#col2 {
float: left;
width: 200px;
height: 110px;
margin-right: 5px;
background-color: #111111;
z-index: 1000;
}

#col2 p {
padding-top: 0px;
margin-top: 0px;
padding-left: 15px;
}


#col3 {
float: left;
width: 275px;
height: 500px;
margin-right: 0px;
background-color: #111111;
z-index: 1000;
}

#col3 p {
padding-top: 0px;
margin-top: 0px;
padding-left: 15px;
}

#blank {
float: left;
width: 100%;
height: 25px;
}

#footer {
clear: both;
width: 828px;
height: 31px;
background-image:url(images/footer_bg.jpg);
}

#footer p {
padding-top: 8px;
padding-left: 8px;
}

.hidden {
display: none; 
}


img {
border: 0px;
}

img a {
border: 0px;
}

