#top { }
#middle { padding-top: 7px; }
	#left { }
	#center { padding-left: 11px; }
	#center h1.title {
		padding: 4px 0 7px;
		padding-left: 11px;
		margin-top: 7px;
		margin-bottom: 7px;
		text-transform: uppercase;
		border-bottom: 1px solid #ece9e8;
	}
	#center .content {
		padding-left: 11px;
	}
	#right {
		width:212px;
		padding-left:20px;
	}
#bottom { }
.copy {
	color: #ccd;
	text-align: center;
	padding: 1em 0;
}
.copy a {
	color: #ccd;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}

#content {
	background-color: #FFFFFF;
	border-left: 20px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	width: 955px;
	margin: auto;
}

#top_line {
	background-image:url('../images/layout/top_logo.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 82px;
}

#top_line #top_text {
	position: relative;
	top: 10px;
	left: 453px;
	width: 500px;
	text-align: right;
}

#header {
	background-image:url('../images/layout/header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 254px;
	width: 955px;
}

#rootmenu {
	height: 44px;
	background-color: #a7b6af;
	margin-top: 5px;
}

.rootmenu2 {
	height: 44px;
	background-color: #f3f3f3;
	/*background-color: #666666;/**/
	margin-top: 4px;
}

.rootmenu2 .items {
	padding: 15px 0px 0px 25px;
}

#rootmenu .navTableLinkcell {
	height: 44px;
	white-space: nowrap;
}

#rootmenu .navTableLinkcell A {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#rootmenu .navTableLinkcell A.selected {
	color: #d10019;
}

.rootmenu2 .items A {
	color: #7f7f7f;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#rootmenu .navTableLinkcell A:hover, #rootmenu .navTableLinkcell .active, .rootmenu2 .items A:hover, .rootmenu2 .items .active {
	color: #d10019;
}

#rootmenu .navTableSeperatorcell {
	background-image: url('../images/layout/rootitem_glue.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.submenu {
	margin-top: 11px;
}

.submenu .box {
		
}


.submenu .level_2, .submenu .level_3 {
	margin-bottom: 11px;
}

.submenu A {
	font-weight: bold;
	text-decoration: none;
	color: #7f7f7f;
}

.submenu A:hover {
	color: #d10019;
}

.submenu .level_1 {
	padding-left: 25px;
	border-bottom: 1px solid #ece9e8;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.submenu .level_2 {
	margin-left: 34px;
	padding-left: 17px;
	background-image: url('../images/layout/submenu_level2.gif');
	background-repeat: no-repeat;
}

.submenu .level_3 {
	margin-left: 51px;
	padding-left: 13px;
	background-image: url('../images/layout/submenu_level3.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.submenu .level_x {
	padding-left: 13px;
	background-image: url('../images/layout/submenu_level_x.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.submenu A.sel {
	color: #d10019;
}

.submenu A.sel:hover {
	color: #f00;
}

#foot {
	background-color: #7f7f7f;
	height: 22px;
	text-align: center;
	color: #bfbfbf;
	font-size: 11px;
	padding-top: 8px;
}

#foot A {
	font-size: 11px;
	color: #bfbfbf;
	text-transform: uppercase;
	text-decoration: none;
}

#foot A:hover, #root A.active {
	text-decoration: underline;
}

.infobox {
	width: 343px;
	height: 209px;
	padding: 2px;
	border: 1px solid #ece9e8;
}

.infobox .title {
	background-color: #a7b6af;
	height: 22px;
	padding-left: 14px;
	padding-top: 8px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.infobox .content {
	padding: 12px;
}

.modbox .title {
	padding: 7px 10px;
	background-color: #f3f3f3;
	text-transform: uppercase;
	color: #7f7f7f;
	font-weight: bold;
}


.modbox .content {
	padding: 7px 10px;
}

.box {
border: 1px solid #ede9e8;
margin-bottom: 5px;
}

.box .box_body {
border-top: 1px solid #ede9e8;
padding: 1px;
}

.box .box_title {
background: #a7b6af;
border: 1px solid #FFF;
padding: 10px 15px;
}

.box .box_title, .box .box_title * {
font-weight: bold;
color: #FFF;
}

.text_input {
	border: 1px solid #7f7f7f;
}

/** iBox **/
#iBox { background: #FFFFFF; border: 1px solid #000000; }
#iBoxTitleTable { background: #A7B6AF; }
#iBoxTitle { padding: 3px 10px; }
#iBoxClose { padding:3px 6px; color: #FF0000; cursor: pointer; border: 1px solid #FFF; width:7px; }
#iBoxContent { padding: 10px; }
