/* Main */
body {
	background: url(images/background.jpg) repeat-x #9c9a9c;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #5a6973;
	text-decoration: none;
}
a:hover {
	color: #213042;
	text-decoration: underline;
}
ul {
	padding-left: 20px;
}

/* Layout */
#wrapper {
	width: 800px;
 	margin: 0 auto;
}
#header {
	margin: 5px 0 -10px 0;
}
#header a {
	color: black;
	text-decoration: none;
}
#menu {
	margin: 0 0 5px 0;
	background: url(images/grad-silver.gif) #ced3d6;
}
#welcome {
	margin: 5px 0 5px 0;
	background: #9c9a9c;
	padding: 1px;
}
#welcome-left {
	width: 500px;
	height: 200px;
	background: #9c9a9c;
	padding-right: 1px;
}
#welcome-left img {
	display: block
}
#welcome-right-top {
	background: url(images/grad-welcome.gif) #182431 repeat-x;
	font-weight: bold;
	font-size: 16px;
	color: white;
	vertical-align: bottom;
	text-align: right;
	height: 40px;
}
#welcome-right-bottom {
	background: #213042;
	color: white;
	height: 160px;
	vertical-align: top;
}
#welcome-right-top div, #welcome-right-bottom div {
	padding: 4px;
}
#content {
	clear: both;
	background: #9c9a9c;
	padding: 1px;
}
#content-left {
	width: 180px;
	background: #efefef;
	vertical-align: top;
}
#content-middle {
	background: #c6cbce;
	vertical-align: top;
}
#content-right {
	width: 180px;
	background: #efefef;
	vertical-align: top;
}
#content-single {
	background: #efefef;
	vertical-align: top;
}
#footer {
	margin: 5px 0 5px 0;
	padding: 6px 20px 6px 20px;
	color: white;
	background: url(images/grad-blue.gif) #213042;
	text-align: center;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright a {
	color: black;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* Top Menu */
ul#navlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	float: left;
	color: #5a5d5a;
	background: url(images/grad-silver.gif) #ced3d6;
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #9c9a9c;
}
#navlist a:hover, #navlist #current a {
	color: white;
	background: url(images/grad-blue.gif) #213042;
}

/* Styles */
.tborder {
	border: 1px solid white;
}
.blockgray, .blockblue, .blocksilver {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	clear: both;
}
.blockgray {
	color: white;
	background: url(images/grad-gray.gif) #313031;
}
.blockblue {
	color: white;
	background: url(images/grad-blue.gif) #213042;
}
.blocksilver {
	background: url(images/grad-silver.gif) #ced3d6;
}

/* Link Styles */
.blockgray a, .blockblue a, .blocksilver a {
	text-decoration: none;
}
.blockgray a:hover, .blockblue a:hover, .blocksilver a:hover {
	text-decoration: underline;
}
.blockgray a, .blockblue a {
	color: white;
}
.blocksilver a {
	color: black;
}

.error {
	color: #b50303;
}

