body
	{
		margin: 0;
		padding: 0;
		font: 85% tahoma, arial, hevetica, sans-serif;
		text-align: justify;
		color: #CCC;
		background-color: Transparent;
		background-image: url(images/bg.gif);
	}
	
a:link { color: #CCC; }
a:visited { color: #AAA; }
	
a:hover, a:active
	{
		color: #CCC;
	}
	
h2
	{
		color: #EEE;
		font: 120% tahoma, georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
h2 a { text-decoration: none; }
	
h3
	{
		color: #EEE;
		font: 106% tahoma, georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}

img 
    {
        background-color: #000;
        padding: 2px;
		border: 1px solid #FFF;
		margin: 0 0 10px 10px;
    }

#container
	{
		margin: 1em auto;
		width: 95%;
		text-align: justify;
		background-color: #115;
		border: 1px solid #FFF;
	}
	
#potentialImg
	{
	    width:300px;
	    height:150px;
	    background-color: #000;
	    padding: 0px;
		border: 1px solid #FFF;
		margin: 0 0 10px 10px;
	}
	
	
#header
	{
		height: 65px;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		border-bottom: 1px solid #FFF;
		position: relative;
		background-color:Transparent;
	}
#header h1 
    {
        position: absolute;
        left: 25px;
        top: 14px;
        color: #FFF;
		font: 200% tahoma, georgia, times, "times new roman", serif;
		font-weight: Normal;
		margin: 0 0 2px 0;
    }
	
#navPanel
	{
		float: left;
		width: 165px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		padding-left: 15px;
		background-color: #003;
	}
	
#navPanel ul
	{
	    float: left;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}

	
#content 
    { 
        margin: 0 20px 40px 200px;
        width: auto;
        height: auto;
    }
#content p { line-height: 165%; }
	
#fraContent
    {
        float: right;
        margin: 0 20px 40px 200px;
        background-color: #115;
        border: none;
        width: 90%;
        height: 100%;
    }
	
#footer
	{
		clear: both;
		color: #CCC;
		background-color: #151;
		text-align: right;
		padding: 5px;
		font-size: 90%;
		height: 15px;
		border-top: 1px solid #FFF;
	}
	
#nav-wrapper {
width:165px;
margin:0;
padding:10px 0;
background:#003;
}
ul#nav {
font-family: Verdana;
font-size:14px;
list-style:none;
margin:5px 5px ;
padding:0;
width:200px;
}

ul#nav li a {
text-decoration:none;
display: block;
padding:5px;
background:#115;
color:#eee;
float:left;
text-align:center;
width:135px;
border-top:2px solid #777777;
border-right:2px solid #333333;
border-bottom:2px solid #444444;
border-left:2px solid #777777;
}
ul#nav li a:hover {
background:#006400;
color:#eee;
border-top:2px solid #777777;
border-right:2px solid #aaaaaa;
border-bottom:2px solid #aaaaaa;
border-left:2px solid #777777;
}

#linkcontentheader {
font-size:14px;
color:#fff;
text-decoration:none;
padding:5px;
text-align:center;
list-style-type:none;
background-color:#00F;
border-top:2px solid #777777;
border-right:2px solid #333333;
border-bottom:2px solid #444444;
border-left:2px solid #777777;
}

a#linkcontentheader a:hover {
background:#006400;
color:#eee;
border-top:2px solid #777777;
border-right:2px solid #aaaaaa;
border-bottom:2px solid #aaaaaa;
border-left:2px solid #777777;
}

#navmem-wrapper {
width:165px;
margin:0;
padding:10px 0;
background:#003;
}
ul#navmem {
font-family: Verdana;
font-size:14px;
list-style:none;
margin:5px 5px ;
padding:0;
width:200px;
}

ul#navmem li a {
text-decoration:none;
display: block;
padding:5px;
background:#115;
color:#eee;
float:left;
text-align:center;
width:135px;
border-top:2px solid #777777;
border-right:2px solid #333333;
border-bottom:2px solid #444444;
border-left:2px solid #777777;
}
ul#navmem li a:hover {
background:#006400;
color:#eee;
border-top:2px solid #777777;
border-right:2px solid #aaaaaa;
border-bottom:2px solid #aaaaaa;
border-left:2px solid #777777;
}

