﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	
	background-repeat: repeat-x;
	background-attachment: scroll;
	
}
#container {
 	border-Top: 10px  double    #FF0000 ;
	border-Bottom: 10px  double    #FF0000;
	border-Right: 10px  double   #FFCC99 ;
	border-Left: 10px  double   #FFCC99 ;
	



	
	width:1200px;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;

	background-position: top;
	background-repeat: no-repeat;
	width:900px;
	border-bottom:medium  #6666FF double;
	border-top:medium #6699FF double;
     height:100px;

}
#navigation {
	border-top: 3px solid #808080;
	border-bottom: 3px solid #808080;
	background-color: #FFFFFF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 70px;
	background-color:  #9966FF  ;

}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color:  #00CCFF;
	margin-right: 0.5em;
	margin-bottom: 0;
	text-align: center;
	font-size: x-large;
}
#masthead h3 {
	color:   #9999FF;
	margin-top: 0;
	margin-right: 1em;
	font-size: x-small;
	
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a{
    Font-weight: bold;
	font-family:  "Book Antiqua";
	font-size:small;
	text-decoration: none;
	color:    #6600CC;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #FFFFFF;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color:   #6600CC;
}
#
/* Right Column */

#navigation1 {
	float:right;
	border-top: 3px solid #808080;
	border-bottom: 3px solid #808080;
	background-color: #FFFFFF;
}
/* Navigation */
#navigation1 ul {
	list-style-type: square;
	Color: #FF0000;
	width: 180px;
	height:400px;
	margin: 15px;
	padding:15px;
	border-top: 1px solid  #FF0000;
	border-bottom: 1px solid #FF0000;
		border-right: 3px solid #FF0000;


	
	
	float:right;

}
#navigation1 li {
	margin: 15px;

Padding:15px;
width:150px;
Height:2px;
	
}
#navigation1 a{
    Font-weight: bold;
	font-family:  "Book Antiqua";
	font-size:small;
	text-decoration: none;
	
	color:    #6600CC;
	
	Display:block;
	
	background-color: #FFFFFF;
	
}
#navigation1 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color:   #6600CC;
}
#

#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: small;
	color: #800080;
}
h3 {
	font-size: small;
	color: #600;
}
h4 {
	font-size: x-small;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: teal;
}
/* Links */
a {
	color: navy;
	text-decoration: underline;
}
a:hover {
	color: teal;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
