body{
	margin:0px;
	background:#BFBDBE;
}
h1 {
	font-size: 16px;
	color:#e23340;
	font-family: Arial;
	font-weight: bold;
	margin-bottom::3px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #e23340;
	font-weight: bold;
	margin-bottom: -12px;
	font-style: normal;

}
h3 {  
	font-family: Arial;
	font-size: 12px; 
	color: #02387E; 
	font-weight: bold;
	margin-bottom: -12px;
}

p, td {  
	font-family: Arial;
	font-size: 12px ; 
	color: #333333 ;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	color: #000099;
	text-decoration:none;
		
}

a:visited {  
	font-family: Arial; 
	font-size: 12px; 
	color: #pink;
	text-decoration:none;
	
}

a:hover {  
	font-family: Arial; 
	font-size: 12px; 
	color: #005DBB;
	text-decoration: none;
	font-weight:bold;
	
}

p a:link{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	
	
}

p a:visited {  
	font-family: Arial; 
	font-size: 12px; 
	color: #02387E;
	text-decoration: none;
	font-weight: plain;
	
}

p a:hover {  
	font-family: Arial; 
	font-size: 12px; 
	color: #005DBB;
	text-decoration: none;
	font-weight: plain;
	
}

li {  
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
	text-decoration: none;
	
}

li a {  
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
	text-decoration: none;
	
}

li a:hover {  
	font-family: Arial; 
	font-size: 11px; 
	color: #005DBB;
	text-decoration: none;
	
}

li a:link {  
	font-family: Arial; 
	font-size: 12px; 
	color:#333333; grey
	
}

li a:visited {  
	font-family: Arial; 
	font-size: 12px; 
	color: #02387E;
	line-height: 15px;
}

ul {
	list-style-image: url();
	margin-left: 18px;
	margin-top: -13px;

}

.tableul {
	list-style-image: url();
	margin-left: 18px;
	margin-bottom: 3px;
	margin-top: 0px;


}

.nestedList {
	list-style-image: url();
	margin-top: 0px;
	margin-left: 14px;
}

.inputbox {
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 11px; BACKGROUND: #ffffff; BORDER-LEFT: 1px solid; COLOR: #737373; BORDER-BOTTOM: 1px solid; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.input {
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 11px; BACKGROUND: #ffffff; BORDER-LEFT: 1px solid; COLOR: #737373; BORDER-BOTTOM: 1px solid; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
.bodytextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5389b7;
}
.bodytextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #e23340;
}
.pageheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#333333;
	text-transform: capitalize;
	margin-bottom:3px;
}
.paragraph{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#333333;
	}
.formheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

#container{
	width:800px;
	background:url(images/div-tile.jpg);
	margin-left:auto;
	margin-right:auto;
	padding: 0px 20px 0px 20px;
}
#pg-title{
	margin:-8px 0px 0px 200px;
	
}
#menu{
	margin:35px 0px 0px 25px;
	width:170px;
	float:left;
	margin-top:20px;
}
#menu ul{
	list-style-type:none;
	margin-left:-40px;
	text-align:left;
}
#menu ul li{
	margin:0px 0px 2px 0px;
}
#menu ul li a{
	text-decoration:none;
	color:#000099;
}
#menu ul li a:hover{
	text-decoration:none;
	color:#000099;
	font-weight:bold;
}
#content-top{
	background:url(images/content-top.jpg) no-repeat;
	width:570px;
	padding-top:14px;
	margin-right:35px;
	float:right;
}
#content{
	background:url(images/content-tile.jpg);
	padding:10px 20px 10px 20px;
	float:left;
}
#content-foot{
	float:right;
	background:url(images/content-foot.jpg) no-repeat;
	width:570px;
	height:14px;
	margin-bottom:10px;
}
#foot{
	width:840px;
	height:118px;
	background:url(images/foot.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
