
*{
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;	
	
	font-family:		Arial, Verdana, Helvetica, sans-serif;
}

html {
	width:				100%;
	height:				100%;
}

body{
	width:				100%;
	height:				100%;
	margin:				58px 0 0 0;
	background: 		#ffffff;
		
	font-family:		Arial, Verdana, Helvetica, sans-serif;
}

p{
	margin-top:			0px;
	margin-bottom:		10px;
	padding:			0px;
}

h1 {
	color:				#ffec00;
	font-size:			12px;
	font-weight:		bold;
	margin:				0 0 6px 0;
	font-variant:		small-caps;
}

h2 {
	color:				#ffec00;
	font-size:			11px;
	font-weight:		bold;
	margin:				6px 0 6px 0;
	font-variant:		small-caps;
}

h3 {
	color:				#FFF;
	font-size:			11px;
	font-weight:		bold;
	margin:				0px;
	font-family:		Arial, Helvetica;
}

h2.white {
	color:				#fff;
	font-style:			italic;
}

img {
	border:				none;
}


div#outerContainer {
	position:			relative;
	width:				800px;
	height:				100%;
	margin-left:		auto;
	margin-right:		auto;
}

div#headerCon {
	position:			relative;
	height:				229px;
	font-size:			0;
	line-height:		0;
}

div#newsbar {
	width:				800px;
	height:				auto;
	border-top:			4px solid #fff;
	border-bottom:		4px solid #fff;
	background-color:	#000;
}

div#innerContainer {
	position:			relative;
	display:			block;
	width:				800px;
	height:				auto;
	border:				none;
	padding:			0;
	/*background:			url('/images/contentcon_bg_black_white.gif') top right;*/
	background-color:	#000;
}

div#navigationCon {
	position:			relative;
	float:				right;
	display:			inline;
	width:				582px;
	padding:			0;
	border-bottom:		4px solid #fff;
}

div#leftCol {
	position:			relative;
	float:				left;
	display:			inline;
	width:				214px;
	background-color:	#000;
	border-right:		4px solid #fff;
}

div.newsitem {
	width:				190px; /* 214 - 12 - 12 */
	padding:			12px;
	font-size:			10px;
	color:				#fff;
	border-bottom:		1px dotted #fff;
}
div.newsitem h3 {
	font-size:			11px;
	font-weight:		bold;
	margin-bottom:		8px;
}
div.newsitem span {
	display:			block;
	width:				185px;
	text-align:			right;
}


div#contentContainer {
	position:			relative;
	float:				right;
	display:			inline;
	width:				581px;
	
	padding:			0;
	
	color:				#fff;
	font-size:			10px;
	line-height:		1.2em;
}


div#textBlock {
	position:			relative;
	float:				left;
	display:			inline;
	width:				364px; /* 394 - 15 - 15 */
	padding:			15px 15px 30px 15px;
}

div#textBlock ul {
	margin-left:		0px;
}
div#textBlock ul li {
	margin-left:		15px;
}

div#rightCol {
	position:			relative;
	float:				right;
	display:			inline;
	width:				183px;
}

div#footer {
	position:			relative;
	width:				800px;
	height:				40px;
	clear:				both;
	border-top:			4px solid #fff;
}

a{
	font-weight: 		normal;
	font-style:			italic;
	color: 				#9c9d9f;
	text-decoration:	none;
}
a:visited {
	color:				#818181;
}
 a:hover{
 	color:				#6c6c6c;
	text-decoration:	underline;
}

a.mailto{
	font-weight: 		normal;
	color: 				#ffec00;
	text-decoration:	none;
	font-style:			normal;
}
 a.mailto:hover{
 	color:				#ffec00;
	text-decoration:	underline;
}

div.newsitem a {
	color:				#fff;
}

input {
	width:				70px;
	border:				1px solid black;
	background-color:	#fff;
	color:				#000;
	font-size:			11px;
}




