html, body
	{
	margin: 0;
	padding: 0;
	}
	
a, img
	{
	border: 0;
	}	
	
a, a:link, a:visited
	{
	color: #000000;
	}	
	
a:hover, a:active
	{
	color: #092F77;
	}	
	
body
	{
	font: 12px/1.4em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #00000;
/*	background: #ffffff  top left repeat-x; */
	padding-top: 50px;
	}

p
	{
	padding: 0;
	margin: 0 0 1em 0;
	}
	
h1
	{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0 0 1em 0;
	}
	
h2
	{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .5em 0;
	color: #000000;
	}
	
h3
	{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
	}
	
h4
	{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
	}

.subheading
	{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #092F77;
	}

.contentimg
	{
	float: right;
	margin: 0 0 6px 12px;
	border: 1px solid #ffffff;
	}
	

#page
	{
	position: relative;
	width: 1000px; height: 500px;
	margin-left: auto;
	margin-right: auto;
	}
		
#logo
	{
	width: 200px;
	position: relative;
	top: -51px;
	left: 18px;
	}
	
#topnav
	{
	font-size: 12px;
	width: 180px;
	position: relative;
	left: 40px; top: 10px;
	}
	
#topnav a
	{
	display: block;
	margin: 12px 0;
	}
	
#topnav a, #topnav a:link, #topnav a:visited
	{
	font-weight: bold;
	text-decoration: none;
	}	
	
#topnav a:hover, #topnav a:active
	{
	color: #092F77;
	}
	
.subnav
	{
	display: none;
	padding-left: 8px;
	}	
	
#topnav .subnav a
	{
	margin: 4px 0;
	}	
	
#topnav .subnav a, #topnav .subnav a:link, #topnav .subnav a:visited
	{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	}	
	
#topnav .subnav a:hover, #topnav .subnav a:active
	{
	color: #092F77;
	}
	
	
#homeimg
	{
	position: absolute;
	right: 70px;
	top: 30px;
/*	border: 1px solid #579BCD; */
    border: none; 
	width: auto;  
	height: auto;
	}

	
#homecontent
	{
	width: 980px; 
    margin-top:80px;
    margin-bottom:40px;
    margin-right:auto;
    margin-left:auto;
	font-size: 11px;
	padding-left: 80px; 
	}	
	
	#homecontent h1
		{
		text-align:center;
		font-size: 13px;
		font-weight: normal;
		color: #000000; 
/*		display: inline; */
		}
		
	#homecontent h2
		{
		text-align: left;
		overflow: auto;
		font-size: 12px;
		font-weight: normal;
		color: #000000; 
		}	
		
	#homecontent p
		{
		text-align: left;
		overflow: auto;
		font-size: 12px;
		font-weight: normal;
		color: #000000; 
		}	
	
#staticcontent
	{
	position: absolute;
	left: 236px;
	top: 76px;
	width: 610px;  
	height: 400px; 
	overflow: auto;
	padding: 10px 30px 10px 0;
	}
	
.contenttable
	{
	margin-bottom: 1em;
	}

.contenttable td
	{
	padding: 4px 12px 3px 8px;
	}
	
.contenttable .heading
	{
	font-weight: bold;
	font-size: 13px;
	}
	
	
#workshopcontent
	{
	position: absolute;
	left: 236px;
	top: 76px;
    width: 720px; 
    height: auto;  
	overflow: auto;
	padding: 10px 30px 10px 0;
	}
	
#footer
	{
	text-align: center;
	font-size: 11px;
/*	margin: -35px;
	padding-left: 80px; */
	padding-top: 2%;
	margin: auto;
	}
	
#popup
	{
	padding: 30px 50px 30px 20px;
	}
	
.formtable
	{
	width: 100%;
	}
	
	.formtable td
		{
		padding: 2px 8px;
		}
		
	.formtable .label
		{
		font-weight: bold;
		text-align: right;
		width: 33%;
		}
		
	.formtable .submit
		{
		text-align: center;
		padding: 8px;
		}
