#header {
	background-color: rgb(70,130,180);
	width: 900px;
	color: #D6DDE3;
	height: 70px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
div {
	text-align: left;
}
#logo {
	text-align: left;
	float: left;
	margin: 10px;
}
input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#login {
	float: right;
	text-align: left;
	height: 88px;
	top: 10px;
	position: relative;
}
#login input {
	width: 100px;
	background-color: #FFFFFF;
}
#navigation {
	float: left;
	text-align: left;
	width: 150px;
	padding-top: 10px;
}
#content {
	float: left;
	width: 580px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #D6DDE3;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D6DDE3;
	padding: 10px;
}
#ads {
	width: 125px;
	float: right;
	padding-top: 10px;
	padding-left: 5px;
}
#navigation a {
	color: #666666;
	font-weight: normal;
}
#navigation a:hover {
	color: rgb(70,130,180);
}
#nav1head {
	font-weight: bold;
	padding-top: 10px;
}
#nav1 {
	padding-left: 10px;
	padding-top: 5px;
}
#menu, #menu a {
	background-color: rgb(241,241,241);
	color: #666666;
	padding: 5px;
	font-weight: normal;
	/*text-align: left;*/
	/*clear: left;*/
	height:13px;
}
#menu a:hover {
	color: rgb(70,130,180);
}
a {
	/*color: #666666;*/
	color: rgb(70,130,180);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: rgb(70,130,180);
}
img {
	border: none;
}
#footer {
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6DDE3;
	border-right-color: #D6DDE3;
	border-bottom-color: #D6DDE3;
	border-left-color: #D6DDE3;
	padding: 5px;
	text-align: center;
	top: 10px;
	padding-bottom: 10px;
	position: relative;
	clear: both;
}

#footer a {
	color: #666666;
}
.button {
	border: 1px solid #00CC99;
}

h1, .header1, .componentheading {
	font-size:14px;
	font-weight:bold;
	padding-top: 10px;
}

.contentheading {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.header2 {
	font-weight:bold;
}

.tinytext {
	width:50px;
}
.mediumtext {
	width:150px;
}
.bigtext {
	width:208px;
}
select.bigtext {
	width:213px;
}

.listheader {
	background-color:rgb(161, 165, 169);
	color:#FFFFFF;
	font-weight:bold;
}
.list {
	background-color: rgb(241,241,241);
}

textarea.bigtext {
	width: 308px;
	height: 75px;
}

