/* CSS Document */
body {
	background-color:#FFFFFF;
	background-image: url("images/dottyBG.gif");
	background-repeat: repeat;
	text-align:center;
}

#header {
		background-image: url(images/headerBG.gif);
		width: 824px;
		height: 48px;
		background-color: #FFFFFF;  
		background-repeat: no-repeat;
		background-position: center; 
		margin: 0 auto 0 auto;
		}
		
.bodyBG {
		background-image: url(images/bodyBG.gif);
		width: 824px;
		background-color: #FFFFFF;  
		background-repeat: repeat;
		background-position: center; 
		margin: 0 auto 0 auto;
		}
		
#footer {
		background-image: url(images/footerBG.gif);
		width: 824px;
		height: 48px;
		background-color: #FFFFFF;  
		background-repeat: no-repeat;
		background-position: center; 
		margin: 0 auto 0 auto;
		}
	 
p {  font-family: arial;
	 font-weight: none;
	 font-size: 12px;
	 color: #666666;
	 text-align: left;
}

.dottedline {
	background-image:url("images/dotted_line.gif");
	background-color:#FFFFFF; background-position:center; background-repeat:repeat-x; height:4px; width:700px; margin:4px 0 5px 0;
}

#p2 {
	 font-family: arial;
	 font-weight: none;
	 font-size: 15px;
	 color: #666666;
	 text-align: center;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	}



#frameDiv {
	    	margin-top: 10px;
		   float: right;
		   background-color: #ffffff;
		}



.content {
	text-align: left;
	width:700px;
		  		 }

/*.content img {
			margin: 5px;
			}*/
			
.content a {
	color: #333;
    text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	  
}

.content a:hover {
	color: #FF3300; 
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
}

.italic p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

.italic a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

.italic a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color: #FF6600;
	text-align: left;
}


#footer2 a {
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	font-weight: none;
	color: #999999; 
}

#footer2 a:hover {
	text-decoration: none; 
	font-family: arial;
	font-size: 10px;
	font-weight: none;
	color: #FF3300; 
}

#footer2 p {
	font-family: arial;
	font-size: 10px;
	font-weight: none;
	color: #999999;
	text-align:center;

}	

 INPUT {
 background-color: #ececec;
 color: #666666;
 font-family: arial;
 font-weight: none;
 font-size: 12px;
 } 
 
 TEXTAREA {
 background-color: #ececec;
 color: #666666;
 font-family: arial;
 font-weight: none;
 font-size: 12px;
 }
 
 #star {
 	 font-family: arial;
	 font-weight: none;
	 font-size: 15px;
	 color: #FF6600;
	 }
 