/* CSS Document */

body{
	background-image:url(../images/struc/bkgd_repeat_pattern.jpg);
	background-repeat:repeat;
	}
	
.bottomhome{
	background-image:url(../images/struc/home_gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}	
	
.navbg{
	background-image:url(../images/struc/nav_bg.jpg);
	background-repeat:repeat-x;
	}
	
.navbg img{
	padding-left: 8px;
	padding-right: 8px;
}

.subnav img{
	padding-left: 3px;
	padding-right: 3px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #e3b24b;
	font-weight: bold;
	margin:0px;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e3b24b;
	font-weight: bold;
	margin:0px;
}

.header_style{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e3b24b;
	font-weight: bold;
	margin:0px;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF0066;
	font-weight:500;
	margin: 0px;
}

.footer{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #008800;
	font-weight:lighter;
}

a, a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF0066;
	font-weight:500;
	margin: 0px;
	text-decoration:underline;
}

a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF0066;
	margin: 0px;
	text-decoration:none;
}

ul{
	list-style-image:url(../images/arrows.jpg);
	margin: 0px;
}

li{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF0066;
	font-weight:500;
	margin: 0px;
	padding-bottom: 20px;
}

.dark{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-size-adjust:none;
	font-weight:bold;
	color: #BA3D58; 
	margin: 0px;
}

.large{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #e3b24b;
	font-weight: bold;
	margin: 0px;
	text-decoration:underline;
}
