/* CSS Document */

body
		{
		background-color: #edeee6;
		margin: 0 auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		text-align: center;
		background-image: url(../img/contentPanelTile.gif);
		background-position: center;
		background-repeat: repeat-y;
		}

.topPanel
		{
		background-image: url(../img/topPanelTile.gif);
		background-repeat: repeat-x;
		}
		
.menuPanel
		{
		background-image: url(../img/menuPanelTile.gif);
		background-repeat: repeat-x;
		}
		
.content
		{
		padding: 0px 40px 20px 40px;
		text-align: justify;
		vertical-align: top;
		height: 460px;
		background-image: url(../img/contentPanelMain.gif);
		background-repeat: no-repeat;
		}
		
.footerPanel
		{
		text-align: left;
		vertical-align: top;
		height: 40px;
		background-image: url(../img/footerPanel.gif);
		background-position: center;
		background-repeat: no-repeat;
		color: #FFFFFF;
		padding: 4px 30px 0px 30px;
		}
		
		
/* Standard element design */
a
		{
		text-decoration: underline;
		}
a:link
		{
		color: #85a429;
		}
		
a:active
		{
		color: #85a429;
		}
		
a:visited
		{
		color: #85a429;
		}
		
a:hover
		{
		color: #222222;
		background-color: #CCCCCC;
		}
		
p.sectionLinks
		{
		color: #729aa8;
		font-size: 9px;
		}
		
h1
		{
		font-size: 12px;
		color: #729aa8;
		font-weight: bold;
		letter-spacing: 1px;
		}
		
h2
		{
		width: 70%;
		color: #85a429;
		border-bottom: #CCCCCC dashed 1px;
		font-size: 11px;
		letter-spacing: 1px;
		font-weight: bold;
		}
		
h3
		{
		text-align: left;
		color: #729aa8;
		font-size: 10px;
		letter-spacing: 1px;
		font-weight: bold;
		padding-top: 0px;
		}
		
h4
		{
		width: 70%;
		color: #666666;
		font-size: 10px;
		border-bottom: #CCCCCC dashed 1px;
		font-weight: bold;
		letter-spacing: 1px;
		}
		
h5
		{
		color: #85a429;
		font-size: 9px;
		font-weight: bold;
		letter-spacing: 1px;
		}
		
input,textarea
		{
		border: solid 1px #666666;
		background-color: #ebf5fa;
		}
		
form.left-col
		{
		width: 400px;
		text-align: left;
		}
		
label 
		{
		font-weight:bold;
		}

div.left-col, div.middle-col, div.right-col
		{
		float:left;
		}

div#top-row div input,textarea
		{
		width:220px;
		}
	
div#bottom-row 
		{
		float:right;
		}
		
div.left-col,div.middle-col,div.right-col
		{
		width:250px;
		}
		
div.clear-both
		{
		clear:both;
		}
		
div#form-wrapper
		{
		width:760px;
		}
		
		
.std_TBL
		{
		border: none;
		width: 100%;
		}

.alt
		{
		vertical-align: middle;
		background-color: #FFFFCC;
		border-bottom: dashed 1px #999999;
		height: 20px;
		}
		
.even
		{
		vertical-align: middle;
		background-color: #FFFFCC;
		border-bottom: dashed 1px #999999;
		height: 20px;
		}

.tableColHead1
		{
		font-size: 10px;
		font-weight: bold;
		color: #729aa8;
		padding: 4px 0px 4px 20px;
		vertical-align: middle;
		width: 40%;
		height: 30px;
		background-color:#F4F4F4;
		}
		
.tableColHead2
		{
		font-size: 10px;
		font-weight: bold;
		color: #729aa8;
		padding: 4px 0px 4px 20px;
		vertical-align: middle;
		width: 40%;
		height: 30px;
		background-color: #F4F4F4;
		}
		
.tableColHead3
		{
		font-size: 10px;
		font-weight: bold;
		color: #729aa8;
		padding: 4px 20px 4px 0px;
		vertical-align: middle;
		width: 20%;
		height: 30px;
		background-color: #F4F4F4;
		text-align: right;
		}
		
.tableCol1
		{
		padding: 4px 0px 4px 20px;
		height: 30px;
		font-weight: bold;
		}
		
.tableCol2
		{
		padding: 4px 0px 4px 20px;
		height: 30px;
		}
		
.tableCol3
		{
		padding: 4px 24px 4px 0px;
		height: 30px;
		text-align: right;
		}

