﻿@import url("layout.css");
body {
	font-family: "arial";
	font-size: 0.8em;
	color: #000;
	background-color: #EBEBEB;
}
#container {
	width: 760px;
	margin: 0 auto;
	background-image: url('../images/column.jpg');
	background-repeat: repeat-y;
	padding-left: 10px;
}


#horizontal-nav {
	
	width: 740px; 
	height: 30px;
	background-color: transparent;
    background-image: url('../images/navbar.jpg');
	
}




#masthead {
	float: left;
	width: 740px;
	height: 99px;
	background-color: transparent; 
	overflow: hidden;
	
}

#visual {
    float: left;
	width: 740px;
	height: 150px;
	background-image:url('../images/visuals/visual-index.jpg') ;
	padding: 0px;
	text-align: center;
	
}

#visual h2 {
	font-family: Arial;
	font-size: medium;
	color: white;
	padding-left: 10px;
}

#visual a {
 color: white;
 }



#content {
	float: left;
	text-align: left;
	width: 720px;
	padding: 10px;
	background-color: white; 
	background-image: url('../images/content.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	position: relative;
	
}

#footer {
	color: #fff; 
	clear: both;
	width: 740px;
	height: 100%;
	background-color: transparent;
	background-image: url('../images/navbar.jpg');
	padding: 0px;
	margin-top: 0px;
	
	
	}

#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}





/* horizontal-nav Styles */
#horizontal-nav ul {
	list-style-type: none;
	width: auto;
	margin: 8px;
	padding: 0;
}
#horizontal-nav li {
	float: left;
	margin-left: 20px;
	color:  #fff;
}
#horizontal-nav a {
	color: #fff;
	display: block;
	text-decoration: none;
    
	border: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
#horizontal-nav a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: transparent;
}


/* Content Styles */
}
#content a {
	color: #800000;
	text-decoration: underline;
}
#content a:hover {
	color: #333;
	text-decoration: underline;
}

}
#content img {
		padding: 10px;
}

#content ul{
        list-style: disc;
        list-style-position: outside;
        background: transparent;
        font-family: Arial;
        font-size: small;
   
}

#content li{
         width: 600px;
         margin-left: 30px;
         font-family: Arial;
    font-size: small; 
}

#content p {
    font-family: Arial;
    font-size: small;
}


/* Styles for Footer */

#footer p {
	 text-align: center;
    font-size: 0.9em; 
	text-align: center;
	margin: 5px;
}

#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

img {
	 border: none;
	 
}

h1 {
	font-family: arial;
	font-size: x-large;
	
}

h3 {
	font-family: arial;
	font-size: medium;
	color: maroon;
}

h4 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;

}

h6 {
	font-size: xx-small;
	font-family: "Times New Roman", Times, serif;
}

