/* Start Global Styling */

body
{
	margin:0px;
	background:#E3E3E6 url("images/background.gif") repeat-x;
	font:normal 15px "Calibri", Arial, Helvetica, sans-serif;
	color:#88888A;
}

img
{
	border:none;
}

h1, h2
{
	color:#000000;
}

h1
{
	font-size:25px;
}

h2
{
	font-size:20px;
}

a
{
	text-decoration:none;
	color:#313131;
}

a:hover
{
	text-decoration:underline;
	color:#51721E;
}

/* End Global Styling */

/* Start Top Navigation Styling */

#topnav
{
	width:760px;
	height:50px;
	margin:0px auto;
	border-left:30px solid #DBA80D;
}

#topnav ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#topnav li
{
	padding:0px;
	display:inline;
	background:none;
	font-size:1.2em;
}

#topnav a
{
	display:block;
	float:left;
	height:40px;
	padding:10px 15px 0px 15px;
}

#topnav a:hover
{
	background:#DBA80D;
	text-decoration:none;
	color:#FFFFFF;
}

#topnav b
{
	font-weight:bold;
}

/* End Top Navigation Styling */

/* Start Logo Styling */

#logo
{
	width:790px;
	height:171px;
	margin:0px auto;
	background:url("images/toplogo.png")
}

/* End Logo Styling */

/* Start Page Styling */

#main
{
	width:790px;
	overflow:hidden;
	margin:0px auto;
	background:url("images/pagebg.gif") repeat-y;
}

/* End Page Styling */

/* Start Content Styling */

#content
{
	float:left;
	width:440px;
	padding:20px 30px 20px 50px;
	background-color:transparent;
}

.panel
{
	float:left;
	width:200px;
	padding-right:10px;
}

/* End Content Styling */

/* Start Right Navigation Styling */

#rightnav
{
	float:right;
	width:250px;
}

#rightnav ul
{
	list-style:none;
}

#rightnav li
{
	padding:5px 0px;
	background:url("images/linksplitter.gif") repeat-x left top;
}

#rightnav .first
{
	padding:5px 0px;
	background:none;
}

#rightnav a
{
	color:#51721E;
}

#rightnav a:hover
{
	font-weight:bold;
}

#rightnav div
{
	padding-left:40px;
	padding-right:40px;
}

/* End Right Navigation Styling */

/* Start Footer Styling */

#footer
{
	height:auto;
	border-top:1px solid #FFFFFF;
}

#footer div
{
	width:790px;
	margin:0px auto;
}

#footer .left
{
	float:left;
	width:500px;
	height:25px;
	padding:16px 30px 0px 30px;
	background:#FFFFFF;
}

#footer .right
{
	float:right;
	width:209px;
	height:25px;
	padding:16px 20px 0px 0px;
	background:#51721E;
	text-align:right;
	color:#FFFFFF;
}

/* End Footer Styling */

/* Start Form Styling */

fieldset div
{
	margin:5px;
}

fieldset legend
{
	color:#51721E;
}

label
{
	width:7em;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block
}

.supportForm
{
	width:300px;
}

.licenseForm
{
	width:300px;
}

table.listitTable
{
	background-color:#FFFFFF;
	width:100%;
}

.bold
{
	font-weight:bold;
}

.total
{
	text-align:right;
	font-weight:bold;
}

/* End Form Styling */
