body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 777px;
	background-image: url(assets/images/containerbg.gif);
	min-height: 200px;
	margin: 0 auto;
}

#subcontainer {
	width: 751px;
	margin: 0 auto;	
}

#header {
	border-top: 12px solid #217d89;
	border-bottom: 12px solid #83b6bd;
}

#leftbox {
	width: 245px;
	float: left;
	min-height: 200px;
	margin-bottom: 20px;
}

#rightbox {
	width: 495px;
	float: left;
	min-height: 200px;
	margin-bottom: 20px;
	padding-right: 10px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#footer {
	width: 751px;
	background-image: url(assets/images/footerbg.gif);
	background-repeat: no-repeat;
	min-height: 15px;
	padding: 13px 13px 0 13px;
	color: #666666;
}

a {
	color: #217d89;
	text-decoration: none;
}

a:hover {
	color: #0e4850;
	text-decoration: underline;
}

#searchbox {
	text-align: center;
}

#searchbox #textbox {
	border: 1px solid #ccc;
	width: 125px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #505050;
	margin-top: 12px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #505050;
	margin-top: 12px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #505050;
	margin-top: 12px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	margin-top: 12px;
}

p {
	font-size: 12px;
	color: #7d7d7d;
	line-height: 20px;
}

ul, ol {
	font-size: 12px;
	color: #7d7d7d;
	line-height: 20px;
}

#footerlinks {
	border-top: 12px solid #dae9eb;
	padding: 10px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
}

#footerleft {
	float: left;
	font-size: 11px;
	width: 50%;
}

#footerright {
	float: right;
	font-size: 11px;
	text-align: right;
	width: 45%;
}

.dyk_title {
	font-size: 14px;
	color: #af9f19;
	font-weight: bold;
	width: 200px;
	margin-left: 20px;
}

.dyk_title a {
	color: #af9f19;
}

.dyk_date {
	font-size: 11px;
	color: #217d89;
	width: 200px;
	margin-left: 20px;
}

.dyk_text {
	margin-top: 10px;
	margin-bottom: 14px;
	font-size: 11px;
	color: #7d7d7d;
	width: 200px;
	margin-left: 20px;
}

.loginerror {
	margin-bottom: 5px;
	background-color: #A60000;
	color: #fff;
}


.newstitle {

	font-weight:bold;

	margin:5px 0;

	}

.newsdateposted {

	margin:5px 0;

	font-style:italic;

	}

.newslink {

	text-align:right;

	}

.newscontent {

	color:#394628;

	}

.evobject {
	margin:10px 0;
	border:1px solid #ccc;
	background:#fff;
	padding:9px;
}


.list {
	list-style: none;
	padding-left: 0px;
}

.list li {
	padding-bottom: 10px;
}

.list ul {
	list-style:none;
	padding-left: 20px;
}

.lists ul li {
	padding: 0px;
}

.loginfield {
	width: 180px;
}

/* menu */


#dhtmlgoodies_menu{		
	width: 220px;
	padding: 0px;
	margin: 0px;
}

#dhtmlgoodies_menu ul{
	/*list-style: url(assets/images/menubullet.gif); */
	list-style:none;
	#padding-top: 15px;
	_padding: 15px 0 0 0;
	padding-left:0px;
	margin-left:15px;
}

#dhtmlgoodies_menu	li {	/* Main menu <li> */
	background:transparent url(assets/images/menubullet.gif) no-repeat;
	background-position:0px 10px;
	padding: 3px 0 3px 15px;
	margin:0px;	/* No margin - needed for Opera */
}

#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
	padding-left:10px;
}
#dhtmlgoodies_menu	li a {	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	background-color:#fff;	/* Light blue background color */
	margin:0px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	padding-left:4px;
	
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#317082;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #ccc;
	background-color:#fff;
	font-family:arial;
	text-align:left;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:5px;	/* 1px of "air" inside */
	
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#317082;	/* Blue background */
	text-decoration:none;	/* No underline */
}
