body {
	background: #FFF url(../images/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #996;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 15px;
	}
	
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996;
	}

form {
	margin: 0;
	padding: 0;
	}


hr {
	border: 1px dashed #996;
	margin: 0;
	padding: 0;
	}
	
a {
	color: #F60;
	text-decoration: underline;
	}
a:link {
	color: #F60;
	text-decoration: underline;
	}
a:active {
	color: #F60;
	text-decoration: underline;
	}
a:visited {
	color: #F60;
	text-decoration: underline;
	}
a:hover {
	color: #996;
	text-decoration: none;
	}

.blue {
	color: #2B5178;
	}

.heavy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
#header {
	background: url(../images/top.gif) no-repeat;
	width: 909px;
	margin: auto;
	padding: 0;
	}
	
#container {
	background: #FFF url(../images/border_bg.gif) repeat-y;
	width: 909px;
	text-align: left;
	margin: auto;
	padding: 0;
	padding-top: 20px;
	}

	
/* SIDEBAR */
#sidebar {
	float: left;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin: auto;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
	}

#sidebar img {
	padding-top: 5px;
	}

.sublist {
	display: block;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	color: #696;
	font-size: 0.8em;
	width: 214px;
	}
/* - */

/* Footer */
#footer {
	clear: both;
	background: url(../images/bottom.gif) no-repeat bottom center;
	width: 909px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 25px;
	}

#footer a {
	color: #666;
	text-decoration: none;
	}
#footer a:link {
	color: #666;
	text-decoration: none;
	}
#footer a:active {
	color: #666;
	text-decoration: none;
	}
#footer a:visited {
	color: #666;
	text-decoration: none;
	}
#footer a:hover {
	color: #999;
	text-decoration: underline;
	}
/* - */	
	
/* LINK COLORS */
#header #orange a {
	color: #F60;
	text-decoration: none;
	}
#header #orange a:link {
	color: #F60;
	text-decoration: none;
	}
#header #orange a:active {
	color: #F60;
	text-decoration: none;
	}
#header #orange a:visited {
	color: #F60;
	text-decoration: none;
	}
#header #orange a:hover {
	color: #666;
	text-decoration: underline;
	}
	
#header .blue a {
	color: #2B5178;
	text-decoration: none;
	}
#header .blue a:link {
	color: #2B5178;
	text-decoration: none;
	}
#header .blue a:active {
	color: #2B5178;
	text-decoration: none;
	}
#header .blue a:visited {
	color: #2B5178;
	text-decoration: none;
	}
#header .blue a:hover {
	color: #666;
	text-decoration: underline;
	}
