/* Global
----------------------------------------------------------------*/
html, body, script, p  {
	margin: 0;
	padding: 0;
}
html, table  {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
}
body  {
	background: #E9E9E9;
	background-image: url('/images/bg_page.gif');
	background-repeat: repeat-x;
}	
img  {
	border: 0;
}
a  {
	text-decoration: none;
	color: #235677;
}
a:hover  {
	text-decoration: underline;
}
input, textarea, select {
	font-family: Verdana;
	font-size: 10px;
	padding:3px;
}
.RadEContent, BODY.RadEContent, .RadEContentBordered, BODY.RadEContentBordered
{ 
 font-size:12px;
 line-height:18px;
 font-family: verdana;
 background-color: #FFFFFF; 
}
#outerStage {
	background-color:#FFFFFF;
	border:#CDCDCD solid 1px;
	padding:19px;
}

#innerStage {
	background-color:#FFFFFF;
	border:#CDCDCD solid 1px;
}

/* module_nav
----------------------------------------------------------------*/
#nav {
	font-family: Verdana;
	font-size: 11px;
	background-color:#000000;
	color: #CCCCCC;
	height:30px;
	text-align:center;
}
#nav a {
	font-family: Verdana;
	font-size: 11px;
	color: #CCCCCC;
}


/* module_subnav
----------------------------------------------------------------*/
#subnav {
	background-color:#535454;
	vertical-align:top;
	padding-top: 20px;
	padding-left: 20px;
	border-right:#CDCDCD solid 1px;
}
.subnav {
	font-family: Verdana;
	font-size: 11px;
	color: #8A5B32;
	height:28px;
	text-align:left;
	padding-left:28px;
	padding-right:10px;
	background-image:url(/images/bg_nav_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}
.subnav span {
	float:right;
	vertical-align:top;
}
.subnav a {
	font-family: Verdana;
	font-size: 11px;
	color: #8A5B32;
	height:28px;
	text-align:left;
}
.subnav b, .subnav strong {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #2C2B26;
	height:28px;
	text-align:left;
}
.subnav_over {
	background-color: #E6E6E9;
	border: 1px solid #E6E6E9;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding-left:9px;
	padding-right:10px;
	height:25px;
	text-align:left;
	cursor:pointer;
}
.subnav_on {
	background-color: #F3F3F3;
	border: 1px solid #D1D5D9;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	text-align:left;
}


/* module_content
----------------------------------------------------------------*/
#content {
	font-family:Verdana;
	font-size:12px;
	color:#535454;
	background-color:#EFF0F0;
	line-height:18px;
	text-align:left;
	vertical-align:top;
	padding-left: 27px;
	padding-right: 28px;
	padding-bottom: 80px;
	background-image:url(/images/bg_flower.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content a:link, #content a:visited, #content a:active {
	color:#333333;
}
#content a:hoover {
	color:#333333;
	text-decoration:underline;
}
#content b, content strong {
	font-size:11px;
	color:#535454;
	font-weight:bold;
}

#contentSub {
	font-family:Verdana;
	font-size:12px;
	color:#535454;
	background-color:#EFF0F0;
	line-height:18px;
	text-align:left;
	vertical-align:top;
	padding-left: 27px;
	padding-right: 28px;
	padding-bottom: 80px;
	background-image:url(/images/bg_flower_sub.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#contentSub a:link, #contentSub a:visited, #contentSub a:active {
	color:#333333;
}
#contentSub a:hoover {
	color:#333333;
	text-decoration:underline;
}
#contentSub b, contentSub strong {
	font-size:11px;
	color:#535454;
	font-weight:bold;
}

#content2 {
	font-family:Verdana;
	font-size:11px;
	color:#535454;
	line-height:17px;
	text-align:left;
	vertical-align:top;	
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 30px;
	vertical-align:top;
	border-left:#CDCDCD solid 1px;
}
#content2 b, content2 strong {
	font-size:10px;
	color:#535454;
	font-weight:bold;
}


/* module_footer
----------------------------------------------------------------*/
#footer {
	font-family:Verdana;
	font-size:10px;
	color:#6A6A6A;
	height:30px;
	text-align:right;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#6A6A6A;
}
#footer a:hoover {
	color:#6A6A6A;
	text-decoration:underline;
}
#footer b, #footer strong {
	font-size:9px;
	font-weight:bold;
}

/* module_copyright
----------------------------------------------------------------*/
#copyright {
	font-family:Verdana;
	font-size:10px;
	color:#6A6A6A;
	height:30px;
	text-align:left;
}


