body {
	font: 0.7em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#333;
	margin:0;
	background:url(body2.jpg) top repeat-x #121212;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}

#wrapper1 {
	background:#1e1e1e;
	padding:10px 10px 5px 10px;
	width:760px;
	margin:0 auto;
}

#wrapper2 {
	width:760px;
	background:url(wrapper2.jpg) bottom repeat-x #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px 0 5px 0;

}

#container {
	clear:both;
	padding: 5px 0 0 0;
}

.description {
	background:url(description.jpg) right bottom no-repeat #005A97;
	padding:10px 10px 40px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:150px;
	border-top:0px solid #003C64;
}
.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.indent li{
 	padding: 0px;
 	margin: 0px;
	padding-left: 30px;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

a {
	color:#222;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin: 0 0 0 20px;
	padding:5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearBoth {
	clear: both;
}

form {
	width: 450px;
}

input {
	font: x-small "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding-left: 3px;
}

.error {
	color: red;
}

.success {
	color: green;
}

td {
	padding: 2px;
}

legend {
	font-size: 1.8em;
	color: #000;
}

img {
	border: 0px;
}

#header h1 {
	font:2.7em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:30px 20px 14px 45px;

	background:url(h1.gif) left bottom no-repeat;
}
#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#000;
}
#header h1 {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

.header {
	font-size: x-large;
	font-style: italic;
	text-align: center;
}

.header_right {
	text-align: right;
	padding-right: 5px;
}

#content {
	margin: 10px 10px 0 230px;
	padding:10px;
	background:url(content.jpg) top right no-repeat;
	border: 1px solid #ddd;
}

#content h2 {
	font:1.7em Arial;
	color:#555;
	letter-spacing:-1px;
	/*margin:10px 0;*/
	border-bottom:2px solid #eee;
	background:url(h2.jpg) bottom left no-repeat;
	/*clear:left;*/
}
#content h2 a {
	color:#121212;
	text-decoration:none;
}
#content p {
	margin:15px 0;
	/*font-size:110%;*/
	line-height:16px;

}

#content .indent-correction {
	float: left;
	width: 100%;
}

#content ol li {
 	margin: 0 0 0 23px;
	padding: 0 0 0 0px;
}

#content h3 {
	font:1.5em Trebuchet MS;
	color:#555;
	margin:10px 0;
	/*border-bottom:1px solid #eee;*/
}

#content h4 {
	font:1.3em Trebuchet MS;
	color:#555;
	margin:10px 0;
	/*border-bottom:1px solid #eee;*/
}

.center {
	font-size: medium;
	text-align: center;
}

div.accountDetailsForm {
	width: 510px;
	float: left;
	border: 1px solid #ddd;
	padding: 2px;
}

div.accountUploadsForm {
	width: 370px;
	float: right;
	border: 1px solid #ddd;
	padding: 2px;
}

select.account {
	width: 275px;
	float: right;
}

label.bold {
	float: left;
	font-weight: bold;
}

#content #roundbox-content{
	background: #DDD;
	width: 240px;
	height: 105px;
	margin-top: 42px;	
}

#content .roundbox-content{
	height: 82px;
	padding: 4px;
}

#content .roundbox-content h2{
 	padding: 2px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #444;
	background-image: none;
	border: none;
}

#content #roundbox-topleft-corner{
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(top_left_corner_grey.jpg);
	background-repeat: no-repeat;
}

#content #roundbox-topright-corner{
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(top_right_corner_grey.jpg);
	background-repeat: no-repeat;
}

#content #roundbox-bottomleft-corner{
	background-position: bottom left;
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(bottom_left_corner_grey.jpg);
	background-repeat: no-repeat;
}

#content #roundbox-bottomright-corner{
 	background-position: bottom right;
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(bottom_right_corner_grey.jpg);
	background-repeat: no-repeat;
}
