body	{
	background-color:#404935;
	font-family: sans-serif;
}
a:link, a:visited	{
	color: #cc6633;
	text-decoration:underline;
}
a:hover	{
	text-decoration:underline;
}
p	{
	margin-bottom: 10px;
}
strong	{
	font-weight: bold;
}
h3	{
	font-size: 16px;
	font-weight: bold;
}
label	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	float: left;
	margin-right: 10px;
	padding-top:5px;
	position: relative;
	text-align: right;
	font-size:12px;
}

#spread	{
	width: 800px;
	margin: 0 auto;
	background-image:url(/images/extend.jpg);
	background-repeat:repeat-y;
}
#container {
	margin: 0 auto;
}
#logo	{
	float: left;
	position:absolute;
	top: 70px;
	margin-left: 103px;
}
#pageTop	{
	background-image:url(/images/slice_01.jpg);
	background-repeat:no-repeat;
	height: 143px;
	padding-right: 77px;
}

#pageBody	{
	background-image:url(/images/slice_02.jpg);
	background-repeat:no-repeat;
	min-height: 500px;
	padding: 19px 97px 0px 97px;
}

#pageBottom	{
	background-image:url(/images/slice_03.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	padding-left: 266px;
	height:75px;
}

#pageheader	{
	font-size: 20px;
	color: orange;
}
#maincontent	{
	margin: 15px;
}
#pagenav	{
	margin-top: 60px;
	width: 250px;
	color: #000;
	position: relative;
	float: right;
	font-size: 11px;
}
#pagenav label	{
	margin: 0px;
	width: 65px;
	display: block;
	font-size:12px;
	line-height:14px;
}

#footer	{
	text-align: center;
	font-size: 10px;
	color: white;
}

fieldset	{
	padding: 10px;
	margin-bottom: 10px;
}
fieldset div	{
	margin: 5px 0px;
}
#header	{
	color: #c63;
	font-weight: bold;
	font-size: 18px;
	line-height:20px;
	border-bottom: 2px solid #c63;
	margin-bottom: 5px;
	text-transform:lowercase;
}

.header	{
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}
#content	{
	margin-left: 140px;
}
#content li 	{
	list-style:none;
}
#mailexample	{
	width: 400px;
	background-color: #464;
	color: #fff;
	z-index:100;
}
#winbar	{
	background-color:#686;
	font-size: 10px;
	padding:3px;
}
#winbar a:link, #winbar a:visited	{
	color: #fff;
	text-decoration:none;
}
#winbar a:hover	{
	color: #000;
	text-decoration: none;
}
#msgtext	{
	padding:10px;
}
#member_options	{
	float: left;
	width: 130px;
	height: 300px;
}
#panalists	{
	width: 300px;
	border: 1px solid #000;
	height: 200px;
	overflow:auto;
}
#panalists div	{
	padding: 3px;
	border: 1px solid #999;
	margin: 3px;
	font-size:12px;
}

#panalists div:hover	{
	background-color: #CCFFCC;
}

#filelist ul ul li	{
	text-indent: 20px;
	font-size: 12px;
	font-style:italic;
}

#assignmentText	{
	margin: 10px 0px;
	font-size: 12px;
	color: #333;
}
#notestatus	{
	display:inline;
}
#notediv	{
	font-size: 12px;
}

/* Calendar Specific Styles */

.calselected	{
	background-color: #bbbbbb;
}
#calendar td	{
	font-family: sans-serif;
	font-size: 16px;
}
#calendar td.dayhover	{
	background-color: #eeeeff;
}
#calendar td.dayhover:hover	{
	background-color: #eeffee;
}

.accepted	{
	color: #0c0;
	font-size: 12px;
}
.waiting	{
	color: #00c;
	font-size: 12px;
	font-weight: bold;
}

/* End Calendar Styles */

.pselected	{
	background-color: #CCFFCC;
}
.pnselected {
	background-color: #ffffff;
}
.message	{
	color: #0c0;
}
.error	{
	color: #c00;
}
.small1 {
	font-size: 10px;
}
.small2 {
	font-size: 11px;
	margin-left: 20px;
}
.sectionheader	{
	color: #f63;
	font-weight:bold;
}
.subhead	{
	color: #596c4e;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px dashed #596c4e;
	background-color: #FBDDC2;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.msgtxt	{
	font-style:italic;
}
.bullet	{
	color: #CC6633;
}
.redrule	{
	height: 2px;
	background-color: #CC6633;
}
.grndivider	{
	height: 1px;
	border-bottom: 1px dashed #596c4e;
}