﻿*{
	margin:0;
	padding:0;
}

body{
	width:100%;
	height:100%;	
	font-family: verdana;
	font-size: 11px;
}

#wrapper{
	width: 985px;
	margin:0px auto 20px;		
}

#header{	
	margin-bottom: 5px;	
}

#logo, #secondaryNavigation{
	width: 250px;
	float: left;
}

#logo, #primaryNavigation{
	height: 60px;
}

#logo{
	background-color: #669ACC;	
}

#primaryNavigation{
	width: 715px;
	float: right;
}

#primaryNavigation ul{
	list-style-type: none;				
}

#primaryNavigation ul li{
	float: left;
	margin-right: 20px;
	line-height: 60px;
}

#primaryNavigation a{
	font-size: 15px;	
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#primaryNavigation a:hover, #primaryNavigation a.active, #primaryNavigation a.standout{
	color: #999;
}

#primaryNavigation a.standout{
	font-style: italic;
}

#secondaryNavigation{
	text-align: right;		
}

#secondaryNavigation, #content{
	margin-top: 10px;
}

#secondaryNavigation ul{
	list-style-type: none;				
}

#secondaryNavigation li{
	margin-bottom: 15px;
}

#secondaryNavigation ul ul li{
	margin-top: -10px;
}

#secondaryNavigation ul ul li a{
	color: #666;
}

#secondaryNavigation a{
	color: #669ACC;
	text-decoration:none;
}

#secondaryNavigation a:hover, #secondaryNavigation a.active{
	font-weight:bold;
}

#content{
	width: 540px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 10px;		
	float: left;
	font-family: arial;
	font-size: 12px;	
}

#content a{
	color: #669ACC;		
}

#content a:hover{
	text-decoration:none;
}

#content p{
	line-height: 16px;
	margin-bottom: 16px;
}


#content ul{
	margin-left: 30px;
	margin-bottom: 16px;
}

#content li{
	margin-bottom: 10px;
}

#content table{
	background: #eee;
	border: 1px solid #ccc;
}

#content td{
	padding: 5px;
	background: #fff;
}

#content h1, #content h2{
	font-size: 18px;
	margin-bottom: 16px;
}

#sidebar{
	width: 160px;
	float: right;
	text-align: center;
}

#sidebar a{
	font-size: 14px;	
	color: #669ACC;		
	text-decoration: none;
}
	
#footer{
	clear: both;		
	text-align:center;
	color: #999;
}

#footer a, #footer span{
	color: #999;
	font-weight:bold;
}


blockquote{
	margin: 0 50px 25px;
	font-style: italic;
}

blockquote div{
	text-align: right;	
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}

.printHide{
	clear: both;
	text-align:right;	
	margin-bottom: 10px;	
}

.printHide a{	
	display: block;
	height: 20px;			
	background: url('/themes/usl/images/printer.png') top right no-repeat;
	padding-right: 25px;
	line-height: 20px;
	text-decoration: none;	
	color: #aaa;
	width: 515px;
}

.printShow{
	display:none;
}

input{
	border: 1px solid #ccc;
}

input.btn{
	background-color: #eee;
	padding: 0 2px;
}

select{
	border: 1px solid #ccc;
}

#row_norm{
	background-color: silver;
}

#row_alt{
	background-color: gray;
}