/* CSS Document - nLovNstuff*/

body {font: .8em times, helvitica, arial, sans-serif;
	 text-align:center;
	color: #fff;
	margin: 0;
	padding: 0;
}

body a:link {color: #000; font-family: times; text-decoration: underline}
body a:visited {color: #FFF; font-family: times; text-decoration: none}
body a:hover {color: #c39bd3; font-family: times; text-decoration: none}
body a:active {color: #fff; font-family: times; text-decoration: none} 

div#main {min-width:760px;
	  max-width:880px;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:auto;
	margin-bottom:auto;
	text-align:center; 
}

#main {background: #FFF; 
  		     border-left:5px solid #c39bd3;
		     border-right:5px solid #c39bd3;
		     list-style-type:none;
		     padding:5px 15px 5px 15px;
		     position:relative;
		     background-color:#40E0D0;
}

div#header {width:100%;
}

#header_inner {padding:1em 2em; 
			  overflow:hidden; 
			  font-size:100%;
}

#twocolwrap{float:auto;
	  width:100%;
	  display:inline;
	  margin-right:-170px;
}

#nav {width:100%;
	display:inline;
	float:left;
	
}

#multi_drop_menus * {
		     margin:0;
		     padding:10px;
		    
}

#multi_drop_menus  {
		     font-family:lucida, arial, sans-serif;
			 float:right;
}

#multi_drop_menus ul {
		     float:left;
}

#multi_drop_menus li {
		     border-left:2px solid #c39bd3;
		     list-style-type:none;
		     float:left;
		     padding:5px 15px 5px 15px;
		     position:relative;
		     background-color:#40E0D0;
}

#multi_drop_menus li:first-child {border-left:none;
}

#multi_drop_menus a {
	display:block;
	border-left:1px solid #fff;
	background-color:#c39bd3;
	padding: .3em 6px;
	text-decoration:none;
}	

#multi_drop_menus a:link {
	color:#2175bc;
}

#multi_drop_menus a:hover {
	color:#2175bc;
	background-color:#FFC0CB;
}	

#multi_drop_menus a:visited {
	color:#2175bc;
	background-color:#FFC0CB;
}	

#multi_drop_menus li ul {
	position:absolute;
	width:7em;
	display:none;
	right:-2px;
}

#multi_drop_menus li:hover ul {
	display:block;
}	

#multi_drop_menus li ul li {
	width:100%;
	border-right:5px solid #DB7093;
	border-bottom:5px solid #fff;
	border-left:1px solid #fff;
}	

#multi_drop_menus li ul li:first-child {
	border-left:1px solid #fff;
	border-top:1px solid #D8BFD8;
}

#leftcolumn {	float:left;
				width: 200px;
				background-color:#db7093;
}

html>body #button li a {
		width: auto;
		height: auto;
		}

#button {
	width: 14em;
	padding: 1em 5px 1em 5px;
	margin-bottom: .5em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #d8bfd8;
	color: #333;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #fff;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #90EE90;
		border-right: 10px solid #fff;
		background-color: #db7093;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}


#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #90EE90;
		background-color: #20B2AA;
		color: #fff;
		}		


#middle {				float: right;
				text-align:left;
				width: 600px;
				height:auto;
				border-left:5px solid #fff;
	   			border-right:5px solid #fff;
				background-color:#33afff;
				padding-bottom: 5px;
				color: #fff;
}	


#bottomnav	{font-size: 12px;
			 float: right;
			 vertical-align:bottom;
}

#bottomnav a	{color: #20B2AA;
}

#footer {width:100%;
	 clear:both; 
	 float:left;	
}

#footer_inner {text-align:center;
	    border-left:5px solid #c39bd3;
	    border-right:5px solid #c39bd3;
	    font-family: arial, verdana, times;		
	    background:#20B2AA;
}

h1 {font-family: times, verdana, arial;
    background:#fff;
    text-align:center;
	font-size: 24px;
	color: #16f529;
    font-style: italic;
}  

h2 {font-family: times, verdana, arial;
    	text-align:center;
	font-size: 20px;
	color: #FFF5EE;
    font-style: italic;
}  

h3 {font-family: "Times New Roman", serif, san-serif;
	background-color: #db7093;
	color: #fff;
	border: thin;
	float: right;
	}

h4 {font-family: "Arial", serif, san-serif;
    	font-size: 20px;
	text-align:center;
	color: #fff;
	background-color: #16f529;
}  

h5 {font-family: "Times New Roman", serif, san-serif;
	background-color: #db7093;
	color: #fff;
	border: thin;
	float: right;
	}
hr {color: #fff;
	
}  

p {font-family: arial, verdana, times;
   color: #fff;
   font-size: 16px;
   text-align:center;
}

ul {list-style-type:none;
}

li {font-family: times, arial, verdana;
   color: #fff;
   font-size: 16px;
   text-align:left;
}

td {color: #fff;
	font-size: 14px;
}

th {color: #00008b;
	font-size: 16px;
}

tr {color: #fff;
	font-size: 24px;
}

.clearfix {display:inline-table;
} 