/***********
 Main Layout
 ***********/
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}	
	
#footer{
	clear:both;
	margin-top:10px;
	border-top:1px dashed #ccc;
}

#footermenu{
	width:100%;
	text-align:right;	
	padding-top:3px;
	padding-left:0px;
	margin-left:0px;
}

#header{
	text-align:center;
	padding:0px 0px 10px 0px;
	vertical-align:top;
}

body{
	background-color: #fff;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	background-image: url("/images/background.gif");
		background-repeat: repeat-y;
	background-position: top center;
	background-color: #fff;	
}

html {
overflow: scroll;
}

#leftContent{
	width:194px;
	margin:0;
	float:right;
}


#logo{
	float:left;
	
	background:#fff;
	margin-top:14px;
	border:none;
}

#mainContent{
	padding:15px 20px;
}

#mainContentWrap{
	float:right;
	width:560px;
	margin:0;
	margin-left:-1px;
	border:1px solid #cbd5d7;
}

#wrapper{
	margin:auto;
	width:755px;
	text-align:left;
	vertical-align:top;
}

.form_fieldname {
	color:#333;
	font-weight:bold;
}

#div_content {
	margin-bottom:10px;
}

/***************
 List Management 
 ***************/

#footermenu ul{
	margin:auto;
	padding:0;
	list-style-type:none;
}

#footermenu li{
	display:inline;
	padding-left:5px;
	padding-right:2px;
	border-left:1px solid #888888;
	margin:1px;
    font-size:8pt;
    letter-spacing:1px;
}

#footermenu li.first{
	border-left:none;
}

#footermenu li a{	
	color:#666666;
	text-decoration:none;
}
#footermenu li a:hover{
	text-decoration:underline;
	color:#666666;
}	

#footercopyright {	
	padding-top:2px;
	padding-left:5px;
	padding-right:2px;	
	margin:1px;
    font-size:8pt;
    letter-spacing:1px;
	text-align:right;
	color:#666666;
}	


#leftContent ul{
	padding:0;
	margin:0;
	list-style-type:none;
}


/*************
  left tabs 
 *************/
.clicked{
	width:193px;
	height:30px;
	background:#fff;
	border:1px solid #cbd5d7;
	border-right:none;
}
.clicked span{
	width:20px;
	height:30px;
	display:block;
	float:left;
	background:#ccf2d9;
	margin-right:10px;
}		
.notclicked{
	width:184px;
	height:30px;
	border:1px solid #cbd5d7;
	background:#f2f2f2;
}
.notclicked span{
	width:20px;
	height:30px;
	display:block;
	float:left;
	background:#999999;
	margin-right:10px;
}

.notclicked a,.clicked a{
	text-decoration:none;
	display:block;
	padding-left:20px;
	line-height:30px;
	color:#6d6d6d;
}
.notclicked a:hover{
	background:#ffffff;
	text-decoration:none;
	color:#339966;
}

.clicked a:hover{
	text-decoration:none;
	color:#6d6d6d;
}

#menu2,#menu3{
	margin-top:-1px;
}
.clicked,.notclicked{
	font-size:13px;
    
}

/**************
 Fonts and Such 
 **************/
html,body{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	line-height:125%;
	color:#464646;	
}

h1{
	font-family:verdana, sans-serif;
	font-size:12pt;	
	color:#339966;
	margin:0px;
	margin-bottom:15px;
	font-weight:normal;
	/*text-align:center;*/
}

h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:13px;
}


a {
	text-decoration:none;
	color:blue;
}

a:hover {
	text-decoration:underline;
	color:blue;
}

/* General */

img{
	border:none;
}
.h2break{
	background-color:#EDEDED;
	padding:3px;
}