/*
	Website is centered, 960px wide (optimal size for 1024px screens)
*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

body {
	margin: 48px 0;
	padding: 0;
	background-color: #385F80;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/* @group Header */

#header {
	position: relative;
	width: 100%;
	height: 206px;
	background: #505050 url(../gfx/bkg-top.gif) repeat-y;
	border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#logo_dnd_header {
	position: absolute;
	left: 32px; top: 32px;
}

#header_title {
	position: absolute;
	left: 230px; top: 64px;
	font-size: 18px;
	color: white;
}

#menu_home {
	position: absolute;
	left: 715px; top: 100px;
}

#menu_home a {
	color: white;
	text-decoration: none;
	font-size: 10px;
	margin-right: 24px;
}

#menu_home a:hover {
	text-decoration: underline;
}

#menu_main {
	position: absolute;
	top: 140px;	
	height: 40px; width: 100%;
	background: #D8D8D8;
}

#menu_main a {
	display: block;
	float: left;
	width: 148px;
	height: 100%;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #1C5373;
	border-left: 1px solid #1C5373;
}

#menu_main a.first {
	border-left: none;
	margin-left: 32px;
}

#menu_main a.selected {
	background: #424248 url(../gfx/tab.gif) 0 bottom;		color: white;
	font-weight: bold;
}

/* @end */

/* @group Page content */

#content {
	background: white;
	border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

/*table.two_col {
	border: 0;
}*/

table.two_col td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

#menu_level2 {
	width: 200px;
	padding: 14px 32px;
}

.menu_level2_items {
	width: 204px;
	background: transparent url(../gfx/menu_l2_bkg.gif) repeat-y;
}

.menu_level2_bottom {
	width: 204px;
	height: 34px;
	background: url(../gfx/menu_l2_bkg_bottom.gif) no-repeat;
}

.menu_level2_items a {
	display: block;
	margin: 0 17px 0 5px;
	padding: 0 2px 0 28px;
	line-height: 34px;
	background: none;
	border-top: 1px dashed #B0B0B0;
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.menu_level2_items a.first {
	border: none;
}

.menu_level2_items a.selected {
	background: #BD9E0F;
}

#content_body {
	width: 500px;
	padding: 32px 0px 32px 16px;
	color: #373737;
	font-size: 12px;
}

#content_body .tenlogo{
	margin-left : 380px;
	margin-top : -60px;
}

#content_body .textbloc{
	margin-top : -25px;
}

#content_body h1 {
	color: #BD9E0F;
	font-size: 24px;
	font-weight: normal;
}

#content_body .tagword{
	color: #BD9E0F;
	font-weight: bold;
}

#content_body .liveevent{
	font-size: 10px;
}

#content_body .liveevent h1{
	color: #BD9E0F;
	font-weight: bold;
	font-size: 20px;
}

#content_body .liveevent span{
	
	font-weight: bold;
	font-size: 12px;

}

 .mininews{
   
	font-size: 12px;
		font-weight: bold;
	margin-left: -15px;	
}

 .mininews h1{
	color: Gray;
	font-size: 20px;
	font-weight: bold;
	
}

#content_body h2 a{
	color: #BD9E0F;
	font-weight: normal;
	font-size: 18px;
}

#content_body .hlink{
	/*margin-left: 320px;
	margin-top: -151px;
	*/
	margin-left: 20px;
}


#content_body ul h2{
	/*margin-left: 320px;
	margin-top: -151px;
	*/
	color: #BD9E0F;
	font-weight: normal;
	font-size: 18px;	
}


#content_body ul img{
	/*margin-left: 320px;
	margin-top: -151px;
	*/

	margin-left: 90px;
	margin-top: -60px;
}
table.cassiotbl td {
	border: 0;
	padding: 10px;
	
	vertical-align: top;
}

.sitemap p{
	margin-left : 5px;
}


a{
	color: #BD9E0F;
}

/* @end */

/* @group Footer */

#footer {
	color: white;
	font-size: 10px;
	text-align: center;
	padding: 12px;
}


#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */

