body {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:	11px;
	margin:	0px;
}
#header, #leftpanel, #mainmenu {display:none}

.pageHeading
{
	color: #663300;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#pageFooter 
{
 	font-size:10px;
 	text-align: center;
 	margin-left:137px;
}

#c_container
{
	font-size:10pt;
	font-family: Arial,Helvetica,sans-serif;
	padding:0px 50px 20px 10px;
	
}
#flash_message {border:1px solid green; color:green}
#flash_error { border: 1px solid red; color:red}
/* Information styling */

UL.infoIndex A:link, UL.infoIndex A:visited {
      color: #333;
      text-decoration: none;
}
UL.infoIndex a:hover {
    text-decoration: underline;
}

UL.infoIndex  {
       list-style-image: url(../img/bullet.png);
}
UL.infoIndex LI {
     margin-bottom:8px;
}
/* styles for about us page */
.usertitle{font-weight:bold}
.userposition{font-style: italic}
.contact{font-size:80%; padding-top: 10px}
.email {color:#663300; text-decoration: none}

/* styles for SHOW pages */
#content{width: 550px;}

/* INFORMATION PAGE styles */
.title {border-bottom: 1px dashed #333; color: black; font-weight: bold; font-size:120%;}

/* form elements */
.formlabel{
	width:150px;
	float:left;
	text-align:right;
	color:#66f;
}
.formfield{
	margin-left: 155px;
}

#listTable{

}
#listTable th {
text-align : left;
background:#999966;
color: white;
height:20px;
}
#listTable td {vertical-align: top}
#pager {background:#999966;text-align: center;}
#pager a:link, #pager a:visited {color:black}
#page a:hover{color:blue;}