/****************************************/
/* Language and Friendship Style Sheet 	*/
/* Author: T. J. Fletcher 				*/
/* Date: 02/25/2005						*/
/* Version: 1.0							*/
/****************************************/
body{
	margin: 0px;
	background-color: #EFEFEF;
	background-image: url(bg3.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#container {
	text-align: center;
}
#bar1 {
	background-color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	height: 13px;
}
#bar2 {
	background-image: url(bg_gradient1.png);
	height: 243px;
	text-align: center;
}
#bar3 {
	background-image: url(bg_gradient2.png);
	background-color: #000066;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
.main {
	width: 690px;
	text-align: left;
	margin: 0px auto 0px auto;
}
#nav {
	width: 150px;
	margin: 4px 8px 8px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.button1 {
	width: 150px;
	height: 27px;
	background-color: #FFCC00;
	margin-bottom: 1px;
}
.button2 {
	width: 150px;
	height: 27px;
	margin-bottom: 1px;
	background-color: #FFDF00;
}
a.navbutton:link,
a.navbutton:visited {
	display: block;
	color: #CC6600;
	text-decoration: none;
	width: 125px;
	line-height: 25px;
	padding-left: 25px;
	background: transparent #FFDF00 url(arrow3.gif) no-repeat 0;
}
a.navbutton:hover {
	background-color: #FFCC00;
}
#mainrt {
	margin: 4px 4px 8px 6px;
	padding-left: 10px;
	float: left;
	width: 510px;
	font-size: 11pt;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	margin-left: -10px;
}
a.nav:link {
	text-decoration: none;
	color:#666666;
}
a.nav:visited {
	text-decoration: none;
	color:#666666;
}
a.nav:hover {
	text-decoration: underline;
	color: #FF9933;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	font-size: 16px;
}
#footer {
	margin-top: 22px;
	margin-left: 45px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
