﻿/* Base.master */

body 
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:10pt;
	color:#333333;
	background-color:#E4FFCE;
	text-align:center;
}

.divheader
{
	width: 702px;
	text-align:center;
}

.divheaderleft
{
	width: 100px;
	text-align:left;
	vertical-align:bottom;
	float:left;
}

.divheadercenter
{
	width: 500px;
	text-align:center;
	vertical-align:bottom;
	float:left;
}

.divheaderright
{
	width: 100px;
	text-align:right;
	vertical-align:bottom;
	float:right;
}

.divmenu
{
	background-color: White;
	width: 660px;
}

.divmain
{
	background-color: White;
	width: 660px;
	height: 400px;
}

.divfooter
{
	text-align: center;
	font-size: 6.5pt;
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: thin;
	width: 660px;
}

.menu
{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	border-top-style:solid;
	border-top-color:#333333;
	border-top-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:thin;
}

.menuitem
{
	font-size:8pt;
	
}
/*
.menuselected
{
	font-size:8pt;
	background-color:#E3FFCF;
	width:110;
	height:30;
	color:#333333
}
*/

.picrighttext
{
	font-size:8pt;
	float:left;
	width:100%; /*425px;*/
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
}

.picrighttitle
{
	font-size:12pt;
	text-align:center;
}

.picrightbody
{
	font-size:8pt;
	text-align:center; /*left;*/
	padding-top:10px;
}

.picrightimage
{
	font-size:8pt;
	float:left;
	width:0px; /*205px;*/
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;
}

a.bottomlink
{
	color:#333333;
	text-decoration:none;
}

div.popup
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:10pt;
	color:#333333;
	background-color:#F3FFDF;
	text-align:center;
	border: solid 2px #333333;
	padding: 4px 4px 4px 4px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

td.popuplabel
{
	vertical-align:	top;
	padding-top: 4px;
	text-align: right;
}

input
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:8pt;
}

.submitbutton
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:8pt;
	background-color:White;
	border: solid 2px #E3FFCF;
	outline-style: none;
	outline-width: 0px;
}

textarea
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:8pt;
}


/*This section is used to format emails*/
div.email 
{
	background: White;
	margin: 50px 50px 5px 50px;
	padding: 10px 10px 10px 10px;
	border: Solid 3px #333333;
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}

div.emailfooter
{
	text-align: center;
	font-size: 6.5pt;
	width: 660px;
}