﻿body 

{

	background: url('/images/04/bckg.jpg') top repeat-x;

	background-color: white;

    padding-top: 10px;

    margin: 0px; 

    font-family: Tahoma;

    font-size: 11px;   

}

h1 { font-size: 1.5em;}
h2 { font-size: 1.3em;}
h3 { font-size: 1.1em;}

#divWrapper

{

	width: 700px;

	text-align: center;

	margin: 0 auto;

}



a

{

	font-weight: bold;

	color: White;

}



#divLeft

{

	float: left;

	width: 211px;

}



#divLogo

{
/*
	height: 36px;

	background: url('/images/04/logo.jpg') no-repeat;
*/
	margin: 0px 3px 15px 0px;

	padding: 3px;

}



.imgLink

{

	border: 0;

}



.divMenuBtn

{

	height: 31px;

	text-align: left;

	margin-top: 2px;

}



.divMenuBtn a

{

	display: block;

	background: url('/images/04/button.png') no-repeat;

	text-decoration: none;

	height: 31px;

}



.divMenuBtn a:hover

{

	background: url('/images/04/button_hover.png') no-repeat;

}



.divMenuBtn a span

{

	font-weight: bold;

	position: relative;

	top: 6px;

	left: 25px;

}



#divRight

{

	float: left;
	width: 469px;

}



#divHeader

{

	text-align: left;

	background: url('/images/04/header.jpg') top repeat-x;

	width: 469px;

	height: 219px;

}



#divWelcomeTitle

{

	font-weight: bold;

	color: #3f7ab3;

	position: relative;

	left: 48px;

	top: 197px;

}



#divContent

{

	width: 437px;

		/*min height hack courtesy of Dustin Diaz*/
  min-height:450px;
  height:auto !important;
  height:450px;

	background-color: #3f7ab3;

	text-align: left;

	color: White;

	padding: 16px 16px 16px 16px;

}



#divContent a

{

	text-decoration: 'underline';

}



.imgThumb

{

	float: left;

	padding-right: 16px;

}



.spnHeading

{

	font-weight: bold;

}



#divCopyright

{

	margin-top: 7px;

	text-align: right;

	font-size: 9px;

	color: #3f7ab3;

}