* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #3A4956;
	background:#E5EAEE;
	background-image: url(/userdata/graphics/bg.gif);
	background-repeat: repeat-x;
	font: 12px/19px Arial, Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 840px;
	height:100%;
}

a.storycontenttitle:link {
	text-decoration: none;
}

#mastercontainer {
	width: 840px;
	min-height:100%;
	position: relative;
	margin: 0px auto;
	background: url(/userdata/graphics/bg_main.png);
}

#container {
	width: 800px;
	min-height:100%;
	padding: 0px;
	margin: 0px auto;
	overflow:hidden;
	background: #FFFFFF;
}

/*#header { width: 766px; height: 95px; background: #FFFFFF url(/graphics/header.jpg) 0 0 no-repeat; position: relative; }
*/
h1 {
	height: 125px;
	width: 800px;
	background: #FFFFFF url(/graphics/header_new.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	border: 0px;
}

#menu {
	width: 800px;
	height: 30px;
	margin: 0px;
	border: 0px;
	float: none;
	overflow: hidden;
	background: #CB0000; /* url(/userdata/graphics/menu_bg.gif) 0 0 no-repeat; */
	margin-top: -2px;
}

h2 {
	height: 135px;
	width: 800px;
	background: #FFFFFF url(/userdata/graphics/subheaderbg.jpg) 0 0 repeat-x;
	/*text-indent: -9999px;
	overflow: hidden;*/
	margin: 0px;
	padding-left: 50px;
	text-align: left;
	border: 0px;
	/*
	margin: 5px 0px 0px 0px;
	height: 217px;
	width: 766px;
	text-indent: -9999px;
	overflow: hidden;
	*/
}

#content {
	width: 771px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 38px;
	margin-right: 38px;
	
	text-align: left;
}

#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #1b7fb2;
	padding-left: 40px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background: #FFFFFF url(/userdata/graphics/title_bg.gif) 0 0 repeat-y;
}

.normal {
		line-height: 30px;
}

.dense {
	line-height: 15px;
}

#maincontent {
	width: 500px;
	padding-left: 10px;
	line-height: 20px;
	background: #FFFFFF /*url(/userdata/graphics/content_bg.gif) 0 0 repeat-y*/;
	float: left;
	display: inline;
	text-align: justify;
}

#maincontent li, #content li {
	margin-left: 25px;
}

#sidecontent {
	width: 220px;
	
	margin-left: 0px;
	padding-left: 0px;
	
	line-height: 20px;
	background: #FFFFFF; /*url(/userdata/graphics/content_bg.gif) 0 0 repeat-y;*/
	float: left;
	display: inline;
}

#news {
	
}

#news a {
	color: #000000;
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
	line-height: 14px;
	margin-bottom: 10px;
}

h4, h4 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0033;
	line-height: 14px;
	margin-bottom: 10px;
	text-decoration: none;
}

h4.link {
	display: block;
	height:100%;
}

/*
#largeContent {
	padding-left: 50px;
	padding-right: 50px;
}
*/

p {
	margin-bottom: 10px;
}

#leftContent {
	width: 340px;
	float: left;
	padding: 0;
	margin: 0px 10px 0px 0px;
	display: inline;
}
/*
#leftContent p { margin: inherit; padding:0 10px; line-height: 30px; }
*/
#rightContent {
	width: 340px;
	float: left;
	padding: 0;
	margin: 0px 0px 0px 10px;
	display: inline;
}
/*
#rightContent p { margin: inherit; padding:0 10px; line-height: 30px; }
*/


#footer {
	background: none;
	width: 100%; 
	position: absolute; 
	bottom: 0px;
	left: 0px;
}

#formlines {
	margin-bottom: 5px;
}

input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	display:block;
	width: 80px;
	float:left;
}

/*
#footer p {
	font-size: 10px;
	margin: inherit;
	line-height: 30px;
	vertical-align: inherit;
}

#finalfooter {
	width: 705px;
	height: 30px;
	background: #FFFFFF 0 0 no-repeat;
	float: left;
	margin: 0;
	vertical-align: top;
}

#finalfooter p {
	font-size: 9px;
	margin: inherit;
	vertical-align: inherit;
}

#finalfooter a {
	color:#000000;
	text-decoration: none;
	margin: inherit;
}

#finalfooter a:hover {
	color:#000000;
	text-decoration: underline;
}
*/

