/* DEFINING THE BODY OF THE MAIN PAGE */
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-image: url(../images/bg_tile.gif);
}
p {
	margin:0px;
	padding:0px;
	margin-bottom:1.25em;
}
a {
	color:#b08900;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

table, tr, td {
	font-size:1em;
	margin:0px;
	padding:0px;
	color:#747474;
}

table.styled th {
	background-color:#432000;
	color:#fcc400;
	font-family:"Times New Roman", Times, serif;
	font-size:120%;
	font-weight:normal;
	text-align:left;
	padding:3px;
	margin-bottom:1.25em;
}
table.styled td {
	padding:3px 7px;
}

form {
	margin:0px;
	padding:0px;
}
#container {
	width:1000px;
	margin:0px auto;
	text-align:left;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding-bottom:10px;
		}
	#container>img {
	  /* fix image width for Firefox */
	  width:22px;
	}
	
#footer {
	width:1000px;
	margin:0px auto;
	text-align:left;
	}
* html #footer_table {
	background-image:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/shell_bot.png", sizingMethod="crop");
}

/* TEXT FORMATTING */
.copy { 
	color : #747474; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 17px;
}

a.copy:link, a.copy:visited, a.copy:hover { 
	color : #004A8D; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 17px;
	text-decoration: underline; 
}

.serif { 
	color : #2D1502; 
	margin:0px;
	padding:0px;
	font-family : Times New Roman, Times, Serif; 
	font-size : 16px; 
	line-height : 18px; 
	font-weight : bold;  
}

.footer { 
	color : #ffffff; 
	font-family : Times New Roman, Times, Serif;
	font-size : 12px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration : none;
}

#front_content {
	margin:0px;
	padding:0px;
	color : #747474; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 17px;
}
#front_content h1 {
	margin:0px;
	padding:0px;
	color : #2D1502; 
	font-family : Times New Roman, Times, Serif; 
	font-size : 16px; 
	line-height : 18px;
	font-weight : bold;  
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
