/*
 * Custom Styles
 */
 
 .floatR{
 	float: right;
 }
 
.loginForm{
	margin-top: 0;
	padding-top: 0; 
}
 
 img{
	border: 0 none;	
	margin: 0;
	padding: 0;
}
 
.loginForm .notice{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FF0000;	
	font-weight: bold;
}

.loginForm span{
	font-size: 75%;
	color: #878787;
	clear: both;
}

.loginForm h2{
	padding-bottom: 0px;
	font-size: 14px;
	color: #878787;
}

.loginForm input{
	margin-bottom: 3px;	
}

.fileList .dir{
	padding-bottom: 10px;
}

.fileList .dir span{
	font-weight: bold;
	color: #949B9F;
}

a, a:link, a:active, a:visited {
	color: #15578F;
	text-decoration: underline;
}

.main a:hover{
	color: #878787;
}

/*
 * Template Styles
 */


body {
	background: url(/images/stripe.png);
	background-repeat:repeat;
	text-align:center; 
	font-size: 1em; 
	font-family: Tahoma,Verdana, Helvetica, Arial;
}

.box { 
	background-color: #FFFFFF;
	width: 700px;
	text-align:left;
	margin:40px auto;
	border: 1px solid #99CCCC;
 }

.content 
{
	width:100%;
	margin: 0 auto;
 }

.header
{
	margin-left:0px;
	margin-right:0px;
	background-color:#D1D5E6;
	height:109px;
	width: 100%;
	text-align: center;
}
.logoimg {
	margin-left:10px;
	width:100px;
	float: left;
}

.logo { 
	float: left;
	font-size: 48px;
	color: #15578F;
	margin-left:120px;
	line-height:100px;
}

.logoimgR {
	margin-right:20px;
	float:right;
	width: 150px;
	height: 109px;
	margin-top: 25px;
}

.sidebar {
	width:135px;
	float:left;
	margin: 0px 20px 0px 15px;
	display:inline;
	border-right: 1px solid #99CCCC;
}

.navigation
{
	margin:20px 0px 20px 0px;
	font-size: 1em;
}

.navigation a {
	line-height: 25px;	
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover{
	color: #D1D5E6;
	text-decoration: none;
}

.navigation a:active {
	color: #000000;
	text-decoration: none;
}

.navigation .separator {
	width: 88%; 
	height: 5px; 
	border-bottom: 1px solid #99CCCC;	
}

.main {
	width:480px;
	margin-left:200px;
	margin-right:20px;
	padding-top:5px;
	font-size: 1em;
}

.main h1 {
	font-size: 1.3em; 
	color: #878787;
}

.main h2 {
	font-size: 1em;
	font-weight: bold;
}

.main h3 {
	font-size: 1em;
	color: #6F82AD;
}
	
.footer {
	font-size: .7em; 
	color: #CDD0D2 ;
	text-align:center; 
	width:100%;
	margin-bottom: 5px;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}
