p {
	font-size: 12px;
	color: #000033;
}
p {
	line-height: 16pt;
	color: #000033;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #851b1b;
}
ul {
	font-size: 12px;
	line-height: 16pt;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #993333;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000033;

}
body {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #851b1b;
}
ol {
	font-size: 12px;
	line-height: 16px;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #000053;
}
.bgbod {
	background-image: url(assets/home_assets/body.jpg);
	background-repeat: repeat-y;

}
.padding {
	padding: 5px 10px;
}
.subtextblue {
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;

}

.imgborder {border: 1px solid #851B15;}
.bigText {font-size: 14px;}

#dropmenudiv {
	position: absolute;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #666;
	font-size: 13px;
}
#dropmenudiv a {
	color: #666;
	font-style: italic;
	font-weight: bold;
}

#leftnav ul{
	
	text-decoration:none;
	color:#000000;
	list-style:none;
	border:thin;
	float:left;
}
#leftnav a{	
  
	font-size:11px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman",  serif;
	font-style:italic;
	color:#404040;
	display:block;
	width:145px;
	height:20px;
	margin-left:0px;
	margin-right:0px;
	text-decoration:none;
	float:left;
	text-align:left;
	padding-top:0px;
	padding-left:15px;
	border:thin;
	background:url(../assets/home_assets/images/link-bg1.gif)  no-repeat;	
	
}
#leftnav a:hover{
	background:url(../assets/home_assets/images/hover.gif) repeat-x;
	text-decoration:none;
	color:#404040;
}