.error {
	text-align: center;
	color: #C00;
	font-weight: bold;
}

.success {
	text-align: center;
	color: #060;
	font-weight: bold;
}


* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;	
}

body {
	font-family: arial, sans-serif;
	background-color: #2f2f2f;
}

#outercontainer {
	width: 1050px;
	margin: 1px auto;
	background: #2f2f2f url(/images/bgwhite.png) center top no-repeat;
}

#innercontainer {
	width: 950px;
	margin: 0 auto;
	padding-top: 12px;
	background: none;
}

#branding {
	background: url(images/h_bg.png) center top no-repeat;
	height: 214px;
	border-bottom: black solid 1px;
}

#branding img {
	float: left;
}

#hud {
	float: right;
	height: 194px;
	width: 160px;
	padding-top: 20px;

}

#hud p {
	color:#000;
	font-weight:bold;
	font-size: 90%;
	text-align:center;
}

#branding img {
	margin: 5px 0 0 10px;	
}

#subhead{
	margin-top: 35px;
	color: #000;
}

#content {
	background-color: #FFF;
	color: #003;
}

#content img {
	padding: 3px;
	border: 1px solid #333;
	margin-bottom: 5px;
}

#content a:hover img {
	padding: 3px;
	border: 1px dotted #222;
	margin-bottom: 5px;
}

#slogan {
	text-align: center;	
}

#slogan img.slogan {
	border: none;
	padding: 5px;
	margin: 0 0 -10px 0;
}

#left {
	width: 735px;
	float: left;
	margin: 10px 0 200px 10px;
}

#centre {
	width: 534px;
	float: left;
	margin: 10px 0 200px 16px
}

#right {
	width: 175px;
	margin: 10px 0 200px 762px;
	text-align:center;
}

#weight {
	clear: both;
	height: 1px;
}

h4 {
	text-align:center;
	margin: 0 0 10px 0;
	font-weight: 100;
	border-bottom: solid 1px #800;
	padding: 0 0 2px 0;
}

a {
	color: inherit;
	text-decoration: inherit;
}

p a {
	color: #00C;
}

p a:hover {
	color: #333;
	text-decoration: underline;
}

h3 {
	margin: 10px 0 5px 0;
	font-weight: 600;
	width: 350px;
	font-size: 110%;
	border-bottom: solid 1px #800;
	padding: 0 0 2px 0;
}

div.copy.left {
	float: left;
	width: 260px;
	margin: 0;
}

div.copy.right {
	float: right;
	width: 260px;
	margin: 0;
}

.copy p {
	font-size: 80%;
	text-align: justify;
	font-weight: 100;
}

p {
	font-size: 80%;
	font-weight: 100;
	color: #000;
	margin: 10px;
}

#footer {
	clear: both;
	border-top: 1px solid #333;
	padding: 3px;
	color:#000
}

h6 {
	float: left;
	width: 200px;
	padding: 0 5px;
	font-weight: 100;
}

h6#tc {
	text-align: right;
	float: right;
	width: 165px;
	padding: 0 5px;
}

h6#tc a b.o{
	color: #DD5900;
	font-weight: 100;
}

h6#tc a b.b{
	color: #93CBF9;	
	font-weight: 100;
}

h6#tc a:hover b.o, h6#tc a:hover b.b{
	color: #fff;
	text-decoration: underline;
}