/* CSS Document */

body {
	background-color: #F1F1F1;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

/* Structure */

#page {
	width: 820px;
	background: url(images/bg_blue.gif) repeat-y #FFFFFF;
}

#pageBtm {
	width: 820px;
	padding-bottom: 17px;
	background: url(images/footer.gif) bottom no-repeat;
}

#header {
	background: url(images/header_gravityworks.gif) top no-repeat;
}

#footer {
	width: 800px;
	text-align: right;
	font-size: 9px;
	color: #999999;
	line-height: 14px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Top Navigation */

.nav {
	font-size: 14px;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}

/* Left Navigation */

#leftnav {
	background: url(images/leftnav_bg.gif) repeat-y #71B0DC;
}

.leftnavImage {
	background: url(images/leftnav_image.gif) top no-repeat;
}

#leftnav ul {
	margin: 0;
	padding: 0 0 10px 25px;
	list-style-image: url(images/arrow_white.gif);
}

#leftnav a, #leftnav a:link, #leftnav a:active, #leftnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav a:hover {
	text-decoration: underline;
}

/* Text Styles */

a, a:link, a:active, a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #85BC18;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #71B0DC;
}

.white {
	color:#FFFFFF;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: 0px;
	color: #FFFFFF;
	border-bottom: 1px dotted #85BC18;
}