html, body
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body
{
    font-family: Tahoma;
    font-size: 10pt;
    background-color:#FFF;
    line-height:14pt;
    color:#4e4f50;
}

tr,td 
{
    font-family: Tahoma;
    font-size: 10pt;
    background-color:#fff;
    line-height:14pt;
    color:#4e4f50;
}

img
{
    border: none 0px;
}

h1
{
    font-size:24pt;
    color:#1b3ca8;
    line-height:28pt;
}

h2,h3
{
    font-size:14pt;
    color:#1b3ca8;
}

td p
{
    margin:10px 0px 10px 0px;
    padding:0px;
    line-height:22px;
}

h2
{
    margin-bottom:0px;
    padding-bottom:3px;
}
td { text-align:left;}

a
{
   color:#1b3ca8;
}

img 
{
     border:0px none;
}

#topHead
{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 395px; 
    background-color: #1b3ca8; 
    z-index: 9970;
    background-image:url('http://afdr.org/images/hedbak.png');
}


#weare
{
    z-index: 9998; 
    top: 0px; 
    left: 0px; 
    height: 104px
}

#MainNav a
{
    color:White;
    font-weight:bold;
    font-size:10pt;
    font-family:Verdana;
    text-decoration:none;
    z-index:9999;
    display:block;
    padding:5px 9px;
}

#MainNav .nav
{
    text-transform:uppercase;
    float:left;
    min-width:60px;
    z-index:9999;
    text-align:center;
}

#MainNav .nav:hover
{
    background-color:#058b08;
}


.bullettext
{
}

.dashline_table
{
    border-bottom: 2px dotted #058B08;
}
.bullet_green_rightcol
{
    list-style-image: url('images/rightcolbullet.png');
    color: #FFFFFF;
    margin-left: 5;
}

.subhed
{
    font-size: 14pt;
    color: #000000;
    margin: 12 0;
}
.tophead
{
    text-align: left;
    font-size: 18pt;
    color: #058B08;
    margin-top: 12;
    margin-bottom: 12;
}
.rightcol, .rightcol a
{
    color: #FFFFFF;
}


.textbold
{
    font-weight: bold;
    margin-bottom: 12;
}
.text
{
    margin-bottom: 12;
}

.rightcol
{
    padding:7px 0px;
}
.rightcol ul
{
    margin:0px 0px 30px 5px;
    padding:0px;
}


.rightcol li
{
    list-style-type:none;
    margin: 10px 0px 10px 0px;
    padding:0px;
    text-indent:0px;
}

/* Form Formatting */

.entryform
{
	width: 800px;
}

.entryform .row
{
	width: 800px;
	margin-bottom: 5px;
}

.entryform .row label
{
	width: 200px;
	float: left;
}

.entryform .row span
{
	width: 20px;
	float: left;
}

.entryform .row input[type='checkbox']
{
	width: 30px;
	float: left;
}

.entryform .row table label
{
	width: 350px;
	float: left;
}


.entryform .row input[type='text']
{
	width: 300px;
	float: left;
}
.entryform .submit
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.entryform .row textarea
{
	width: 500px;
	height: 120px;
	float: left;
}

.entryform .row:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.loginform
{
    width:300px;
	color:#000;
}

.loginform label
{
    display:block;
    clear:both;
	width: 300px;
}

.loginform input[type='text'],.loginform input[type='password']
{
	height:30px;
	width: 300px;
	display:block;
	font-size:24pt;
	border:solid 1px #CACACA;
	
}
.loginform input[type='submit']
{
    text-align: center;
	margin:auto;
	width:250px;
	height:25px;
}


.subnav a
{
    padding:10px 0px 12px 5px;
    border-bottom:solid 1px #CACACA;
    text-decoration:none;
    width:220px;
    display:block;
    color:#1b3ca8;
}
.subnav a:hover
{
    background-color:#058b08;
    color:#FFF;
}

#pnlBack
{
    top:0;
    left:0;
    width:100%;
    height:1200px;
    position:absolute;
    z-index:9900;
    background-color:#000;
    display:none;
}

#btnClose
{
    margin-left:305px;
    margin-top:-40px;
}

/*            Msg Boxes            */
.boxErr, .boxMsg, .boxSuccess
{
    border: 1px solid #000;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.boxErr
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(  'images/Err.png' );
}

.boxMsg
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(  'images/msg.png' );
}

.boxSuccess
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(  'images/success.png' );
}

  .watermark
{
    color: #73b84d;
}

