*{
	margin:0;
	padding:0;
	background-repeat:no-repeat;
}

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #383838;
}

#container {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

#paragonLogo {
	height: 90px;
	width: 192px;
	padding: 0;
	margin: 10px 0 5px 15px;
	background: url(/images/paragonLogo.gif) top left no-repeat;
}

#navigationRegion {
	height: 20px;
	padding: 2px 0 0 0;
	margin: 0;
	background-color: #3F3040;
	border: 1px solid #C9C9C9;
	font-size: 13px;
	font-weight: bold;
	color: #FF6622;
}

#butt_home {
	text-align:center;
	margin: 0;
	width: 90px;
	height: 18px;
	border: 0;
	border-right: 1px solid #C9C9C9;
}
#butt_about {
	text-align:center;
	margin: -18px 0 0 91px;
	width: 90px;
	height: 18px;
	border: 0;
	border-right: 1px solid #C9C9C9;
}
#butt_modules {
	text-align:center;
	margin: -18px 0 0 182px;
	width: 90px;
	height: 18px;
	border: 0;
	border-right: 1px solid #C9C9C9;
	border-spacing: 1px;
}
#butt_docs {
	text-align:center;
	margin: -18px 0 0 273px;
	width: 90px;
	height: 18px;
	border: 0;
	border-right: 1px solid #C9C9C9;
}
#butt_faq {
	text-align:center;
	margin: -18px 0 0 364px;
	width: 90px;
	height: 18px;
	border: 0;
	border-right: 1px solid #C9C9C9;
}
#butt_support {
	text-align:center;
	margin: -18px 0 0 455px;
	width: 90px;
	height: 18px;
	border: 0;
	border-right: 1px solid #C9C9C9;
}

#bannerRegion {
	height: 80px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	background: url(/images/banner_1.jpg) 0 0 no-repeat;
}

#bodyRegion {
	height: 100%;
	min-height: 275px;
	* height: 100%;
	* min-height: 300px;
	border: 1px solid #C9C9C9;
}

#contentRegion {
	margin: 18px 0 0 45px;
	* margin: 18px 0 0 45px;
	width: 580px;
	padding: 0 0 20px 0;
	overflow: visible;
}

#footerRegion {
	margin: 0;
	padding: 10px 48px 0 0;
	* padding: 10px 0 0 0;
	height: 30px;
	width: 630px;
	border: 1px solid #C9C9C9;
}

#sourceforgeLogo {
	margin: -9px 0 0 2px;
	* margin: -9px 0 0 2px;
	padding: 0;
	width: 125px;
	height: 37px;
	background: url(http://sourceforge.net/sflogo.php?group_id=131599&type=2) bottom right no-repeat;
}

#rhombusText {
	text-align: right;
	margin: -29px 0 0 0;
	* margin: -27px 0 0 0;
	padding: 0;
	font-size: 10px;
	color: #C9C9C9;
}

#rhombusLogo {
	margin: -38px 0 0 630px;
	* margin: -40px 0 0 630px;
	padding: 0;
	width: 50px;
	height: 40px;
	background: url(/images/rhombusLogo.gif) bottom right no-repeat;
}

h1 {
	text-align: left;
	text-indent: 15px;
	padding: 25px 0 0 0;
	font-size: 36px;
	font-weight: bold;
}

h2 {
	text-align: left;
	padding: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	text-align: left;
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	border-bottom: 1px solid #C9C9C9;
}

p {
	font-size: 12px;
	padding:0 0 8px 0;
	* padding:0 0 6px 0;
	line-height: 100%;
	* line-height: 110%;
}

p.backtotop {
	text-align:right;
}

ul {
	padding: 0 0 10px 0;
	margin: 0;
}

li {
	padding: 0 0 0 10px;
	list-style-position: inside;
	list-style-type: square;
}

hr {
	border: 0;
	color: #383838;
	background: url(/images/dot.gif) center center repeat-x;
	width: 100%;
	height: 30px;
}

hr.spacer {
	border: 0;
	margin: 0;
	height: 10px;
	color: #FFFFFF;
	background: #FFFFFF;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #3838AA;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a.leftnav {
	margin: 0;
	padding: 0;
	line-height: 120%;
	text-decoration: underline;
	color: #331100;
}
a.leftnav:hover {
	color: #DD8822;
	text-decoration: underline;
}

a.rhombus {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #888888;
}
a.rhombus:hover {
	background-color: #FFFFFF;
	color: #3838AA;
	text-decoration: underline;
}
.rhombus_on {
	background-color: #FFFFFF;
	color: #3838AA;
	text-decoration: underline;
}

.small {
	font-size: 10px;
	color: #C9C9C9;
}
