body {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	background-color: #FFFFFF;
	width: 1000px;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 620px;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#navigation {
	background-color: #663399;
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#column_l {
	width: 755px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	position: relative;
	float: left;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 0px;
	background-color: #ffffff;
	position: relative;
	float: right;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #663399;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	clear: both;
	overflow: auto;
}
.float_right {
	float:right;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #639;
	margin: 10px 10px 0;
}
.morr{
	color: #663399;
}
.wat{
	color: #66CCCC;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-right: 1px solid #c9c9c9;
	border-top: 1px solid #663399;
	border-bottom: 1px solid #663399;
	background-color: #663399;
	font-weight: normal;
}
#navigation a:hover {
	color: #663399;
	text-decoration: none;
	border-right: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	background-color: #ffffff;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* 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;
}
