BODY
{
	background-color: white;
	font-family: Arial;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.search
{
	width: 820px;
	float: left;
	text-align: right;
	margin-bottom: 0px;
}

.left-adv
{
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
}

.bottom-adv
{
	text-align: center;
	margin-bottom: 8px;
}

.top
{
	float: left;
	margin-top: 0px;
	padding-top: 0px;

	width: 820px;
	border-top: royalblue 0px solid;
	border-bottom: teal 0px solid;
	border-left: royalblue 0px solid;
	border-right: royalblue 0px solid;
	background-color: RoyalBlue;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=White,EndColorStr=RoyalBlue);
}

.logo
{
	float: left;
}

.title
{
	float: right;
	padding-right: 4px;
	font-weight: bold;
	font-size: large;
	color: white;
	font-style: italic;
	text-align: right;
}

.column
{
	float: left;
	width: 820px;
	border-left: royalblue 0px solid;
	border-right: royalblue 0px solid;
}

.left-column
{
	float: left;
	width: 142px;
	margin-top: 8px;
}

.right-column
{
	width: 588px;
	float: right;
	font-size: x-small;
	color: #000000;
	text-align: left;
}

.bottom
{
	float: left;
	font-size: xx-small;
	padding-bottom: 3px;
	width: 820px;
	padding-top: 3px;
	text-align: center;
	color: gray;
	border-top: gray 1px solid;
	border-bottom: gray 0px solid;
	border-left: royalblue 0px solid;
	border-right: royalblue 0px solid;
}

.box-title
{
	margin-top: 8px;
	margin-left: 0px;
	padding-left: 4px;
	font-weight: bold;
	font-size: x-small;
	color: white;
	background-color: teal;
	width: 570px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=teal,EndColorStr=White);
}

.box-content
{
	margin-bottom: 8px;
	padding-right: 0px;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.menu-item
{
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 1px;
	padding-right: 34px;
	padding-bottom: 2px;
	width: 150px;
	padding-top: 2px;
	background-color: White;
	text-align: right;
}

.menu-item a
{
	COLOR: royalblue;
}

.source
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: 'Courier New';
}

.keyword
{
	font-weight: normal;
	font-size: x-small;
	color: blue;
	font-family: 'Courier New';
}

.string
{
	font-weight: normal;
	font-size: x-small;
	color: brown;
	font-family: 'Courier New';
}

.classname
{
	font-weight: normal;
	font-size: x-small;
	color: teal;
	font-family: 'Courier New';
}

.shadowsource
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: 'Courier New';
	background-color: #FAFAFA;
}

.comment
{
	font-weight: normal;
	font-size: x-small;
	color: green;
	font-family: 'Courier New';
}
