body {
	background-color: #303438;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

TD,BODY,P {
	font-family: 'Verdana';;
	font-size: 9pt;
}

.sections {
	width: 800px;
	border: medium solid #660033;
}

.container {
	width: 200px;
}

.menu {
	width: 200;
	border-top: 1px groove #505458;
	border-right: 1px groove #505458;
	border-bottom: 1px #505458;
	border-left: 1px groove #505458;
}

.menu .headerbar {
	background-image: url(imgs/my_colors.gif);
	border-bottom: groove 1px #505458;
	padding-left: 35px;
	color: #CCF0FF;
	font: bold 14px;
	height: 30px;
	padding-top: 5px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	/* bottom spacing between each UL and rest of content*/
	margin-bottom: 2px;
	/*bottom spacing between each UL and rest of content*/
}

.menu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
		position:relative;
}

.menu ul li a {
	color: #5090E0;
	display: block;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	font-weight: bold;
	border-collapse: collapse;
	border-bottom: groove 1px #505458;
	font-size: 110%;
	height: 30;
}

.menu ul li  a:hover {
	color: #000000;
	background-color: #FF9933;
	border: 2px inset #CC3300;
}

.menu ul li a:visited {
	
}

.indentmenu {
	font: bold 13px Arial;
	width: 260;
}

.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: black url(imgs/indentbg.gif) center center repeat-x;
}

.indentmenu ul li {
	display: inline;
	
}

.indentmenu ul li a {
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66;
	/*dark purple divider between menu items*/
	
}

.indentmenu ul li a:visited {
	color: white;

}

.indentmenu ul li a:hover {
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	/*shift text down 1px for selected and active item*/
	background: black url(imgs/indentbg2.gif) center center repeat-x;
}

.intro {
	color: #FFFFFF;
	width: 440px;
	font-size: 110%;
	font-family: Tahoma;
	text-align: left;
	border: thin dotted #FFFF66;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.intro a {
	color: #5090E0;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

a {
	text-decoration: none;
	color: white;
}

.button{
	border: 2px inset #505458;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: middle;
	width: 40px;
	height: 20px;
	position:absolute;
	right:5px;
	color: black;
	text-decoration: bold;
	font-size: 110%;
	}
	
.head_nav{
text-align: right;
padding : 5px;
border-bottom :  1px solid #505458;
	}	
