/* CSS Document */

/* Body Rules */

body
{
	background-image: url(../images/layout/bgimg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


/* Site Side Rules */

#siteside
{
	width: 150px;
	height: 660px;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}


/* Side Navigation Rules */

#sidenav
{
	width: 160px;
	height: 540px;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 150px;
}

.sidenavimg
{
	width: 160p;
	border: none;
	display: block;
	float: left;
}

#sidenav a, #sidenav a:link, #sidenav a:visited, #sidenav a:hover
{
	border: none;
}


/* Top Navigation Rules */

#topnav
{
	width: 840px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 310px;
}

.topnavimg
{
	width: 140px;
	height: 60px;
	border: none;
	display: inline;
	float: left;
}

#topnav a, #topnav a:link, #topnav a:visited, #topnav a:hover
{
	border: none;
}


/* General Content Rules */

#content
{
	width: 828px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	position: absolute;
	top: 60px;
	left: 310px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	padding: 0px 0px 5px 0px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	color: #6699CC;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

#content p
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 5px 0px 0px 0px;
}

.bluetext
{
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	padding: 0px 0px 5px 0px;
}

.orangetext
{
	color: #FF9900;
}

.note
{
	font-style: italic;
}

.boldtext
{
	font-weight: bold;
}

.download
{
	font-size: 14px;
	font-weight: normal;
	color: #6699CC;
	padding: 5px 0px 5px 0px;
}

.downloadorange
{
	font-size: 14px;
	font-weight: normal;
	color: #ff9900;
	padding: 5px 0px 5px 0px;
}

.download a, .download a:link, .download a:visited
{
	text-decoration: none;
	color: #6699CC;
}

.download a:hover, a:active
{
	text-decoration: underline;
	color: #6699CC;
}


/* Footer Rules */

#footer
{
	width: 160px;
	height: 120px;
	background-color: #FF9900;
	border: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 540px;
	left: 150px;
}

#footer p
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 5px 0px 5px 5px;
}