﻿@import url(layout.css);
body {
	color:  #FFFFFF;
	font-size: small;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:  ;
	border:   ridge  5px   #00FFCC;
	width:1100px;
}
#container {
	background-color: #fff;
	width: 1050px;
	margin:  40px;
	border-top: 0;
	border-right: 1px solid  #FF0000;
	border-bottom: 0;
	border-left: 1px solid #FF0000 ;
}
#masthead {
	text-align: center;
	background-color: #CCFFFF;
	background-image: url('08_27_2008_0661_theme.jpg');
	width: 860px;
	     margin:  0px;
 
	border: double 2px #006600 ;
	



	
	}
#navigation {
	background-color:  #FFFFFF;
	overflow: hidden;
	border:thin     #666633 ridge  ; 
	margin:0px;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 792px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color:  #6600CC;
	position: relative;
}
#footer {
	width: 980px;
	text-align: center;
	background-color:  #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	float:right;
	border: #FF0000   ridge thin;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: X-large;
	Color:  #FFFFFF;
	margin: 10px ;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 10px;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color:   #336600;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: solid   1px #999966;
	font-family:   "Comic Sans MS";
	font-size:x-small;
	font-weight:bolder;
	
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color:  #66CCFF;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color:   #999966;
	text-decoration: none;
	font-family:Century;
	
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	font-family: NSimSun;
	}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
