@charset "utf-8";
body  {
	font: 100% Palatino, Georgia, "Times New Roman", Times, serif;
	background-color: #00225c;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #cccccc;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #FFFFFF;
	padding-bottom: 20px;
} 
.twoColFixRtHdr #header {
	height: 125px;
	text-align: center;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr  #sidebar {
	width: 314px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d9e8ff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 700px;
	margin-right: auto;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.twoColFixRtHdr #mainContentSplash {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 700px;
	margin-right: auto;
	text-align: center;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr  #sidebar p {
	color: #333;
	text-align: justify;
	font: 0.9em/1.8em Palatino, Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.twoColFixRtHdr  #sidebar a {
	color: #00225C;
	font: 1em/1.8em Palatino, Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
.twoColFixRtHdr  #sidebar a:hover {
	color: #A8CBFF;
	
}
p {
	color: #333;
	text-align: justify;
	font: 0.9em/1.8em Palatino, Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h2 {
	font-weight: bold;
	color: #00225C;
	font-size: 1.5em;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#clientaccess {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font: normal 0.7em Arial, Helvetica, sans-serif, "Trebuchet MS", "Arial Black";
	height: 15px;
	text-align: right;
	margin-bottom: 5px;
	color: #999999;
}
#clientaccess a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#clientaccess a:hover {
	color: #999;
	text-decoration: underline;}
#accessbox {
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	text-align: center;
	height: 150px;
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	color: #00225C;
	font-size: 1em;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
#copyright {
	color: #999;
	font-size: 0.7em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 15px;
}
#copyright a { color: #fff; text-decoration: none; }
#copyright a:hover {
	color: #999;
	text-decoration: underline;
}
.lrgital {
	color: #00225d;
	text-align: justify;
	font: italic bold 1em/1.7em "Palatino", Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.services ul {
	color: #00225d;
	list-style-type: square;
	margin-top: 1em;
	margin-left: 10px;
	margin-bottom: 0px;
	font: 1em/1.7em Palatino, Georgia, "Times New Roman", Times, serif;
}

.services li {
	line-height: 1.5em;
	margin-right: 30px;
	font-size: .9em;
	margin-left: 10px;
	margin-top: 5px;
	color: #00225C;
	list-style-type: square;
}
.twoColFixRtHdr #mainContent a {
	color: #00225C;
	font: 1em/1.8em Palatino, Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
.twoColFixRtHdr #mainContent a:hover {
	color: #A8CBFF;
}
#assetstable {
	text-align: center;
	border: 1px solid #00225C;
	margin-top: 20px;
	margin-bottom: 20px;
	font: normal 0.8em Arial, Helvetica, sans-serif, "Trebuchet MS", "Arial Black";
	color: #00225C;
}
#assetstable strong {
	text-align: center;
	border: 1px solid #00225C;
	margin-top: 20px;
	margin-bottom: 20px;
	font: bold normal 1em Arial, Helvetica, sans-serif, "Trebuchet MS", "Arial Black";
	color: #FFFFFF;
}
