/* Layout Stylesheet */ 

body {
	margin: 0px;
	color: #333333;
	text-align: center;
	padding: 0px;
}

#outer {
	text-align: left;
	width: 650px;
	margin: auto;
}

#hdr {
	height:110px;
	color: #333333;
	background-color: #eeeeee;
	background-image: url(img/top_shade.png);
	background-repeat: repeat-x;
	background-position: bottom;
 }

#bar {
	height: 37px;
	color: #333333;
	border: 0 none #000000;
	background-image: url(img/horiz_menu_background.png);
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 5px;
}
#bbar {
	height: 90px;
	color: #333333;
	background-image: url(img/purplecyrstal.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#bodyblock {
	position: relative;
	color: #333333;
	width: 930px;
height:auto;
	padding: 0;
	background-image: url(img/purplecyrstal_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;padding-bottom: 100px;

}

#l-col {
	float:left;
	color: #333333;
	width:195px;
	background-image: url(img/left_menu_shade.png);
	background-repeat: no-repeat;
	background-position: left top;height: 500px;
 }
#outer #bodyblock #l-col a {
	background-image: url(img/menulink_trans.png);
	background-repeat: repeat-x;
	height: 20px;
	width: 185px;
	display: block;
	margin-right: 5px;
}
#outer #bar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #2A1D37;
	font-weight: bold;
	text-align: right;
	font-size: 10pt;
}
#outer #bodyblock #l-col a {
}

#outer #bodyblock #l-col a {
	text-align: left;
	padding-top: 7px;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
	padding-bottom: 7px;
}


#outer #bodyblock #l-col .submenuiten {
	background-image: none;
}



#cont {position: relative;
	width:708px;
	color: #000000;
	text-align:left;
	background-image: url(img/content_shade.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: visible; display:block;
 }

#outer #bodyblock #cont a {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}
#outer #bodyblock #cont a:hover {
	text-decoration: underline;
}



#ftr {
	color: #333333;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
 }
#outer #bodyblock #l-col a:hover {
	background-image: none;
}
#outer #bodyblock #l-col .submenuiten {
	padding-left: 10px;
	width: 175px;
	font-size: 9pt;
	height: 20px;
	padding-bottom: 0px;
	padding-top: 5px;
}
#outer #hdr .search_box {
	display: block;
	float: right;
	width: 300px;
	height: 35px;
		text-align: right;
	padding-right: 10px;
	font-size: 15pt;
}
#outer #bar a:hover {
}

#outer #hdr img {
	float: left;
}


#outer #bar a:hover {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #3E304C;
	font-weight: bold;
	text-align: right;
	font-size: 10pt;
}

#outer #bodyblock #cont .box {
	overflow: auto;
}



