body {
	background: #E0E0E0;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	color:#333333;
}
#container { 
	background: #ffffff;
	width: 800px;
	text-align: left; 
	margin: 20px auto 20px auto; 
	border: 1px solid #cccccc;
	overflow: hidden;
	
	}
#header {
	background: url(images/robbins-logo.gif) top center no-repeat;
	padding: 25px 35px 75px 35px;
	text-align: left;
	height:127px;
	}	
#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #006699;
	text-decoration: none;
	}

#header h3 {
	color: #ffffff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 5px; 
	margin: 0px;
	}
#menu { 
	background: #000000;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	border-bottom: 5px solid #888888;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	text-decoration:none
	}

#menu ul li a:hover {
	color: #FFFFFF;
	background: #AD1800;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	}
	
a {
	color:#118FD2;
	text-decoration:underline;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
}
.error{
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}
.required{
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}
.redtext{
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}
.message{
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}
.maintable{
	width:100%;
}

.leftbar{
	width:171px;
	padding-left:10px;
	height:400px;
}
.leftlinks {
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #666;
}
.leftlinks a{
	text-decoration:none;
}
.leftlinks a:hover{
	text-decoration:none;
}
.rightbar{
	width:210px;
	border-right:1px solid #666;
}

.lefttext{
	width:200px;
	text-align:left;
}
.content{
	padding:15px;
	width:770px;
	height:400px;
}

.text_box{
	width:200px;
}
.drop_down{
	width:200px;
}
.textarea{
	width:200px;
}

.title:first-letter {
	font-size:16px;
	font:bold;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#7C7C7C;
}
.heading:first-letter {
	font-size:20px;
	font:bold;
}
.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:4px;
	height:23px;
	padding-left:5px;
	font-weight:bold;
	color:#AD1800;
}
.subheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:4px;
	height:23px;
	font-weight:bold;
	color:#000000;
}
legend{
	font-weight:bold;
	color:#333333;
}
fieldset {
	border:1px solid #FFFFFF;
}

#footer { 
	color: #ffffff;
	background: #666666;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	height: 20px;
	text-align: center;
	clear: both;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

img {
border:none;
}