 
body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#shell {
	background-color: #788BC5;
}
#topshade {
	background-image: url(assets/microUI/top_shd_bg.png);
	background-repeat: repeat-x;
	margin-right: 5px;
	clear: both;
}
.sandbox #sidebar {
	width: 229px;
}
.sandbox #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 229px;
} 
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navbox {
	background-image: url(assets/microUI/nav_bg.png);
	background-repeat: repeat-x;
	width: 220px;
	background-color: #89B02D;
}
#nav {
	margin-top: 20px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#nav a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background-color: #79A422;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	background-color: #405697;

}
p {
	font-size: 12px;
}
#logo img {
}
#headbox {
	background-image: url(assets/microUI/head_lft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
#heading {
	line-height: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C921F;
	text-indent: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A7D044;
	background-image: url(assets/microUI/head_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 1px;
}
.toplnk {
	font-size: 10px;
	text-decoration: none;
}
a.toplnk {
	color: #3562D9;
}
a.toplnk:hover {
	color: #FF6600;
}




#logo {
	font-size: 11px;
	color: #B9C2E9;
}
#head {
	background-image: url(assets/microUI/head_rt.gif);
	background-position: right top;
	background-repeat: no-repeat;
}


#left_shd {
	background-image: url(assets/microUI/lft_shd_bg.png);
	background-repeat: repeat-y;
}
#mid_shd {
	background-image: url(assets/microUI/mid_shd_bg.png);
	background-repeat: repeat-y;
}
#sandsub {
	background-image: url(assets/microUI/sand_sub_bg.png);
	background-repeat: repeat-x;
}

#logo a {
	text-decoration: none;
	font-size: 11px;
	float: right;
	color: #3562D9;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
#foot {
	font-size: 11px;
	color: #B7C0E7;
	text-align: center;
}
#foot a {
	line-height: 40px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	color: #3157DD;
}

#logo a:hover {
	color: #FF6600;
}
#titlebox {
	width: 100%;
}
#titlebar {
	background-color: #788BC5;
	line-height: 34px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #405697;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	text-indent: 10px;
}
#tsub {
	background-image: url(assets/microUI/tsub_shd_bg.png);
	background-repeat: repeat-x;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #4B4223;
}
#conlft {
	background-image: url(assets/microUI/sand_shd_bg_lft.png);
	background-repeat: repeat-y;
}
#conrt {
	background-image: url(assets/microUI/sand_shd_bg_rt.png);
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 


#conbox {
	background-color: #FEFEFD;
	background-image: url(assets/microUI/sand_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 15px;
}
#foot a:hover {
	color: #FF6600;
}
#nav  a.navon {
	background-color: #405697;

}
#content a {
	color: #3562D9;
}
#content a:hover {
	color: #FF6600;
}
