#user1 {
	width:100%;
	float:left; 
	border: 1px solid #ccc;
	background: #f8f8f8;
	margin-right:1px;
	
	
}

.bodies {
	margin:0px;
	text-align:center;
}

*{
	padding:0;
	margin:0;
}

body{
}

h1 {
	font: 2.0em bold Trebuchet MS, Arial;
	padding-top: 6px;
	color: #FFF;
}

h1 a {
	color: #9C1414;
}

h1 .white {
	color: #FFF;
}

tr, p, div {
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	color:#666666;
}

hr {
	background:#999999;
	height:1px;
	width:100%;
}

ul {
	list-style:none;
	margin-left:20px;
	margin-bottom:20px;
}

li {
	line-height: 15px;
	padding-left: 25px;
	padding-top: 0px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

ol{margin-left:40px;
	list-style-position:inherit;
}

.header {
	height: 100px;
	background: #808080 url(images/header_bg.gif) repeat-x;
}


.pathway {
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 9px;
}

a.pathway:link, a.pathway:visited {
	color            : #9C1414;
	font-weight      : normal;
}

a.pathway:hover {
	color            : #ff3300;
	font-weight      : normal;
	text-decoration   : none;
}

#active_menu {
	color: #666666;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #9C1414;
	font-weight: bold;
	width: 100%;
	text-indent: 5px;
	background: #FFF url(images/dot.gif) repeat-x bottom left;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 3px;
}

a.mainlevel:hover {
	color: #808080;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #ffffff; 
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

a.mainmenu:hover {
	color: #333333; 
}

a:link, a:visited {
	color: #9C1414;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

	
/* left side */
#sect {
	width: 80%;
	background-color:#FFFFFF;
	text-align:left;
}

#l_sect {
	width:76%;
	padding: 5px 0 5px 5px;
	float:right;
	
}

#r_sect {
	clear: both;
	width:21%;
	float:left;
	background-color:#FFFFFF;
	padding-top:5px;
}

#footer {
	background: #FFF url(images/dot.gif) repeat-x;
	clear:both;
	font-size: 0.9em;
	text-align: center;
	padding-top:13px;
	padding-bottom:5px;
}

.wrap {
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 80%;
}

