/* site layout */
.container {
	width: 830px;
	border: 1px solid #dfdfdf;
	margin: 0px auto;
}
.containerSplash {
	width: 700px;
/*	border: 1px solid #dfdfdf;*/
	margin: 0px auto;
}
.main {
	padding: 0px;
}
.sidenav {
	float: left;
	width: 150px;
	margin-right:10px;
	font-size:11px;
}
.sidenavRight {
	float: right;
	width: 210px;
	margin:0px 20px 0px 10px;
}
.content {
/*	background-image:url(images/bgnew.gif);*/
	background-color:#a0a2a5;
	background-image:url(images/backgroundIMAGE.gif);
	background-repeat:repeat-x;
	padding-top:20px;
	float: right;
	width: 668px;
	font-size:12px;
}
/*.footer {
	width: 819px;
	float:right;
	color: #666666;
	padding:0px 10px 10px 0px;
	font-size: 11px;
	text-align:right;
}*/

/* site design - links and borders */
* {
	margin: 0px;
	padding: 0px;
}
.clearer {
	clear: both;
	height:0;
}
body {
	background-color:#221e1f;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
}
.header {
	margin-bottom: 10px;
}
a {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
/*big {
	font-size: 14px;
	color:#000000;
	font-weight: bold;
}*/
h1 {
	font-size: 16px;
	padding-bottom:10px;
	color:#9d9fa2;
}
h2 {
	font-size: 14px;
	padding-bottom:10px;
	color:#221e1f;
}
h3 {
	font-size:14px;
	padding-bottom:10px;
	color:#FF0000;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	color:#000000;
	font-weight: bold;
}
p {
	padding-bottom:10px;
}

/* left menu */
.link {
	width:123px;
	background-color:#535353;
	border:1px solid #fafafa;
	border-top:0px;
	line-height:14px;
	padding:5px;
	padding-left:12px;
	display:block;
	color:#ffffff;
	text-decoration:none;
}
.link:visited {
	color:#ffffff;
	text-decoration:none;
}
.link:active {
	color:#ffffff;
	text-decoration:none;
}
.link:hover {
	color:#ffffff;
	background-color:#393A35;
	text-decoration:none;
}

/* content */
.content .item {
	padding:6px 12px 0 12px;
}
.rightImg {
	border: 0px;
	margin-bottom:10px;
	width:203px;
}
.splash {
	border:2px solid #dfdfdf;
	width:700px;
}
ul {
	padding-left:20px;
	margin-bottom:10px;
}

/* footer 
.footer a {
	color: #3366CC;
	text-decoration: none;
}
.footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}*/