/* CSS Document */

body {
    margin:0;
    padding: 0;
    text-align: center;
    font: 10pt arial,verdana, sans-serif;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 781px;
    text-align: left;
    color: #000;
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-y;	
	padding-left:15px;
}

#header {
	width:752px;
}

#header .logo {
	width:163px;
	height:159px;
	float:left;
}

#header .headerimg {
	width:587px;
	height:159px;
	float:right;
}

#maincontent {
	width:732px;
	padding:20px 10px 50px 10px;
	background:url(images/background-others.jpg) no-repeat bottom left;
}

#leftcol {
	width:413px;
	float:left;
	padding:0 40px 0 10px;
}

#leftcol h1 {
	font-size:14pt;
	font-weight:normal;
}

#onecolcontent {
	padding:0 40px 0 10px;
}

#onecolcontent h1 {
	font-size:14pt;
	font-weight:normal;
}


#rightcol {
	width:269px;
	float:right;
}

#rightcol ul {
	margin:0;
	padding:0;
}

#rightcol li {
	list-style-type:none;
	margin:0 0 2px 0;
}

#subnav a {
	color:#ffffff; 
	font-style:italic; 
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-size:8pt;
	padding:7px 0 0 10px;
	width:258px;
	height:21px;
}

#subnav a:link {
	background-image:url(images/submenu.jpg);
	background-repeat:no-repeat;
	
}

#subnav a:visited {
	background-image:url(images/submenu.jpg);
	background-repeat:no-repeat;
	
}

#subnav a:hover {
	background-image:url(images/submenu_over.jpg);
	background-repeat:no-repeat;
}

#footer {
	margin-left: auto;
    margin-right: auto;
    width: 780px;
	text-align:left;	
}

#clientlogin {
	width:200px;
	float:left;
	padding-left:5px;
}

#foottext {
	font-size:8pt;
	width:500px;
	float:right;
	text-align:right;
	padding-right:20px;
}

a.bluelink:link {color:#0e478a; font-weight:bold;}
a.bluelink:visited {color:#0e478a; font-weight:bold;}
a.bluelink:hover {color:#0e478a; font-weight:bold; text-decoration:none;}
	

.foot_text {
	font-weight:bold;
	
}

.clear {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
}

a.genlink:link {color:#0E478A}
a.genlink:visited {color:#0E478A}
a.genlink:hover {color:#000}

.newsstory {
	margin:0 0 15px 0;
}

.greybold {font-weight:bold; color:#666666;}

#loginform label  {
	width: 5em;
	float: left;
	margin-right: 1em;
	display: block;
	padding-bottom:2em;
	font-weight:bold;
}

#loginform p {clear: left;}

#username, #password {width:250px;}

.error {color:#660000; font-weight:bold;}

.bluebold { color:#0E478A; font-weight:bold;}

.blueboldbigger {font-size:14pt; color:#0E478A; font-weight:bold; letter-spacing:-1px;}

.bold {font-weight:bold;}

.docListing {
	border:1px dotted #C7C7C7;
	border-width:1px 0 0 0;
	padding:10px 0 10px 0;
}

.docTitle {
	font-weight:bold;
	color:#666666;
}

#docInfo {
	border-top:1px dotted #C7C7C7;
}

#genul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#genul li {
	padding:0 0 10px 0;
}

.newsstory img {
	margin-right:10px;
	float:left;
	border:0px;	
}

#newsleftcol {
	width:470px;
	float:left;
	padding:0 0 0 10px;
}

#newsleftcol h1 {
	font-size:14pt;
	font-weight:normal;
} 

#newsrightcol {
	width:239px;
	float:right;
}

