body, table{
	font: 400 9pt Verdana, Arial, sans-serif;
	margin-top: 0px;
	background-color: #ffffff; 
	padding: 0px; 
	margin: -1px; 
	border: solid 1px #394634;}

.tableBorderless { 
	border: none; 
	}

.errorText   { 
	font-family: Verdana; 
	font-size: 14pt; 
	color: #FF0000; 
	font-weight:bold 
}

.submitButtom { 
	font-family: Verdana; 
	font-size: 16pt; 
	font-weight: bold 
}

.inTable     {  
	padding: 0
}

.borderTop {	
	border-top:solid 1px #394634; 
	width: 100%; 
	display: block;
}

/*//// HEADERS ////*/

h1,h2,h3,h4,h5,h6{
	margin: 0px;
	color: #394634;
}
h1{font-size: 24pt}
h2{font-size: 18pt}
h3{font-size: 14pt}
h4{font-size: 12pt}
h5{font-size: 10pt}
h6{font-size: 8pt}

.fancy{
	font: 700 15pt Times New Roman, Verdana, Arial, sans-serif;
	font-style: italic;
	color: #394634;
}

/*//// GENERAL ////*/

.bold{font-weight: 700}
.noBold{font-weight: 400}

.center{text-align: center}
.left{text-align: left}
.right{text-align: right}

.clear{
	clear: both;
	font-size: 1px;
	line-height: 0px;
}
.clearWHeight{clear: both}
.floatLeft{float: left}
.floatRight{float: right}

.s7{font-size: 7pt}
.s8{font-size: 8pt}
.s9{font-size: 9pt}
.s10{font-size: 10pt}
.s11{font-size: 11pt}
.s12{font-size: 12pt}

.list li{margin-top: 10px}

.marginHalf{
	margin-top: 20%;
	margin-bottom: 20%;
}
.marginAuto{
	margin: auto;
	border: none !important;
	background-color: transparent !important;
}

.subImg{
	margin: 0px 10px 0px 10px;
	border: double 3px #394634;
}
.userImg{
	margin-right: 5px;
	margin-bottom: 5px;
}

.darkGreen{
	color: #394634;
}

/*//// LINKS ////*/

a:link, a:active, a:visited{
	text-decoration: none;
	color: #4e743f;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
	color: #394634;
}

/*//// FORM PROPERTIES ////*/

.tblForm{
	font-size: 8pt;
	margin: auto;
}
.tblForm td{
	text-align: left;
}
.tblForm th{
	padding: 5px;
	background-color: #f2f2e2;
	color: #394634;
	text-align: left;
	border-bottom: solid 1px #c2c29c;
}
.tblForm input, select, textarea{
	padding: 2px;
	border: solid 1px #394634;
	font: 700 8pt Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #394634;
}
.iBtn{
	background-color: #394634;
	color: #fff;
	font: 700 8pt Verdana, Arial, sans-serif;
}

/*//// PAGE PROPERTIES ////*/

#container{
	margin: auto;
	width: 750px;
}
#userInfoContainer{
	float: left;
	width: 437px;
	height: 101px;
}
#userInfo{
	margin-top: 55px;
	text-align: right;
}

#tblPhysical{
	margin: auto;
}
#tblPhysical td{
	padding: 5px;
	background-color: #ebf0e9;
	font-weight: 700;
	color: #394634;
	text-align: left;
}

/*//// SUBMENU ////*/

#subMenuContainer{
	height: 20px;
	background-color: #f2f2e2;
	text-align: left;
}
#subMenu{

	width: 270px;
	margin-left: 260px;
	padding: 3px 15px 4px 15px;
}
.sub, a.sub:link, a.sub:active, a.sub:visited{
	padding: 3px 5px 4px 5px;
	color: #4e743f;
	text-decoration: none;
	font-weight: 700;
}
a.sub:hover{
	color: #394634;
	text-decoration: none;
}

#flash{
	height: 320px;
	background-color: #f2f2e2;
}
#iContent{
	background-color: #fffff9;
	border: solid #394634;
	border-width: 0px 1px 1px 1px;
	text-align: justify;
	padding: 15px;
}
#content{
	padding: 30px;
	background: #fffff9 url('../images/bg-watermark.gif') bottom no-repeat;
	border: solid #394634;
	border-width: 0px 1px 0px 1px;
	text-align: justify;
}

/*//// FOOTER ////*/

#footerContainer{
	/*/border-top: solid 2px #f2f2e2;/*/
}
#footer{
	border-top: solid 3px #394634;
	font-size: 7pt;
}
#footerSub{
	padding-top: 4px;
	font-size: 7pt;
	margin-top: 3px;
}
#footerBtn div{
	background-color: #394634;
	width: 250px;
	font-size: 8pt;
}
#footerSubMenu{
	visibility: hidden;
	width: 270px;
	margin-left: 124px;
	padding: 3px 15px 4px 15px;
	text-align: center;
}
.flnk, a.flnk, a.flnk:link, a.flnk:active, a.flnk:visited{
	display: block;
	background-color: #394634;
	padding: 2px 0px 2px 0px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
a.flnk:hover{
	background-color: #52644b;
	text-decoration: none;
}