﻿html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size:13px; 
font-family: trebuchet ms, Century Gothic, verdana,  tahoma, arial, sans-serif; 
background-color: #D6D6D6;
color: black;
background-image:url('images/full_background.png');background-repeat: no-repeat; background-position:top;	
}

#topdiv 
{
    position:relative;
    width:1000px;
    height:745px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px solid red;
	z-index:0;
	top:-5px;
}

#head {position:relative; text-align:center;margin:0; top:45px; left:225px; display:block; width:685px; height:40px; font-size:2em; font-weight:bold; font-style:italic; color:black; border:0px solid black;}
#menu {position:relative; margin:0; top:50px; right:0px; display:inline-block; width:100%; height:25px; background-repeat:no-repeat; font-size:1em; border: 0px solid green;}
#content {position:relative;display:block; height:580px; padding-left:0px; top:41px;color:black; font-size:18px; border: 0px solid purple;}
#foot {position:relative; margin:0; top:50px; left:5px; display:block; width:995px; height:50px; color:black; font-size:1em; border: 0px solid yellow;}

input 
{
    font-size: 18px;
}

.heading1 {
	color: black;
	font-size: 22px;
}
.mainheading {
	color: black;
	font-size: 28px;
	font-weight: bold;
}
.mainheadingb {
	color: black;
	font-size: 28px;
	font-weight: bold;
}
.mainheadingfoot {
	color: black;
	font-size: 22px;
	font-weight: bold;
}
.maincontent 
{
	color: black;
	font-size: 18px;
	font-weight: normal;
}
.maincontent_small 
{
	color: black;
	font-size: 16px;
	font-weight: normal;
}    
.contentsubscript 
{
	color: black;
	font-size: 12px;
	font-weight: normal;
}
.button 
{
    cursor: pointer;
}
.maincontent_large
{
	color: black;
	font-size: 20px;
	font-weight: normal;
}    