/* CSS Document */
body{
margin:0px;
padding:0px;
background:#000000;
color:#ffffff;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
}
#container{
width:100%;
}
#page{
width:900px;
position:relative;
background:url(../images/content_fill.jpg) repeat-y;
z-index:1;
}
#header{
width:900px;
height:138px;
background:url(../images/header.jpg) no-repeat;
}
#links{
position:relative;
float:left;
left:5px;
top:0px;
margin-bottom:30px;
width:114px;
}
#links a{
color:#333366;
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
display:block;
border:1px solid #333300;
margin:8px;
width:112px;
}
#links a:hover{
color:#666699;
}
#avatar{
position:relative;
float:left;
left:15px;
top:0px;
}
#content{
padding:0px 350px 0 190px;
line-height:20px;
z-index:4;
}
#clearfloats{
clear:left;
}
#footer{
clear:both;
width:900px;
height:128px;
background:url(../images/footer.jpg) no-repeat;
}
#footerT{
position:absolute;
float:right;
bottom:128px;
right:0px;
z-index:3;
}

h1 {
	font-size: 20px;
	color: #999966;
}

h2 {
	font-size: 16px;
	color: #666699;
}

#content span {
	font-weight: bold;
	color: #666699;
}

#content a:link {
	color: #999966;
	text-decoration: none;
}

#content a:visited {
	color: #999966;
	text-decoration: none;
}

#content a:hover {
	color: #666699;
	text-decoration: underline;
}

#content a:active {
	color: #999966;
	text-decoration: none;
}

#content input {
	width: 250px;
}

#content input#ext {
	width: 50px;
}

#content input.smallRadio {
	width: 15px;
}

#content .smallDesc {
	font-size:10px;
}

#content input#submit {
	color: #333366;
	cursor: pointer;
	font-weight: bold;
	width: auto;
}

#portImages {
	text-align: center;
}

#portImages img {
	padding: 2px;
	border: 2px solid #666699;
	margin: 2px;
}

#keepersImg {
	text-align: center;
}

#keepersImg img {
	padding: 2px;
	border: 2px solid #666699;
	margin: 2px;
}

#webDesigners{
	background:#000000;
}

body#questionnaire input {
	width:auto;
}

body#questionnaire {
	font-size:10px;
}

body#questionnaire td {
	text-align:left;
	vertical-align:top;
}
