body { font-family: "Times New Roman", Times, serif;}

p { font-size: 14px;
	line-height: 20px;
	color:#FFFFFF;}

h1 { font-size: 24px;
	 font-weight: bold;
	 color:#D8D9DE;
	 font-style:italic;
	 margin:0;
	 padding-left:20px;
	 background:url(assets/images/pearl.jpg) left no-repeat;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#7D0016;}

h3 { font-size: 16px;
	 font-weight: bold;
	 color:#FFFFFF;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#92032B;}

a:hover { text-decoration: none;
		color:#B4B4B4;}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;
	 }

.imgborder { BORDER: #720322 1px solid;}

.smalltext { font-size: 12px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color: #999999;
	background:#999999;
	height:1px;
	border:0;
	margin-bottom:2px;
	margin-top:2px;}
	
/* Template */
#bg {width:883px;
	height:900px;
	background:url(assets/images/bg_btm_right.jpg) bottom right no-repeat;
	margin-right:auto;
	margin-left:auto;
	}
	
#nav {width:175px;
	height:335px;
	margin-right:0;
	color:#565656;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	}
#nav ul{
	margin-left:0px;
	margin-right:0;
	margin-top:10px;
	margin-bottom:0;
	padding-left:10px;
	}
#nav li { padding-top:4px;
	padding-bottom:4px;
	list-style:none;
	}
#nav a{text-decoration: none;
	color:#565656;
	}	
#nav a:hover{ color:#720322;
	text-decoration:none;
		}
#address { width:210px;
	font-family: "Times New Roman", Times, serif;
		font-size:13px;
		color:#720322;
		line-height:20px;
		font-weight:bold;
		padding-top:10px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		padding-bottom:80px;
		}
		
#body_box {width:530px;
	min-height:428px;
	padding-top:50px;
	padding-left:10px;
	padding-right:30px;
	padding-bottom:40px;
	height:auto;
	text-align:left;
	}
* html #body_box /* this is recognized by IE only */{
height: 428px;
}

#body_box li{margin-left:-15px;
		color:#FFFFFF;
		font-size:14px;
		line-height:16px;
		}

#tag {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style: italic;
	margin:0;
	width:600px;
	padding-left:180px;
	text-align:center;
	color:#720322;
	}
	
#bottomlinks {width:730px;
		text-align:center;
		font-size:12px;
		padding-top:10px;
		color:#777777;
		}
#bottomlinks p{color:#777777;
	font-size:11px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;}
#bottomlinks a{color:#720322;
		text-decoration:none;
		}
#bottomlinks a:hover{text-decoration:none;
		color:#333333;		
		}

/*End Template */

			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: #720322 1px solid;
	background-color:#C09998;
	padding:1px;
}
 input.submit
{
	border: 1px solid #999999;
	border-top-color: #666666;
	border-left-color: #666666;
	padding: 0.25em;
	background-color: #C09998;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #666666;
	border-top-color: #999999;
	border-left-color: #999999;
	padding: 0.25em;
	background-color: #3c3131;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */