body		{
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		background-color: white;
		background-image: url(gfx/backdrop_shim.gif);
		background-position:bottom left;
		background-repeat: repeat-y;
		}

.contact_table	{
		background-color: white;
		border-style: solid;
		border-width: 1px;
		border-color: #2D4492;
		}

.header		{
		position: absolute; top: 0px; left: 215px;
		background-image: url(gfx/header_strip.gif);
		background-repeat: repeat-x;
		}
		
.sidebar	{
		position: absolute; top: 0px; left: 0px;
		width: 205px;
		padding-left: 10px;
		background-color: #304898;
		font-family: arial, sans-serif;
		font-size: 12px;
		color: white;
		}
		
.sidebar_large	{
		font-size: 16px;
		line-height: 1.2;
		}
		
.navlink	{
		font-family: "arial narrow", "arial", sans-serif;
		font-size: 20px;
		font-weight: normal;
		text-decoration: none;
		color: white;
		}
		
.navlink:hover	{
		font-weight:bold;
		color:white;
		}
		

.nav:hover	{
		font-weight: bold;
		color: blue;
		}

.mainbody	{
		position: absolute; top: 120px; left: 215px;
		width: 500px;
		padding-left: 20px;
		padding-right: 10px;
		background-color: white;
		}
		
.homepage	{
		position: absolute; top: 120px; left: 215px;
		width: 500px;
		padding-left: 20px;
		padding-right: 10px;
		background-color: white;
		background-image: url(gfx/vignette_left.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		}
		
p		{
		font-family: "arial", sans-serif;
		font-size: 15px;
		line-height: 1.8;
		}
		
h1		{
		font-family: "Arial Black", "Arial", sans-serif;
		font-weight:normal;
		color:#2D4492;
		font-size:24px;
		line-height: 1.2;
		}
		
h2		{
		font-family: "arial", sans-serif;
		font-size:16px;
		color:#4E69C9;
		line-height: 1.2;
		}
		
h3		{
		font-family: "arial", sans-serif;
		font-size:16px;
		font-weight:bold;
		line-height: 1.4;
		}
		
h4		{
		font-family: "arial", sans-serif;
		font-size: 11px;
		color: gray;
		font-weight: normal;
		}
		
select		{
		font-size: 12px;
		}
		
.link		{
		color:#2D4492;
		}
		
th		{
		font-family: "arial", sans-serif;
		font-size:16px;
		color:#4E69C9;
		text-align: left;
		vertical-align: top;
		}
		
td		{
		font-family: "arial", sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#2D4492;
		}
		
.link:hover	{
		color: red;
		}

		

