/*[webpath]F:\AWebs\Berkeley\styles\style3.css*/
@import url(layout.css);
BODY
{
	margin: 0px;
	background-color: #000000;
	font-family: Tahoma;
	padding: 0px;
	font-size: small;
	color: #CCCCCC;
}
/*Styles for DIV tags*/
#container
{
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #000000;
	background-image: url(../images/leftphoto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#masthead
{
	background-color: #000000;
	padding: 15px;
	font-family: Broadway, Tahoma;
	text-decoration: none;
}
#navigation
{
	background-color: #996600;
	margin-left: 160px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
HTML>BODY #navigation
{
	overflow: hidden;
}
#content_container
{
	background-color: #000000;
	padding: 0px;
}
#column_left
{
	float: left;
}
#column_right
{
	background-color: #DBBA77;
	padding-bottom: 30px;
	margin-left: 10px;
}
#image
{
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer
{
	background-color: #666666;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: x-small;
}
/*Styles for Masthead*/
#masthead H1
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead H3
{
	margin-top: 0.4em;
	color: #F5F5F5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: 0.3em;
	font-style: normal;
	font-weight: normal;
}
#masthead A
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Broadway, Tahoma, Tahoma;
}
#masthead A:hover
{
	text-decoration: none;
}
/*Styles for Navigation*/
#navigation UL
{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation LI
{
	float: left;
}
#navigation A
{
	color: white;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #986;
}
#navigation A:hover
{
	border: 1px solid #456;
	background-color: #FFCC66;
}
/*Styles for Right Column*/
#column_right H4
{
	color: #112233;
	margin-top: 0px;
}
#column_right P
{
	color: #000000;
	margin-top: 0px;
	font-size: small;
	text-decoration: none;
}
#column_right A
{
	color: #443311;
}
#column_right A:hover
{
	background-color: #776644;
	color: #FFFFFF;
}
/*Styles for Left Column*/
H1
{
	font-size: xx-large;
	color: #CC9933;
	margin-top: 0px;
}
H2
{
	font-size: x-large;
	color: #CC9933;
	margin-top: 0px;
	font-family: Broadway, Tahoma, Tahoma;
}
H3
{
	font-size: large;
	color: #996600;
	margin-top: 0px;
	font-family: Broadway, Tahoma;
}
H4
{
	font-size: medium;
	color: #CC9933;
	margin-top: 0px;
}
H5
{
	font-size: x-small;
	margin-top: 0px;
}
H6
{
	font-size: xx-small;
	margin-top: 0px;
}
A
{
	font: normal normal normal 100% Tahoma;
	color: #CC9933;
	text-decoration: none;
	font-weight: normal;
}
A:hover
{
	color: #FFCC00;
	text-decoration: none;
}
/*Styles for Footer*/
#footer P
{
	margin: 0;
	font-size: x-small;
	text-align: left;
	font-family: Tahoma;
}
#copyright
{
	float: none;
	text-align: center;
}
#copyright P
{
	font-size: x-small;
}
#footer A
{
	color: #FFFFFF;
	font-weight: bold;
}
#footer A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}
.Style5
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
