body
{
    background-color: #e1e1e1;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
}

h2
{
    font-size: 16px;
}

ul
{
    padding-left: 10px;
    margin-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

li
{
    padding-top: 5px;
}

#container
{
    background-position: center;
    width: 700px;
    height: 1300px;
    background-image: url('../tablebg.png');
    background-repeat: repeat-y;
    margin-right: auto;
    margin-left: auto;
}


#banner
{
    width: 688px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid black
}

#linkbar
{
    width: 688px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #556677; 
}

    #linkbar p
{
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 0px;
    position: relative;
    top: 3px;
    text-align:center;
}

.hlink a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

.hlink a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.hlink a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

.hlink a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#SMPpic
{
    width: 175px;
    height: 233px;
    position: relative;
    left: 6px;
    float: left;
    border-bottom: 1px solid black
}

#menu
{
    width: 175px;
    height: 980px;
    position: relative;
    left: 6px;
    float: left;
    background-color: #cccccc;
}
	
	#menu p
{
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 10px;
}

    #menu p .contact
{
    position: relative;
    top: 0px;
    font-size: 12px;
}
		
	#menu p .contacthead
{
    font-weight: bold;
}

#content
{
    width: 473px;
    float: right;
    margin-left: 10px;
    margin-right: 30px;
    font-size: 13px;
    height: 1200px;
}

.normal
{
    font-weight: normal;
}

.heading
{
    font-weight: bold;
    font-size: 14px;
}