/* Admin */
/****************************************************************/


#admin {
	float:			left;
	padding:		23px;
	color: 			#fff;
	line-height:	21px;

}


#admin a:link, a:hover, a:active {
	color: 			white;
	text-decoration: underline;
}


a.admin:link, a.admin:visited {

	text-decoration:	none;
	color: 				#FF0000;

}

a.admin:hover {

	text-decoration:	underline;

}



        
        

/* Links */
/****************************************************************/


a:link, a:visited {

	color:				#003300;
	text-decoration:	none;

}

a:hover {

	color:				#003300;
	text-decoration:	underline;

}

a.nav2, a.nav2:link, a.nav2:visited {

	color:				#FFFFFF;
	text-decoration: 	none;

}

a.nav2:hover {

	text-decoration:	underline;

}

a.underline:link, a.underline:visited, a.underline:hover {

	text-decoration:	underline;
	color:				#003300;

}

a.underwhite:link, a.underwhite:hover, a.underwhite:visited

{

	text-decoration:	underline;
	color:				#FFFFFF;

}





/* Content */
/****************************************************************/

html {

	height:			  100%;
}

body {
	font-family:	Verdana, Arial, Helvetica;
	color:			#003300;
	font-size:		11px;
    margin:           0px;
    padding:          0px;
	height:			  100%;
    background-color: #FFFFFF;
}

p {

    margin:	    	  0px;
    padding:	      0px;
}

h1 {
    font-size:        16px;
	font-weight:      normal;
    line-height:      20px;
    color:            #003300;
	text-align:       left;
    margin:	      0px;
    padding:	      0px;
}

h1.whitehead {
    font-size:        15px;
	font-weight:      normal;
    line-height:      20px;
    color:            #FFFFFF;
	text-align:       left;
    margin:	      0px;
    padding:	      0px;
}

h2 {
    font-size:        11px;
    font-weight:      bold;
    color:            #003300;
    margin:	      0px;
    padding:	      0px;
}

ul
{
	list-style-type: none;
	width: 			450px;
	padding:	 	0;
	margin: 		0;
}

li
{
	list-style: none;
	background-repeat: 	no-repeat;
	background-position: 0 .4em;
	padding: 		0 0 0 15px;
}

.greenbox {
    border:           1px solid #003300;
    background-color: #DADADA;
    margin:           0px;
    padding:          22px;
}


.popup_top {
    width:            350px;
    height:           338px;
    padding:          31px 31px 0 31px;
    overflow:	      auto;
}

.popup_image_top {
    width:            381px;
    height:           227px;
    padding:          31px 0 31px 31px;
    overflow:	      auto;
}

.popup_bottom {
    width:            392px;
    height:           16px;
    padding:          8px 10px;
    background-color: #DADADA;
}

.pop_image_header {
    width:            412px;
    height:           327px;
    overflow:	      auto;
}

.pop_textpad

{

    padding:          31px;

}

.selected  {

	color:			#003300;

}

.content  {

	line-height: 	21px;
	text-align: 	justify;

}

.white  {

	color:			#FFFFFF;

}


.text {
    color:            #003300;
    line-height:      16px;
	text-align:       justify;
}

.nojustify {
    color:            #003300;
    line-height:      16px;
}

.whitey {
    color:            #FFFFFF;
    line-height:      16px;
}

.contact {

    color:            #003300;
}


form {
    margin:           0px;
}

.textfield{

	padding:          2px;
	margin:           0;
	border:           1px solid #FFFFFF;
	background-color: #eee;
}