
body{
	margin:0;
	padding:0;
	line-height: 16px;
}

body, table, td, tr, ul, li, select, input, textarea {
	font-family: arial;
	font-size: 12px;
}

p { margin: 0; padding: 0 0 16px 0; }

h1 {
	margin: 0;
	padding: 0 0 16px 0;
	font-size: 24px;
	line-height: 30px;
	color: #255265;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 8px 0 16px 0;
	font-size: 18px;
	line-height: 26px;
	color: #255265;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 8px 0 16px 0;
	font-size: 16px;
	line-height: 22px;
	color: #255265;
	font-weight: normal;
}

h4 {
	margin: 0;
	padding: 8px 0 16px 0;
	font-size: 14px;
	line-height: 20px;
	color: #255265;
	font-weight: normal;
}

a { color: #255265; text-decoration: none; }

a:hover { text-decoration: underline; }

.style1, .style1current {
	margin-bottom: 12px;
	padding: 0;
}

.style1 a {
	font-size: 12px;
	color: #595959;
	text-decoration: none;
}

.style1current a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#maincontainer{
	width: 950px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: transparent url(../gfx/repeat.jpg) left top repeat-y;
}

#topsection{
	background-color: #434343;
	height: 302px; /*Height of top section*/
}

	#topsection img {
		margin: 0;
		padding: 0;
	}

	#topsection .topbar {
		height: 108px;
		background: transparent url(../gfx/top4.jpg) left top no-repeat;
	}

		.topbar h2 {
			margin: 0; 
			margin-left: 244px;
			padding: 0;
			padding-top: 24px;
			line-height: 32px;
			color: #ffffff;
			font-weight: normal;
		}

#contentwrapper{
	float: left;
	width: 100%;
	background: transparent url(../gfx/top.jpg) left top no-repeat;
}

#contentcolumn{
	margin: 0 214px 0 214px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 214px; /*Width of left column in pixel*/
	margin-left: -950px; /*Set margin to that of -(MainContainerWidth)*/
	background-color: transparent;
}

	.innertube_left {
		margin: 30px;
		margin-top: 40px;
	}

#rightcolumn{
	float: left;
	width: 214px; /*Width of right column*/
	margin-left: -214px; /*Set left margin to -(RightColumnWidth)*/
	background-color: transparent;
}

	.innertube_right {
		margin: 10px 0;
	}

		.innertube_right h3 {
			padding-top: 6px;
			padding-bottom: 8px;
			padding-left: 10px;
			padding-right: 10px;
			background-color: #255265;
			color: #ffffff;
			margin-bottom: 8px;
		}

		.innertube_right p {
			padding-left: 10px;
			padding-right: 10px;
			font-size: 12px;
			line-height: 16px;
			color: #5d5d5d;
		}

#footer{
	clear: left;
	width: 100%;
	background: #000000 url(../gfx/bottom.jpg) left top no-repeat;
	color: #FFF;
	height: 87px;
}

	#footer #footer_inner {
		background: transparent url(../gfx/eblc.jpg) 30px bottom no-repeat;
		height: 57px;
	}

	#footer p {
		padding-top: 62px;
		font-size: 11px;
		text-align: left;
		margin-left: 245px;
	}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertube_center {
	margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.toprightimage {
	position: relative; 
	left: 522px;
}

* html .toprightimage {
	left: 519px;
}
