*	{
	margin:0px;
	padding:0px
}

body {	
	background-color:#fff;
	font-family:Trebuchet MS,Arial,Serif;		
}

h1 {
	color:#000000;
	font-family:Trebuchet MS,Helvetica,Sans-serif;
	font-size:26px;
	height:30px;
	font-weight:bold
}

h2 {
	color:#000000;
	font-family:Trebuchet MS,Helvetica,Sans-serif;
	font-size:18px;
	font-weight:normal
}

.brodtext	{
	line-height:18px;
	font-size:12px	
}

a {
	color:#0D5BAB;
	text-decoration:none
}

a:hover	{
	text-decoration:underline;
}

a.menulink {
	color:#00005A;	
	font-size:14px;
	font-weight:normal
}

a.menulink2 {
	color:#ffffff;	
}

a.submenu {
	color:#00005A;	
	font-size:12px;
	font-weight:normal;
	line-height:24px;	
}

p {
	margin-top:1em;
	margin-bottom:1em;
}

img {
	border: 0px;
}

ul {
	margin: 15px;
}

.textfield	{

	padding:3px;
	font-family:Trebuchet MS;
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-color:#eeeeee

}

#wrapper {	
	margin: 0 auto;
	padding: 0px;
	width: 875px;
	height: 100%;	
	display: table;	
}

* html #wrapper {
	height: 100%;
}

/* ------------------------ Left Start -----------------*/
#top {	
	width: 875px;
	height: 196px;
	float: left;	
}
	

#menu {	
	width: 875px;
	height:48px;
	text-align:left;	
	float: left;	
	background-image: url("../images/v2_menu.jpg");
}

#main {
	background-color:#fff;
	width: 875px;
	float: left;	
	height:auto;
	padding: 0px;
	margin: 0px;
}

#left {
	background-color:#fff;
	width: 586px;
	float: left;	
	height:auto;
	padding-left: 16px;
	padding-right: 30px;
	margin: 0px;
}

.newsfield	{
	background-color:#fff;
	width: 195px;
	float: left;	
	height:100;	
	margin: 0px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
}

#right {
	background-color:#fff;
	width: 243px;
	float: left;	
	height:auto;
	padding: 0px;
	margin: 0px;
}


#footer {
	width: 875px;
	height: 25px;
	float: left;	
	color:#000;
	font-size:11px;
	padding-top: 12px;
	background-color: #ffff;
}