/* Style definitions for HTML tags */
body{
	padding:0;
	margin:0;
	background-color:#000000;
	background-image: url(images/purp-bkgd-dk2.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
h1{
	font-size:18px;
	color:#663366;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
h2{
	font-size:14px;
	color:#696969;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3{
	font-size:12px;
	color:#D5A34A;
	border-bottom:1px solid #666;
	padding:2px 0px 2px 5px;
	margin:0px 0px 5px 0px;
	line-height:16px;
}
h4{
	font-size:11px;
	padding:2px 0px 2px 0px;
	margin:0px 0px 5px 0px;
	line-height:14px;
}
form {
	margin:0px;
	padding:0px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding:0px;
	margin:0px;
	border:1px solid #D5DEE3;
}
/* Anchors */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
a:link {
	text-decoration:underline;
	color:#7D2953;
} 
a:visited {
	text-decoration:underline; 
	color:#666;
} 
a:hover {
	text-decoration:none; 
	color:#000; 
} 
a:active { 
   color:#253255;
}

a.nav:link {
	text-decoration:none;
	color:#FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px;
} 
a.nav:visited {
	text-decoration:none;
	color:#EFEFEF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px;
} 
a.nav:hover {
	text-decoration:none;
	color:#FFF;
	font-size: 12px;
	background-image: url(images/nav-bkgd_over.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px;
} 
a.nav:active {
	color:#253255;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px;
}

a.subnav:link {
	text-decoration:none;
	color:#FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px;
} 
a.subnav:visited {
	text-decoration:none;
	color:#EFEFEF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px;
} 
a.subnav:hover {
	text-decoration:none;
	color:#FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px;
} 
a.subnav:active {
	color:#253255;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px;
}

/* Navbar */
DIV#navbar{
	width:768px;
	height:22px; 
	font-size:10px;
	color:#FFF;
}




DIV#graybar{
	height:22px;
	width:900px;
	padding-top:5px;
	background-image: url(images/graybar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

DIV#rightcol{
    float: right; /* Position in upper right corner of content div */
    width: 685px; /* Change in conjunction with outer and leftcol widths */
    margin-left:10px; /* Establish 10px gutter between columns */
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
.content {
	background-color: #FFFFFF;
	background-image: url(images/purple-grad.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.navbar {
	background-image: url(images/nav-bkgd.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.subnavbar {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.sidebar {
	background-image: url(images/sidebar-bkgd.gif);
	background-repeat: repeat-y;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5A3554;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663366;
	font-style: italic;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 21px;
	color: #FFFFFF;
}
.formbkgd {
	background-image: url(images/form-bkgd.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.graybar {
	background-image: url(images/gray-bar.gif);
	background-repeat: repeat-x;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #B48888;
	line-height: 24px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
li {
	padding: 2px;
}

