/*
	Design by CSS Templates For Free
	http://www.csstemplatesforfree.com
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
	color: #003366;
}
li {
margin-bottom:4px;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#D9D89B;
	color: #003366;
	font-size: 10pt;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}
#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;

}
/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
	background-color:#FFFFFF;
}

/* Header */

#header
{
	padding: 0em 1.5em 0em 1.5em;
	height: 4em;
	width: 15em;
	float: left;
	position: relative;
	background: #AF0A0A url('rational/images/a1.gif') top right no-repeat;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #003366;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #003366;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	height: 12px;
	background: #fafafa url('rational/images/a2.gif') top left repeat-x;
	margin-left: 180px;
	position: relative;
	font-size:12px;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 2px;
	margin-left: 1.5em;
	left: -12px;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: #003366 url('rational/images/a4.gif') bottom left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	background: #fff url('rational/images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 0em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: 0;
	padding: 0.5em;
	margin-bottom: 0.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;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -16em;
	width: 100%;
	background-color: #ffffff;
}

#primaryContent
{
	margin: 0em 0em 0em 180px;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 170px;
	padding: 10px;
}


#boxedItalic {
	font-size: x-small;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.floatright {
	float:right;
	margin: 0 0 0px 10px;
}
.floatleft {
	float:left;
	margin: 0 14px 5px 0px ;
}
.greybox {
	float:left;
	margin:0px auto;
	width:300px;
	text-align:left;
	padding:5px;
	background-color:#f5f5f5;
	border:1px solid black;
	font-size:12px;
}
#bannerLine {
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F1F1D8;
	font-weight: normal;
	text-align: left;
	text-indent: 6px;
	border-style: solid;
	border-color: #CCCC99;
	border-width: 1px;
}
#bannerBlock {
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F1F1D8;
	font-weight: normal;
	text-align: left;
	padding: 1em;
	text-indent: 6px;
	border-style: solid;
	border-color: #CCCC99;
	border-width: 1px;
	margin-bottom: 12px;
}
#bannerBlockNoBorder {
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F1F1D8;
	font-weight: normal;
	text-align: left;
	padding: 1em;
	text-indent: 6px;
	margin-bottom: 12px;
}
#bannerOutline {
	padding: 4px,4px,4px,4px;
	border: 1px;

}
#tableInBlock {
	border: none;
}
/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}
