/* CSS Document */
/*----BASIC DECLARATIONS---*/
body {
background-color: #FFFFFF;
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
color: #660000;
}

p {
	font-size: .9em;
	margin-left: 35px;
	margin-right: 25px;
	font-weight: bold;
}
h2 {
font-size: 1.35em;
font-weight: bold;
margin-top: 15px;
padding-top: 15px;
margin-left: 10px;
}
h3 {
margin-top: 15px;
padding-top: 15px;
margin-left: 10px;
}
h5 {
padding: 0px;
margin: 5px;
}
h6 {
margin-top: 0px;
padding-top: 0px;
margin-left: 25px;
}

/*--END BASIC DECLARATIONS-*/

/*--SPECIAL CLASSES-----*/
table#temphldr {
background-image: url(im_holder/web_holder.jpg);
background-repeat: no-repeat;
width: 713px;
height: 497px;
font-family: "Times New Roman", Times, serif;
text-align: center;
}
table #download td {
border-top: double 3px #660000;
}
#cont {
background-image: url(im_page/web_bg.jpg);
background-repeat: repeat-y;
height: 457px;
}
#contentimg {
float: right;
margin-top: 15px;
padding-top: 15px;
}

#ftr {
background-image: url(im_page/web_bottom.jpg);
background-repeat: no-repeat;
height: 22px;
}
#copyrite {
font-size: .68em;
text-align: center;
padding-top: 10px;
}
#imgrt {
float: right;
padding: 5px;
}
#imglft {
float: left;
padding: 5px;
}
/*--END SPECIAL CLASSES--*/

/*--------FORM ELEMENTS----*/
table#contact {
border: 1px dotted #660000;
background-color: #CD9B9B;
padding: 3px 6px 3px 6px;
}
input {
color: #660000;
background-color: #EED5D2;
border: 1px solid #660000;
}
textarea {
width: 200px;
height: 40px;
color: #660000;
background-color: #EED5D2;
border: 1px solid #660000;
}
/*----END FORM ELEMENTS---*/

/*----NAVIGATION---------*/
#nav {
background-image: url(im_page/navigation.jpg);
background-repeat: no-repeat;
height: 60px;
}
#navigation {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.15em;
font-weight:bold;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 4px;
}
#navigation li {
display: inline;
}
#navigation a:link, #navigation a:visited {
padding: 3px 10px 2px 10px;
color: #660000;
text-decoration: none;
border: 1px solid #660000;
}
#navigation a:hover {
background-color: #660000;
text-decoration: none;
color: #FFFFFF;
}



/*----END NAVIGATION-----*/
