﻿@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; 
		
}

#visual {
    float: left;
	width: 740px;
	height: 150px;
	background-image:url('../images/visuals/visual.jpg') ;
	padding: 0px;
	text-align: left;
	
}

#visual h2 {
	font-family: Arial;
	font-size: medium;
	color: white;
	padding-left: 10px;
}


#sidebar {
	float: left;
	text-align: left;
	width: 154px;
	padding: 2px;
	background-color: white;
	background-image: url('../images/content.jpg');
	background-repeat: repeat-x;
	position: relative;
	display: inline;
	
	}
#sidebar img {

	margin: 0px;
	border: none;
}

#sidebar p {
	margin: 5px;
	text-align: center;
	
}



#content {
	float: left;
	text-align: left;
	width: 562px;
	padding: 10px;
	background-color: white; 
	background-image: url('../images/content.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	position: relative;
	overflow: hidden;
	
}

#footer {
	color: #fff; 
	clear: both;
	width: 740px;
	height: 100%;
	background-color: transparent;
	background-image: url('../images/navbar.jpg');
	padding: 0px;
	margin-top: 0px;
	overflow: hidden;
	
	}

#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}


/* Styles for Sidebar */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0;
	background-color: transparent;
}
#sidebar li {
		border: none;
		margin: 5px;
		
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px;
	background-color: transparent;

	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F0F0F0;
	border-bottom: 1px solid #f9f9f9;
	background-color: #333333;
}

#sidebar ul ul {
   font-size: 90%;
   text-indent: 20px;
    font-style: italic; 
}
#sidebar h2 {
  font-size: small;
  color:  #ff0000;
  padding: 3px;
  margin: 0px;

  }


/* 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 {
	display: block;
	margin: 5px;
	
}

#content ul {
        list-style: disc;
        list-style-position: outside;
        background: transparent;

        
}
#content li {
    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;
}



   