
* { padding: 0; margin: 0;}

body {
	background: #d1dafb;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	padding: 10px;
}

a:link, a:active, a:visited {color: #800080; text-decoration:none;}
a:hover {color: #ff0000; text-decoration:underline;}

#wrapper { 
	margin: 0 auto;
	width: 890px;
}

#content { 
	float: left;
	color: #333;
	background: #ffffff url(../images/bg_content.jpg) repeat-x;
	height: 550px;
	width: 490px;
	display: inline;
}

#header {
	margin-top: 0px;
	background: #FFFFFF url(../images/topbg.jpg) no-repeat;
	color: #ffffff;
	width: 890px;
	float: left;
	height: 96px; 
	text-align: right;
}

#header p {
	margin: 10px 10px 0px 0px;
	color: #800080;
	text-align: right;
}

#header a {
	color: #800080;
	text-decoration: none;
}

#header a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#footer { 
 width: 100%;
 height: 110px;
 clear: both;
 color: #333;
}

#navigation {
 float: left;
 width: 865px;
 height: 15px;
 color: #FFFFFF;
 background: #006ea2;
 margin-top: 15px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 25px;
}

#leftcolumn { 
 color: #ff0000;
 background: #ffffff url(../images/bg_content.jpg) repeat-x;
 height: 550px;
 width: 200px;
 float: left;
}

#rightcolumn { 
 color: #0c619e;
 background: #ffffff url(../images/bg_content.jpg) repeat-x;
 height: 550px;
 width: 200px;
 float: left;
}

#rightcolumn ul {
	list-style: none;
}

#rightcolumn ul li { 
	list-style: none;
	border-bottom: 1px dotted #006ea2;
	padding-bottom: 5px;
	padding-top: 5px;
}


/*left navigation front */
.navStripWrapper {
	position: relative;
}
.nav {
}
.nav ul {
	border-bottom: 1px dotted #006ea2;
	display: block;
	text-decoration: none;
}
.nav li {
	border-bottom: 1px dotted #006ea2;
	display: block;
	color: #800080;
	text-decoration: none;
}
.nav li a {
	display: block;
	padding: 7px 4px 4px 7px;
	height: 32px;
	color: #800080;
	text-decoration: none;
}
.nav li a span {}
.nav li a:hover {
	color: #ff0000;
	background: #e6f4f9;
	text-decoration: none;
}
.nav li a.focus {
	background: #ccffff;
}

/*left navigation content */
.navcontStripWrapper {
	position: relative;
}
.navcont {
	background: #ffffff;
}
.navcont ul {
	border-bottom: 1px solid #ccc;
	display: block;
	text-decoration: none;
}
.navcont li {
	border-bottom: 1px solid #ccc;
	display: block;
	color: #bbb;
	text-decoration: none;
}
.navcont li a {
	display: block;
	padding: 7px 4px 4px 7px;
	height: 20px;
	color: #bbb;
	text-decoration: none;
}
.navcont li a span {}
.navcont li a:hover {
	color: #ff000;
	background: #eeeeee;
	text-decoration: none;
}
.navcont li a.focus {
	background: #3c6c92;
}


#footer a:link {
	color: #ff0000;
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
	text-decoration: underline;
}
