<!--
* {
	margin: 0;
	padding: 0;
}
body {
	background: #BABCBE url(../images/body-background.gif) top center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}
input {
	width:400px;
	height:18px;
	
}
.formtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}
.login-field {
	width:180px;
	height:14px;
	border-style:dotted;
	border-width:1px;
	font-size:10px;
	vertical-align:middle;
	padding:2px;
}
.submit {
height:20px;
width: 60px;
border:none;
}
textarea {
	width:400px;
	height:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		padding:2px;
}
.file {
	width:400px;
		padding:2px;
		height:22px;
}

#container {
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	width: 660px;
}
#header-image {
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	width: 706px;
	height: 117px;
}
#title {
	width: 300px;
	padding-top:50px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;

}
#spacer {
	width: 660px;
	height:20px;
}
#header {
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
	background: #666666;
}

p { 
	margin-top: 0px; 
	text-align: justify;
	}

#content {
position: relative;
float: left;
margin-left: 18px;
width: 440px;

	}
	#login-box {
position: relative;
float: left;
padding: 40px 0 0 160px;
width: 340px;
	}

#sidebar {
position: relative;
float: left;
width: 200px;
}
#profile-image {
position: relative;
margin-left:4px;
float: right;
width: 200px;
}
#navigation {
position: relative;
float: left;
width: 670px;
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#navigation li
{
float: left;
margin: 0 0.15em;
} 
#navigation li
{
float: left;
display: block;
font-size: 16px;
color:#967D45;
font-family: arial, Helvetica, sans-serif;
font-weight: bold;
padding: 8px 0 12px 0 ;
} 
#navigation li a
{
color:#967D45;
text-decoration: none;
text-align: center;
} 
#navigation li a:hover
{
text-decoration: underline;
} 

#navigation-radio {
position: relative;

width: 100%;
}

#navigation-radio ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#navigation-radio li
{
font-size: 11px;
color:#808080;
font-family: verdana, Helvetica, sans-serif;
} 
#navigation-radio li a
{
color:#808080;
text-decoration: none;

} 
#navigation-radio li a:hover
{
text-decoration: underline;
} 

#login-holder{
width:200px;
padding:10px;

}

.bl {background: url(../images/bl.gif) 0 100% no-repeat #E8E8E8; width: 100%;}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {position: absolute; font-size: 1px; height: 1px} 

h1 {
font-size: 18px;
color:#333333;
font-family: arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom:3px;
}
h2 {
font-size: 18px;
color:#333333;
font-family: arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom:5px;
}
h3 {
font-size: 16px;
color:#666666;
font-family: arial, Helvetica, sans-serif;
font-weight: bold;
margin-bottom:5px;
}

#popup {
padding:10px;
}
#popup p {
padding-top:10px;
}
.submit-pop {
width:150px;
height:20px;
border:none;
}

a
{
color:#666666;
text-decoration: none;
} 
a:hover
{
text-decoration: underline;
} 


-->

