/*Main Settings*/


body
{
background-color: #99cc66;

font-family: verdana;
font-weight: normal;
font-size: 12px;
margin: 0px 0px 0px 0px;
}

p 
{
background-color: #ffffff;
padding: 6px;
}

h1 
{
font-weight: lighter;

}

h2
{
font-weight: lighter;

}

h3 
{
font-weight: lighter;

}

h4 
{
font-weight: lighter;

}

h5 
{
font-weight: lighter;

}

h6 
{
font-weight: lighter;

}


a:link
{
font-weight: 100;
color:#333333;
font-family: verdana;
}

a:visited 
{
font-weight: 100;
color: #333333;
font-family: verdana;
}

a:hover
{
font-weight: 100;
color:#669933;
font-family: verdana;
}

a:active
{
font-weight: 100;
color:#006600;
font-family: verdana;
}



/*Layout Settings*/

#leftcontent {
		position: absolute;
		top: 5px;
		left: 0px;
		min-height: 800px;
		width: 600px;
		background-color: #cccc99;
		border-right: 2px solid #000000;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
		margin-right: 15px;
		margin-top: 0px;
		margin-bottom: 100px;
		padding-left: 20px;
		padding-bottom: 30px;
		padding-right: 20px;
		}

#rightcontent 
{
padding-left: 660px;
}


.table
{
border: 1px solid #336600;
}


.main
{
margin-top: 20px;
border: solid 2px #003300;
width: 80%;
padding: 10px;
background-color: #006600;
}

.main_2
{
margin-top: 20px;
border: solid 2px #003300;
width: 70%;
padding: 10px;
background-color: #336600;
}

.content_2
{
height: 500px;
padding: 10px;
background-color: #006600;

}

/* Cosmetics and Classes*/

.button
{
font-weight: 600;
background-color:#0000cc;
font-size: 90%; 
color: #ffffff;
font-family: georgia;
}


.content
{
margin-top: 12px;
background-color: #ffffff;
margin-bottom: 80px;
padding-left: 6px;
padding-right: 6px;
padding-top: 6px;
padding-bottom: 10px
}

.title
{
color: #003300;
border: 1px solid #000000;
background-color: #cccc99;
width: 100%;
}

.header
{
font-weight: bold;
border-bottom: 1px #333333 solid;
border-top: 1px #333333 solid;
color: #333333;
padding-top: 0px;
padding: 4px;
margin: 8px;
}

.content_header
{
font-weight: bold;
border-bottom: 1px #333333 solid;
color: #333333;
padding-top: 0px;
padding: 4px;
margin: 8px;
}


.listing
{
background-color: #cccc99;
color: #333333;
padding-left: 10px;
padding-bottom: 16px;
padding-right: 10px;
margin-top: 20px;
}

.search_1
{
font-size: 11px;
color: #333333;
border: 1px solid #006600;
background-color: #ffffff;
padding: 4px;
margin: 4px;
}

.search_2
{
font-size: 11px;
color: #333333;
border: 1px solid #006600;
background-color: #99cc66;
padding: 4px;
margin: 4px;
}

.list
{
padding-left: 6px;
}

#leftcontent_home 
		{
		position: absolute;
		top: 5px;
		left: 0px;
		min-height: 800px;
		width: 640px;
		background-color: #cccc99;
		border-right: 2px solid #000000;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
		margin-right: 15px;
		margin-top: 0px;
		margin-bottom: 100px;
		padding-left: 0px;
		padding-bottom: 30px;
		padding-right: 0px;
		}
