﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
    border: none;
}

h1
{
    font-size: 20px;
}

a
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#Wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
}

#TopBit
{
	margin-top: 10px;
	background-image:url(../images/top-bg.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 64px;
}

	#NavWrap
	{
		padding: 45px 0 0 230px;
	}

#Logo
{
	height: 114px;
	width: 190px;
	position: absolute;
	z-index: 100;
	margin: -11px 0px 0px 27px;
}
	#Logo img
	{
		height: 114px;
		width: 190px;
		border: 0;
	}
	
#ColContainer
{
    width: 900px;
	background-image: url(../images/right-col-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}		
	
#MainCol
{
    /* hack to set min height in IE 6 */
    height: auto !important;
    height: 340px;
    min-height: 340px;
	width: 790px;
	float: left;
	border-left: 1px solid #FFCC33;
}
    #MainCol a
    {
        font-weight: bold;
    }

	/*#MainImg
	{
		width: 789px;
		height: 329px;
	}
	
	#TextArea
	{
	    width: 745px;
	    margin: 15px 0 0 20px;
	}*/

#RightCol
{
	width: 108px;
	float: right;
    text-align: center;
}
    #RightCol img
    {
        margin-top: 13px;
    }

#Spacer
{
    clear: both;
    height: 10px;
    width: 899px;
    background-image: url(../images/right-col-bg.gif);
    background-repeat:repeat-y;
    background-position: right;
	border-left: 1px solid #FFCC33;
}

#Footer
{
    margin: 0 auto 0 auto;
	width: 900px;
	height: 22px;
	padding-top: 3px;
	background-image: url(../images/footer-bg.gif);
	background-repeat:no-repeat;
	text-align: center;
	clear: both;
	font-size: 11px;
}
    #Footer img
    {
        margin: 0 15px 0 15px;
    }
    
#CopyrightContainer
{
    margin: 0 auto 0 auto;
    width: 900px;
    height: 15px;
    font-size: 10px;
}

    #MadeInGsy
    {
        padding-left: 10px;
        float: left;
        width: 200px;
        font-weight: bold;
    }
    
    #Copyright
    {
        padding-right: 10px;
        float: right;
        width: 300px;
        text-align: right;
    }
    
    
    table#regform 
    {
    }
    
    table#regform td.space 
    {
		height:15px;
    }
    
    table#regform td.tallspace 
    {
		height:24px;
    }
    
    table#regform td.standard 
    {
		width:250px;
		padding:10px;
    }
    
    .subhead 
    {
		font-weight:bold;
    }
    
   .contentpad
   {
		margin:60px 0 0 20px;
   }