body         {
    font-family: Arial;
    font-size: 10pt;
    color: Black;
    background-image:url("images/bluegradiant.jpg");
    background-repeat: repeat-y;
    background-color: Black;
    margin: 0 auto;
    padding: 0;
}
					
#wrap			{
    border: thick groove #084476;
    margin: 0px auto;
    width: 850px;
    background-color: white;
    padding: 3px;
}

#nav {
    padding: 5px 0;
    text-align: center;
    background-color: #094878;
    color: White;
}

#leftcontent {
    width: 200px;
    height: 450px;
    float: left;
    text-align: center;
    background: url('images/background.jpg') no-repeat;
    color: #FFFFFF;
}

#rightcontent {
	padding: 3px 10px;
	margin-left: 205px;
}

#header {
    height: 120px;
    background-image: url('images/header.jpg');
    background-color: White;
    background-repeat: no-repeat;
    border-bottom: groove 4px black;
    color: #CDE3F3;
}

.pgtitle     {
     font-family: Verdana; 
	font-size: 14pt; 
	color: #808080; 
	letter-spacing: 6pt; 
    font-weight: bold; 
	font-style:oblique }

#footer      {
    font-size: 10pt;
    font-family: Lucida Calligraphy sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    clear: both;
    border-top: medium #000000 groove;
    background-color: #084476;
}
.topnav
{
    font-family: verdana;
    font-size: small;
    font-weight: bold;
    color: white;
    margin: 4px;
    display: inline;
    list-style-type: none;
}
 .floatleft
        {
            float: left;
            margin: 5px;
        }
 .floatright
        {
            float: right;
            margin: 5px;
        }
ul.topnav li 
{
    margin-right: 40px;
    color: white;
    display: inline;
}
#nav li a
    {
    display: inline;
    color: #FFFFFF;
}

#nav li a:hover 
    {color: black;
    text-decoration: none;
    }


#maincontent
{
    padding: 3px 5px;
    margin-left: 205px;
}
img
{
    border-width: 0px;
}

