/* Stylesheet for VED Templates - www.dreamweaverresources.com   */

body {
margin: 0;
padding: 0;
font-weight: normal;
font-size: 101%;
font-family: Arial, Helvetica, sans-serif;
background-color: #464545;
color: #000000;
}
/* to stop shorter pages from jumping */
html { min-height:100%; margin-bottom:1px; }

#wrapper {
width: 100%;
padding: 0px;
float: left;
}

.centerheader {
width: 762px;
margin-left: auto;
margin-right: auto;
}

#containheader {
background-color: #FFFFFF;
width: 762px;
float: left;
border-top: 3px solid #FFF;
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
padding: 0px;
height: 189px;
margin: 0px;
}

#header{
background-image: url(../images/header.gif);/* background image for the header */
background-repeat: no-repeat;
width: 762px;
height: 198px;  /* if you change the image, make sure you specify the height of your own image */
padding: 0px;
float: left;
margin: 0px;
}

.centernav {
width: 762px;
margin-left: auto;
margin-right: auto;
}

/* self explanatory - the top navigation bar */
#navigation {
background-image: url(../images/topnav_back.gif);
background-repeat: repeat-x;
text-align: right;
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
width: 762px;
height: 39px;
padding: 0px;
float: left;
margin: 0px;
font-family: Arial, Helvetica, sans-serif; 
font-size: .75em;
line-height: 39px;
color: #FFFFFF;
}

/* Style the navigation links */
#navigation a {
font-weight: normal;
color: #FFFFFF;
padding-right: 15px;
padding-left: 15px;
}

#navigation a:hover {
color: #FFFFFF;
/* gives the border under the navbar link on mouseover */
border-bottom: 4px solid #DE9191;  
}

.centerbody {
width: 762px;
margin-left: auto;
margin-right: auto;
}

#bodycon {
background-color: #FFFFFF;
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
width: 762px;
float: left;
padding: 0px;
margin: 0px;
}
/* left column */
#leftcon {
background-color: #FFFFFF;
width: 210px; 
margin: 0px;
padding: 0px;
float: left;
}

/* div wrapper for the major news article section */
#newscon {
padding-top: 10px;
padding-left: 5px;
width: 200px;
margin: 0px;
float: left;
}

/* right content area */
#rightcon {
background-color: #FFFFFF;
width: 420px; 
padding-left: 25px;
float: left;
margin: 0px;
border-left: 1px dotted black;
}

#rightcon H1 {
	padding: 2px 2px 10px 15px;
	font-size: 120%;
	color: #992C2C;
	margin-left: 10px;
	letter-spacing: 0.1em;
	}

/* class to setting images to float left or right */
.imgleft {
	float: left;
	padding: 6px;
}

.imgright{
	float: right;
	padding: 6px;
}

/* general style for all paragraphs */
p {
color: #000000;
padding-left: 20px;
font-family: Arial, Helvetica, sans-serif; 
font-size: .90em;
font-weight: normal;
line-height: 1.5em;
}

/* general link styles */
a {
color: #6D2020;
font-weight: normal;
text-decoration: none;
}

a:hover {
color: #990000;
font-weight: normal;
text-decoration: none;
padding: 0px;
}
/* footer styles */
.centerfooter {
width: 762px;
margin-left: auto;
margin-right: auto;
}

#footercon {
background-image: url(../images/footerback.gif);
background-repeat: repeat-x;
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
border-bottom: 3px solid #FFF;
width: 762px;
float: left;
margin: 0px;
height: 61px;
}

#footerleft {
width: 490px;
padding-left: 10px;
margin: 0px;
float: left;
line-height: 61px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.70em;
font-weight: normal;
color: #FFFFFF;
word-spacing: .5em;

}

#footerleft a {
font-weight: normal;
color: #FFFFFF;
}

#footerleft a:hover {
text-decoration: underline;
font-weight: normal;
color: #FFFFFF;
}

#footerright {
float: left;
width: 252px;
text-align: right;
line-height: 61px;
word-spacing: 25px;
padding-right: 10px;
margin: 0px;
font-weight: normal;
color: #FFFFFF;
}

#footerright a {
font-weight: normal;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.70em;
}

#footerright a:hover {
text-decoration: underline;
font-weight: normal;
color: #FFFFFF;
}