/* ----- CSS ----- */

body, input, select, textarea {
	font-family: Verdana, "lucida console", sans-serif;
	font-size: 10px;
	text-align: left;
	
	
} 

 

/* ----- IDS ----- */

#wrapper { 
 margin: 30px 30px;
 height: 520px;
 width: 935px;
 background-color: #e8e8e9; 
 background-image:url('../images/fingerprint.gif');
background-repeat: no-repeat;


}



#leftcolumn { 
 display: inline;
 margin: 1px;
 padding: 0px;
 margin-top: 200px;
 width: 250px;
 height: 500px;
 float: left;
    
}
#mainmenu {
	display: inline;
	margin-top: 20px;
	padding-top: 2px;
	padding-left: 40px;
	width: 250px;
	display: inline;
	position: relative;
	float: left;
}

#content { 
 float: left;
 text-align: left;
 color: #3e3e3e;
 margin: 50px 15px;
 padding: 5px 5px;
 width: 460px;
 height: 480px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 float: left;
 color: #3e3e3e;
 margin: 50px 1px;
 padding: 1px 1px;
 width: 125px;
 display: inline;
 position: relative;
 text-align:left;
}

#footer { 
 font-family: Verdana, "lucida console", sans-serif;
 font-size: 9px;
 width: 100%;
 clear: both;
 color: #000000;
 margin: 5px 5px;
 padding: 5px 60px;
}





/* ----- CLASSES ----- */

.hide{
display:none;
}
.show{
display:block;
}
.clear{ 
clear: both; 
background: none; 
}
a.feed:link, a.feed:active, a.feed:visited{ 
	border: 1px solid; border-color: #FC9 #630 #330 #F96; padding: 0px 3px 0px 3px; font: bold 10px verdana, sans-serif; color: #FFFFFF; background: #F60; text-decoration: none; margin: 2px; 
	}

a.feed:hover, a.feed:active{ 
	border: 1px solid; border-color: #FC9 #630 #330 #F96; padding: 0px 3px 0px 3px; font: bold 10px verdana, sans-serif; color: #FFFFFF; background: #F60; text-decoration: none; margin: 2px; 
	}



/* ----- MENU ----- */

.menu
{
	font-weight:600;
	font-size:1.2em;
	line-height: 25px;
	font-family: Verdana, "lucida console", sans-serif;	
	text-align: left;
	color: #333270;
	padding:1px;
	margin:1px; 
	width:190px;
}
.menu ul
{
	list-style-type:none;
}
.menu li
{	
	list-style-type:none;
	padding:1px;
	margin:1px;
	width:95%;
}

.menu li ul
{
	background-color: #e8e8e9;
	font-size:0.8em;
	font-weight: normal;
	line-height: 13px;
	padding:5px;
	margin:1px;
}

.menu a{
text-decoration: none;
color: #333270;
font-weight:600;
background-color:;
border-bottom:;
}
.menu a:hover{
text-decoration: underline;
color: #b7c7c7;
background-color:;
border-bottom:;
}
.menu a:active {
text-decoration: underline;
color: #b7c7c7;
background-color:;
border-bottom:;
}
.menu a:focus {
text-decoration: underline;
color: #b7c7c7;
background-color:;
border-bottom:;
}
.menu a:visited{
color: #333270;
background-color:;
border-bottom:;
}

/*----- HEADERS ----- */


h1
{ 
	margin-top: 5px; 
	padding: 0.25em 0.25em 0.25em 0.25em;
}




h2,h3,h5
{
	margin-bottom:6px;
	margin-top:2px; 
}

h5, h6
{
	margin-top: 5px; 
	font-family: Verdana, "lucida console", sans-serif;
 	font-size: 13px;
	color: #333270;
}

div { line-height: 1.6; }
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { 
	}
h5, h6 { font-size: 100%; }


/* ----- PARAGRAPHS ----- */




/* ----- LISTS ----- */

li{
listy-style:;

list-style-type:;
list-style-image:;
list-style-position:;
float:;
margin:;
padding:;
}
ul{
	list-style-type: square;
}

/* ----- LINKS ----- */

a{
	text-decoration: none;
	color: #000000;
	font-size:1.1em;
	font-weight: 500;
	background-color:;
	border-bottom:;
}
a:hover{
text-decoration: underline;
color: #b7c7c7;
background-color:;
border-bottom:;
}
a:active {
text-decoration: underline;
color: #b7c7c7;
background-color:;
border-bottom:;
}
a:focus {
text-decoration: underline;
color: #b7c7c7;
background-color:;
border-bottom:;
}
a:visited{
color: #000000;
background-color:;
border-bottom:;
}
