/* main structure of page */
* {
	margin: 0;
	padding: 0;
}

html{
	font-size : 100%;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #999999;
	color:#000;
	text-align:center;
}
#wrapper{
	text-align : left;
	width : 92em;
	margin: 0 auto 2em auto;
	background:#ffffff;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

th{
	font: 1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
padding:2px;
	text-align : left;
	background-color : #F5F5F5;
}
table,td{
	font: 1em/1em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:0.5em;
	text-align : left;
}
caption{
	font:1em Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#336;
	text-align:left;
	margin:6px 0 2px;
	padding:0px;
}
#header{
	background : #3130AD;
}

#content, #srvContent{
	width:52em;
float:left;
	margin:0 2em;
	font-size:1.1em;
	color : #4E4E6D;
	margin-bottom:4em;
	background:#ffffff;
}
#rightPanel{
	width:20em;
	float : left;
	margin:2em;
	border: solid #f4f0c8;
	border-width:0 1px 1px 1px;
	background : #FEFEF1;
	padding-bottom:12px;
}
#footer{
	clear : both;
	background: #00008B url(../images/footer.png) repeat-x;
	font-size:1.1em;
	color : #cccccc;
}
#footer p{
	text-indent : 0.5em;
	line-height : 1.5em;
}
#rightPanel .about{
	background-color : Blue;
}

/* layout of page elements */
h1{
	color : #FFFFF0;
	font : italic 3em "Georgia","Times New Roman", Times, serif;
	float : left;
	position : relative;
	text-align : left;
}
h1 span{
position:absolute;
top:-1000px;
left:-5000px;
}
h2{
	color : #D2691E;
	font : 2em/2.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3{
	color : #00008B;
	font : 1.4em/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin:1.5em 0 0.5em;
	padding:2px 2px 2px 4px;
}
h3.ref{
	background : #F4F1E8;
	border-bottom : 1px solid #EA8B15;
}
h4{
	color : #00008B;
	font : 1.3em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
#topimg{
	width:92em;
	overflow:hidden;
}
#topimgR{
	width:92em;
	text-align : right;
	overflow:hidden;
}
#topimgR h1, #topimg h1{
	margin-top:-1.5em;
	margin-left:0.5em;
}
#navigation{
	text-align : right;
	background : #696969 url(../images/shadow.gif) repeat-x bottom;
	white-space : nowrap;
}
#navigation ul{
	padding:4px 4px 8px;
}
#navigation li{
	display:inline;
	list-style-type : none;
	color: #FF8C00;
	background : #696969;
}
#navigation li a{
	color : #fff;
	background : #696969;
	text-decoration:none;
	padding:0 2px;
}
#navigation a:hover{
	color : #fff;
	background : #696969;
	text-decoration:underline;
	padding:0 2px;
}
#navigation em{
	color:#fff;
	background : #696969;
	font-style : normal;
	font-weight : bold;
	padding:0 1px;
}

 .rPcontent{
	margin: 0 4px 0 6px;
	color : #35354A;
}
.rPcontent h2{
	font: bold 1.2em/1.8em Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #ccc;
}
.rPcontent ul{
	margin:6px 0;
	padding:0;
	list-style-type: circle;
}
.rPcontent ul li{
	margin:4px 0 6px 12px;
}
.rPcontent a{
	text-decoration:none;
	color: #B23100;
}
.rPcontent a:hover{
	text-decoration:underline;
	color: #CA3800;
}
.rPcontent em{
	font-style : normal;
	font-weight : bold;
	color : #A52A2A;
}
.rPcontent h4{
	display:block;
	font-size:1.1em;
	line-height : 1.6em;
}
#content p{
	margin-bottom:1em;
}
address{
	position:relative;
	font-style:normal;
	left:4em;
	margin-bottom:1.4em;
}
.clientquote{
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	margin:4px 4px 16px 4px;
	color : #3C3C90;
}
.clientquote div{
	font-style:normal;
	clear:both;
	margin : 3px;
	font-weight:bold;
	color : #333333;
}
.txtR{
	text-align : right;
}
.txtRpy{
	text-align : right;
	background:#e0e0e0;
}
.txtLpy{
	text-align : left;
	background:#e0e0e0;
}
.shadow{
	background : #fff url(../images/shadow2.gif) repeat-x;
	line-height : 4px;
	margin-bottom:2em;
	clear: both;
}
.pageList{
	margin-left:20px;
}
#siteIndex{
	margin-left:20px;
}
#siteIndex{
	line-height : 1.8em;
}
ul#forms ul{
	margin:0 0 20px 10px;
}
#forms li{
	line-height : 1.4em;
}
#forms h5{
	font-size:1.0em;
}