#container {
	margin-left: auto;
	margin-right: auto;
	width:800px;
}
#center {
	text-align: center;
}
#table {
	background-color: #FFFFFF;
	background-image:url(../images/table_bg.gif);
	background-repeat:repeat;
	width:800px;
}
#table2 {
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#padding {
	padding-left: 15px;
	padding-right: 15px;
}
#paddingleft {
	padding-left: 15px;
}
#paddingright {
	padding-right: 12px;
}
#body {
	padding-top: 15px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 15px;
}
#login {
	background-image: url(../images/client_bg.gif);
	background-repeat:no-repeat;
	width:223px;
	height:182px;
}
#lform {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#195675;
	padding-top:60px;
	_padding-top: 50px;
	padding-left:15px;
}
#box1 {
	background-image:url(../images/box_bg1.jpg);
	background-repeat:no-repeat;
	width: 245px;
	height: 194px;
	float: left;
	margin-right:10px;
	margin-left:23px;
	_margin-left:12px;
	margin-top:10px;
	margin-bottom:20px;
}
#box1 p {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	padding:5px;
}
#box1 h1 {
	padding:5px;
}
#box2 {
	background-image:url(../images/box_bg2.jpg);
	background-repeat:no-repeat;
	width: 245px;
	height: 194px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:20px;
}
#box2 p {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	padding:5px;
}
#box2 h1 {
	padding:5px;
}
#box3 {
	background-image:url(../images/box_bg3.jpg);
	background-repeat:no-repeat;
	width: 245px;
	;
	height: 194px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}
#box3 p {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	padding:5px;
}
#box3 h1 {
	padding:5px;
}
/* FOOTER */
#footer {
	background-color: #D0DAD7;
	font-size:11px;
	color:#195675;
	margin-left: 15px;
	margin-right: 15px;
	height:20px;
	padding-top:3px;
}
#links {
	padding-left: 10px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:left;
	color:#195675;
}
#links a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:left;
	color:#195675;
}
#copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#195675;
	text-align:right;
	float:right;
	padding-right: 10px;
}
/******* START NAVIGATION  *******/

/* NAV */

#menu {
	overflow: hidden;
	background-image:url(../images/nav_off.gif);
	background-repeat:repeat;
	margin-left: 14px;
	margin-right: 13px;
	width:97%;
	_margin-right: 23px;
	margin-top: 42px;
}
#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	background-image:url(../images/nav_off.gif);
	background-repeat:repeat;
	padding-left: 15px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px dotted #FFFFFF;
}
#menu ul li a:hover, #menu ul li .current {
	color:#F7EFD2 !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(../images/nav_on.gif);
	background-position:center;
	background-repeat:repeat;
}
.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #195675;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #D0DAD7;
	width: 215px;
}
.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcss ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #195675;
	padding: 1px 0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	color:#195675;
	text-indent: 5px;
	filter:alpha(opacity=80);
	-khtml-opacity:0.8;
	-moz-opacity:0.8;
	opacity:0.8;
}
.anylinkcss a:hover {
	background-color: #AA7B04;
	color: #FFFFFF;
}
.anylinkcsscols {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100;
	background: #DEFFCA;
}
.anylinkcsscols .column {
	width: 130px;
	float: left;
}
.anylinkcsscols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcsscols li {
	padding-bottom: 3px;
}
/******* START TABLE ROWS  *******/
.rows {
	border: 1px solid #1E417B;
	margin-bottom:20px;
	width:450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
}
.rows tr td {
	padding: 3px;
}
.head {
	background-color: #1E417B;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
.logo {
	width: 660px;
	margin:5px;
	color:#000000;
	display: block;
}
#ran1, #ran2, #ran3 {
	display:none;
}
#quotes {
	border: 1px solid #A7BCC9;
	background-color:#E7ECEF;
	text-align:left;
	color:#195675;
	margin-bottom: 15px;
}
.bbb {
	padding-left: 590px;
	display: block;
	margin-top: -110px;
	height: 68px;
}
#masthead{
		height: 110px;
}
