body
{
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#headercontainer
{
	width: 100%;
	height: 220px;
	background-color: #000000;
	font-size:12px;
	color: #FFFFFF;
}

#lightbulb
{
	float: left;
	padding: 20px 20px;
}

#headermiddle
{
	float: left;
	width: 189px;
	height: 150px;
	background-image: url("images/red_menu.gif");
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
}

#headermiddle a
{
	font-weight: bold;
	line-height: 18px;
	color:#ffffff;
	text-decoration:none;
}

#headermiddle a:hover
{
	color: #000000;
}

#headermiddleitem1
{
	padding-left: 16px;
	padding-top: 19px;
}

#headermiddleitem2
{
	padding-left: 16px;
	padding-top: 12px;
}

#headerright
{
	float: right;
	height: 30px;
	padding: 5px 5px;
}

#searchfield
{
	height: 15px;
	width: 150px;
	font-size: 10px;
	border: 1px #d50100 solid;
	background-color:#000000;
	color: #ffffff;
}

#navbar
{
	width:100%;
	float:left;
	display:block;
	background-color:#bab2d9;
	border-bottom:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
}

#navbar div
{
	float: left;
	text-align: center;
	height: 30px;
	border-left: 1px #FFFFFF solid;
}

#navbar a
{
	color:#ffffff;
	line-height: 30px;
	text-decoration:none;
}

#homelink
{
	width:20%;
	height: 30px;
	background-color:#4493a0;
}

#homelink:hover
{
	background-color:#56c6d9;
}

#downloadslink
{
	width:20%;
	height: 30px;
	background-color:#85c226;
}

#downloadslink:hover
{
	background-color:#99dc30;
}

#webloglink
{
	width:20%;
	height: 30px;
	background-color:#f7c200;
}

#webloglink:hover
{
	background-color:#ffd22e;
}

#articleslink
{
	width:20%;
	height: 30px;
	background-color:#e8795e;
}

#articleslink:hover
{
	background-color:#ff876a;
}

#licenselink
{
	width:18%;
	height: 30px;
	background-color:#bab2d9;
}

#licenselink:hover
{
	background-color:#c5b8f6;
}

#copyright
{
	width: 200px;
	height: 1em;
	float: right;
	padding: 5px 5px;
	text-align: right;
}

#content
{
	padding: 0px 25px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

#content a
{
	color: #336699;
}

#content a:hover
{
	color: #333333;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h3
{
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.code
{
	background-color: #dddddd;
	border: thin dotted #666666;
	padding-left: 10px;
}
