/* CSS Document */

body { 
margin:5px 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#666666;
}

ul {
	list-style-image: url(images/bullet.gif); 
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 2px; 
	margin-bottom: 2px;
	}

h5{font-size:14px;}

.heading1 {
color: #666666;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
margin-bottom:2px;
margin-top:0px;
}

.heading2 {
color: #A90232;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
margin-bottom:2px;
margin-top:0px;
}

p{
margin-top:10px;
margin-bottom:10px;}


#container {
width:1000px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
background:#FFFFFF;
}

#mast {
width:1000px;
float:left;
height:313px;
overflow:hidden;
position:relative;
}

.img { 
float:right;
margin-left:20px;
margin-top:-10px;
}

#column1 {
width:253px;
float:left;
position:relative;
}
 
#column2 {
width:192px;
float:left;
height:310px;
position:relative;
background:url(images/shadow.gif) no-repeat 0 0;
}

#column3 {
width:551px;
float:left;
position:relative;
padding-top:37px;
font-size:12px;
color:#7B7B7B;
line-height:18px;
}

#container a{
	color:#A90232;
	font-weight:normal;
	text-decoration:underline;
	}
	
#container a:hover{
	color:#A90232;
	text-decoration:none;
	}

#content_small{
float:left; 
position:relative;
width:240px;
margin-right:25px;
}

#content {
float:left; 
position:relative;
width:495px;
margin-right:30px;
}



#footer {
width:973px;
height:28px;
position:relative;
float:left;
padding-left:27px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#AFAFAF;
} 

.text11{
	font-size:11px;}

.mandatory{
	color:#FF0000}