html, body {
	height: 100%;
}

body {
	border: none;
	margin: 0px;
}

#container {
	position: absolute;
	width: 981px;
	left: 50%;
	margin-left: -497px;
	padding: 0px 7px 0px 7px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	background: #fff url('/files/system/main_bg.gif') repeat-y;
}

#topholder {
	width: 100%;
	height: 148px;
	clear: both;
	border-bottom: 7px solid #fff;
	overflow: hidden;
}

#dwtopmenuholder {
	width: 100%;
	height: 15px;
	padding-top: 3px;
	background: #E5E5E5;
}

#dwtopgraphics {
	float: left;
	width: 776px;
	height: 123px;
	border-bottom: 7px solid #fff;
	display: block;
	text-align: right;
}

#dwtopgraphics div {
	margin-right: 7px;
	margin-top: 18px;
	line-height: 22px;
}

#dwtopgraphics div a {
	color: #000;
}

#middleholder 
{
    display: table;
	width: 100%;
	min-height: 350px;
	float: left;
}

#container_search {
	position: absolute;
	width: 981px;
	left: 50%;
	margin-left: -497px;
	padding: 0px 7px 0px 7px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	background: #fff url('/files/system/main_bg_search.gif') repeat-y;
}



#searchholder {
	background: #000;
	width: 191px;
	height: 38px;
	border-top: 7px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 7px;
}


#dwtoplogo {
	float: left;
	width: 205px;
	height: 123px;
	border-bottom: 7px solid #fff;
	display: block;
}



/*  MENU STYLES */
#dwtopmenuholder ul, #dwleftcontainer ul {
	margin: 0px;
	padding: 0px;
}

#dwleftcontainer ul {
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

#dwtopmenuholder ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#dwtopmenuholder ul li a {
	display: block;
	padding: 0px 15px 0px 15px;
	float: left;
	border-right: 1px solid #000;
	text-transform: uppercase;
	color: #000;
}

#dwleftcontainer ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a.L1, a.L1_Active, a.L1:hover, a.L1_Active:hover {
	display: block;
	height: 18px;
	text-transform: uppercase;
	text-decoration:none;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
}

#dwleftcontainer ul.M1 {
	margin-top: 0px;
}

a.L2, a.L2_Active, a.L2:hover {
	display: block;
	height: 18px;
	/*text-transform: uppercase;*/
	text-decoration:none;
	padding-left: 25px;
	color: #000;
}


#dwtopgraphicsholder {
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
}

#dwleftcontainer {
	width: 205px;
	min-height: 433px;
	background: #E5E5E5;
	float: left;
}

#dwrightcontainer {
	width: 205px;
	min-height: 433px;
	background: #E5E5E5;
	float: right;
}

#dwmiddlecontainer{
	width: 543px;
	min-height: 426px;
	margin: 7px 14px 0px 14px;
	float: left;
	border: 0px solid #000;
	/*background: #ccc;*/
}

#dwmiddlecontainer_search{
	width: 762px;
	min-height: 426px;
	margin: 7px 0px 0px 14px;
	float: left;
}

#dwmiddlecontainer table {
	border-collapse: collapse;
}

#dwmiddlecontainer table .paragraphimage {
	margin-bottom: 10px;
	display: block;
}

#dwfooter {
	clear: both;
	width: 100%;
	border-top: 7px solid #fff;
	padding-top: 2px;
	background: #A6D515;
	height: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#dwfooter a {
	text-transform: uppercase;
	font-weight: bold;
}

.right_block {
	display: block;
	border-top: 7px solid #fff;
	width: 191px;
	 padding: 7px;
}

.right_spacer_top {
	display: block;
	width: 205px;
	height: 18px;
	background: #ccc;
}

.right_spacer {
	display: block;
	border-top: 7px solid #fff;
	width: 205px;
	height: 18px;
	background: #ccc;
}

.right_block a:hover {
	text-decoration: none;
}

.right_header {
	display: block;
	font-weight: bold;
	color: #000;
}

.right_header_detsker {
	display: block;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.right_text {
	display: block;
	color: #000;
}

.right_text_detsker {
	display: block;
	color: #000;
	text-transform: uppercase;
}

#currentdate {
	float: right;
	margin-right: 7px;
	text-transform: uppercase;
}

/* CONTENT STYLES */
h1.h1
{
    margin-top: -1px;
    }
    
#paragraph1
{
    margin: 10px;
    }