@charset "utf-8";
/* CSS Document */


#wrapper {
	text-align: left;
	margin: auto;
	padding: 0;
	border:0;
	width: auto;
	background-image: url("background.gif");
	background-repeat: repeat;
}

#header {
	margin: 0 0 15px 0;
	padding-top: 0;
}

#leftside {
	float: left;
	width: 25%;
	margin: 0;
}

#rightside { 
	margin: 0;
	float: left;
	width: 75%;
	height: 1% 
}

#footer {
	clear: both;
	color: #fff;
	background: #008080;
	font-style: normal;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00f;
	background: #008000;
	background-image: url(bg3.jpg);
	background-repeat: repeat-x;
	font-size: 400%;
	border-width: 8px;
	border-style: ridge;
	padding: 4px;
	text-align: right;
	height: 80px;
}



h3 {	
	font-variant: small-caps;}

p.capitalize { text-transform: capitalize; }
p.uppercase { text-transform: uppercase; }
p.underline { text-decoration: underline; }

p.one { 
	text-indent: 1in;
}
p.voilla { 
	text-indent: -5em; 
}
p.justify {
	text-align: justify;
	margin: 0 10%;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #030;
	background: #008080;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0C0;
	background: #008080;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
        color: #FC0;
	background: #008080;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F30;
	background: #008080;
}



.float { 
	float: right; width: 20%;
} 
.float1 { 
	float: left; width: 20%;
}
.clear { 
	clear: both; 
} 

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 1px;
	color: #fff;
	background: inherit;
}
ul.nav li {
	display: inline;
}
ul.nav a {
	display: block;
	text-indent: 5px;
	width: 9em;
	text-decoration: none;
	color: #000;
	background: inherit;
	font-family: Arial,Helvetica, sans-serif;
	font-size: .9em;
	text-transform: lowercase;
	border-left: 5px solid #99cc00;
	padding: 4px 5px 4px 10px;
	
}
ul.nav a:hover {
	color: #000;
	background: #FFD040;
	background-image: url(backgr7.gif);
}

ul.nav li.current {
       background-image: url(backgr7.gif);
}
.mylinks a:hover, .mylinks a:focus, .mylinks a:active {
  color: #fff;
  background: #f0f;
  border: thin inset #CDFF9B;
}

