/* Basic */

*
{
	margin: 0px auto;
	padding: 0px;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
	font-size: 11pt;
	background: #FFFFFF url(../styleImages/r2g/bg.jpg) repeat-y center;
	margin: 0px auto;
}

a
{
	color: #5bb206;
	text-decoration: none;
}

a:hover
{
	color: #fe6e01;
}


h1,h2,h3,h4,h5,h6
{
	color: #fe6e01;
}

strong {
	color: #fe6e01;
}

/* Outer */

#outer
{
	margin: 0px auto;
	width: 850px;
}

/* Header */

#header
{
	float: left;
	position: relative;
	background: transparent url(../styleImages/r2g/bg_header.jpg) no-repeat;
	height: 260px;
	width: 100%;
}


/* Menu */

#menu
{
	position: relative;
	margin-top: 10px;
	padding-left: 0px;
}

#menu ul
{
	position: absolute;
    list-style: none;
}

#menu li
{
	display: block;
	float:left;
	height: 27px;
	text-align: center;
	padding-right: 20px;
}

#menu li a
{
	text-decoration: none;
	border: none;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

#menu li a:hover
{
	color: #fe6e01;
	border-bottom: 3px solid #fe6e01;
}

/* Content */

#content
{
width: 850px;
}

#content p
{
	margin-bottom: 1em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.2em;
}

#content h3
{
	font-size: 1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: .5em;
	border-bottom: dashed 1px #000000;
	width: 98%;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1em;
}

#content blockquote
{
	border-left: solid 0.8em #fe6e01;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dashed 1px #000000;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

#right_panel h3, .boxTitleRight{
	border:none;
	font-weight: normal;
	color: #FFFFFF;
	background: url(../styleImages/r2g/bg_tit_right.jpg) no-repeat;
	display: block;
	height: 46px;
	width: 200px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: -10px;
	margin-top: 10px;
    text-align:center;
}

.boxTitleLeft	{
	font-weight: normal;
	color: #5bb206;
	display: block;
	width: 140px;
	padding: 3px;
	margin-bottom: 10px;
	border-bottom: 3px solid #fe6e01;
}


/* Primary Content */

#primaryContent
{
	margin-left: 195px;
	margin-right: 190px;
	padding: 0px 0px 5px;
	width: 425px;
}

#primaryContentFull
{
	margin-left: 200px;
	padding: 0px 5px 5px;
	width: 580px;
}

/* Left Panel */

#left_panel
{
float: left;
width: 150px;
margin: 0;
padding-right: 5px;
}

/* Right Panel */

#right_panel
{
float: right;
width: 200px;
margin: 0;
}

/* Footer */

#footer
{
	font-size: 0.9em;
	background: #FFFFFF url(../styleImages/r2g/bg_footer.jpg) no-repeat;
	height: 100px;
	width: 850px;
}

#footer p
{
	font-size: 12px;
	color: #000000;
	background: transparent;
	padding-top: 3em;
}

.clear
{
	clear: both;
}

img {border:none;}

