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

body
{
    font-family: Times New Roman;
    font-size: 12pt;
    background-color:#444444;
}

img
{
    border: none 0px;
}

h1
{
    font-size:24pt;
    color:#058b08;
}


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


#MainNav a
{
    color:White;
    font-weight:bold;
    font-size:12pt;
    font-family:Verdana;
    text-decoration:none;
}

#MainNav .nav
{
    padding: 5px 5px 5px 5px;
    margin: 0px 5px 0px 5px;
    text-transform:uppercase;
    float:left;
    min-width:80px;
}

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


.bullettext
{
    font-family: Times New Roman;
    font-size: 12pt;
}

.dashline_table
{
    border-bottom: 2px dotted #058B08;
}
.bullet_green_rightcol
{
    list-style-image: url('images/rightcolbullet.png');
    color: #FFFFFF;
    font-family: Times New Roman;
    font-size: 12pt;
    margin-left: 5;
}
.bullet
{
    font-family: Times New Roman;
    font-size: 12pt;
}
.subhed
{
    font-family: Trebuchet MS;
    font-size: 14pt;
    color: #000000;
    margin: 12 0;
}
.tophead
{
    text-align: left;
    font-family: Trebuchet MS;
    font-size: 18pt;
    color: #058B08;
    margin-top: 12;
    margin-bottom: 12;
}
.rightcol, .rightcol a
{
    color: #FFFFFF;
}


.textbold
{
    font-family: Times New Roman;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 12;
}
.text
{
    font-family: Times New Roman;
    font-size: 12pt;
    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='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:200px;
	color:#FFF;
   padding-left:10px;
}
.loginform .row
{
	width: 200px;
	padding-bottom: 10px;
}

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


.loginform .row label
{
	width: 90px;
	float: left;
}

.loginform .row input[type='text'],.loginform .row input[type='password']
{
	width: 100px;
	float: left;
}
.loginform input[type='submit']
{
    text-align: center;
	margin-left: 60px;
	margin-right: auto;
}
