body {
	padding: 0px;
	margin: 0px;
	background: #A8CCCF url("images/city.gif") bottom left fixed repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #004B97;
	text-decoration: none;
}

a:visited {
	color: #2929FF;
	text-decoration: none ;
}

a:hover {
	color: #FF8000;
	text-decoration: none;
}

a:active {
	color: #D1D4FF;
	text-decoration: none;
}

img {
	border: 1px solid #333333;
}

*{ /** fix for Opera & other browsers **/
	padding: 0;
	margin: 0;
}

/** Container **/
#container {
	width: 800px;
	margin: auto;
	height: 584px;
}

/** The VERY top of the page **/
#topHeader {
	z-index: 1;
	height: 30px;
	width: 800px;
	text-align:right;
	margin:0;
	padding:0;
}

#topHeader h1 {
	margin: 0;
	color: #8C668C;
	font-weight: bold;
	font-size: 35px;
	line-height: 30px;
}
/** Navigation Menu **/
#topNav {
	z-index: -1;
	top: 30px;
	height: 25px;
	width: 800px;
	background: #663366 url("images/bg.gif") left repeat-x;
	text-align:center;
}

#topNav ul,#topNav li {
	margin:0;
	padding:0;
}

#topNav li {
	float:left;
	list-style:none;
	white-space:nowrap;
}

#topNav li a {
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size: 0.75em;
	line-height:25px;
	padding:0 15px 0 15px;
	text-decoration:none;
}

#topNav a:hover {
	background:  url("images/bg2.gif") left repeat-x;
	color:#fff;
	text-decoration:none;
}

#topNav .selected {
	background: #fff ;
	color:#663366;
	text-decoration:none;
}

#topNav a:hover .selected {
	background: #fff ;
	color:#663366;
	text-decoration:none;
}
/** Main Content **/
#mainRight {
	clear:none;
	float: right;
	width: 585px;
	background-color: #FFF;
	padding: 0.5em;
	margin:0;
	font-size: 0.9em;
}
#mainRight p {
	margin: 0 0.5em 0.9em 0.5em;
	color: #666666;
}
#mainRight h1 {
	font-size: 150%;
	font-style: oblique;
	color: #663366;
	border-bottom: 1px #663366 solid;

}
#mainRight h2 {
	font-size: 150%;
	font-style: oblique;
	color: #663366;
	border-bottom: 1px #663366 solid;
}
#mainRight h3 {
	font-size: 150%;
	font-style: oblique;
	color: #663366;
	border-bottom: 1px #663366 solid;
}
#mainRight a:link {
	color: #663366;
	text-decoration:underline
}
#mainRight a:hover {
	color: #663366;
	text-decoration:underline;
	background-color:#CFB5CF;
}

#mainRight ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
	list-style: square;
}

#mainRight li {
	color: #8C668C;
	margin-left: 10px ;
}

/** Footer **/
#footer {

	float: right;
	width: 585px;
	padding: 0;
	margin: 0;
	height: 30px;
	background-color: #A8CCCF;
	color: #663366;
	border-top: 2px solid #8C668C;
	font-size: 60%;
	text-align: center;
}

#footer p {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#footer a:link {
	color: #663366;
	text-decoration: underline;
}
#footer a:hover {
	color: #663366;
	text-decoration:underline;
	background-color:#CFB5CF;
}
/** Left Side **/
#left {
	float:left;
	width: 200px;
	padding-top: 0.5em;
	background: transparent url('images/post.gif') repeat-y center top ;
}

#left h1 {
	font-size: 14px;
	font-weight: bold;
	color: #BBBBBB;
	background-color: #333333;
	margin: 0.5em auto;
	padding: 0.5em 1.5em;
}

#left a {
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	width: 80%;
	margin: 0 auto;
	text-decoration: underline;
}

#left a:hover{
	background: #C8C8C8;
	color: #8C668C;
}

#left p {
	color:#666666;
	font-size:0.75em;
	text-align:center;
	margin:0;
	padding: 0 10px 0 10px;
}

#left h2{
	color:#cc0000;
	text-align:center;
	font-size:0.75em;
	font-weight:bold;
	margin:0;
	padding: 0 10px 0 10px;
	letter-spacing: 0.2em;
}

#left h3
{
	color:#cc0000;
	text-align:center;
	font-size:0.9em;
	font-weight:bolder;
	margin:0;
	padding: 0 10px 0 10px;
	letter-spacing: 0.2em;
}

#left h4
{
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
	margin:0;
	padding:0;
}

div.leftbox { /** this creates the middle of the "signs" on the left side **/
	padding: 0 0 0px 0;
	margin: 0 15px 0 15px;
	width: 170px;
	background: transparent url('images/middle.gif') repeat-y bottom ;
	overflow: hidden;
}

div.top { /** this creates the top of the "signs" on the left side **/
	height: 15px;
	margin: 0 15px 0 15px;
	width: 170px;
	background: transparent url('images/top.gif') no-repeat top;
}

div.bottom { /** this creates the bottom of the "signs" on the left side **/
	height: 15px;
	margin: 0 15px 15px 15px;
	width: 170px;
	background: transparent url('images/bottom.gif') no-repeat bottom;
}

.leftcolbox p {
	margin: 0 15px 12px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

.leftcolbox img {
	margin: 0 auto;
}

/** misc **/
acronym {
	color: #663366;
	border-bottom: 1px dashed #663366;
	cursor: help;
}

blockquote {
	border-left: 4px #663366 solid;
	padding: 5px 5px 5px 5px;
	margin: 10px 15px 10px 30px;
	background-color:#A8CCCF;
	color: #666666;
}

