﻿body {
	
	background-image:url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position:0 0;
	margin: 0;
	padding: 0;
	text-align: center;	
}

.Email-Textbox{
	font-family: Verdana, Arial;
	font-size: 10px;
	width: 100px;
	height: 12px;
	border: 1px silver solid;
	margin-left: 120px;
	color:black;
	font-weight: normal;
}


.Textbox{
	font-family: Verdana, Arial;
	font-size: 11px;
	height: 13px;
	border: 1px silver solid;
	color: black;
}
}

.Button {
	color: white;
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color:green;
	border: 1px silver solid;
	height: 20px;
	background-image:url('../images/email-button-bg.jpg');
	background-repeat: repeat-x;

	
}
.Email-Button{
	color: white;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color:green;
	border: 1px silver solid;
	height: 17px;
	background-image:url('../images/email-button-bg.jpg');
	background-repeat: repeat-x;
}

.bodyText {
	
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
	padding-left: 5px;
	padding-top: 5px;
}

#content td {
	
	white-space:nowrap; 
	vertical-align:middle; 
	font-size: 11px; 
	width: 180px;
}
.navbar-text {
	
	font-size: 10px;
	color: white;
	display: inline-block;
	margin-left:120px;
}
#main-table{
	background:silver;
	border: 1px gray solid;
	padding: 0px;
	width: 705px;
}

#main-cell{
	background: #EEEEEE;
	border: 1px gray solid;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

#main-column{
	vertical-align: top; 
	width: 506px;
}

#header {
	display:block;
	padding: 0;
	background-image:url('../images/masthead.jpg');
	background-repeat: no-repeat;
	height: 150px;
}

#footer {
	padding: 5px;
	text-align:left;
	font-family: Verdana, arial;
}

	#footer p{
		font-size: 10px;
		color:#666666;
	}
	
	#footer a{
		color: green;
		font-size: 10px;
		text-decoration: none;
		}
	
	#footer a:hover{
		color:#000099;
		text-decoration: underline;
		}

#nav-bar{
	width: 690px;
	font-family: Verdana;
	font-weight: bold;
	height: 22px;
	background-image:url('../images/nav-bar-gradient.jpg');
	background-repeat:repeat-x;
	border-bottom: 5px #368bd3 solid;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	vertical-align: bottom;
}

	#nav-bar a{
		border-bottom: 3px #368bd3 solid;
		display: inline-block;
		line-height: -30px;
		padding-right: 7px;
		padding-left: 3px;
		margin-top: 0px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		vertical-align: bottom;
		text-align:center;
		font-size: 13px;
		text-decoration: none;
		color: white;
		border-right: 1px #72af12 solid;
		white-space: nowrap;
	}
	
	#nav-bar a:hover{
		color: navy;
	}

#main {
	width: 690px;
	margin-left: 5px;
	margin-right: 5px;
}


#content-header{
	margin-top: 8px;
	margin-bottom: 8px;
	width: 502px;
	height:150px;
	display:block;
	border: 1px #666666 solid;
	padding: 0;
	}

#content-header-home{
	margin-top: 8px;
	margin-bottom: 8px;
	width: 502px;
	height:258px;
	display:block;
	border: 1px #666666 solid;
	padding: 0;
	}
	
#content {
	width: 502px;
	height: 100%;
	display: block;
	/*background-image:url('../images/main-cell-bg.gif');*/
	/*background-repeat:repeat-y;*/
	font-family: Verdana, Arial;
	text-align: left;
	border: 1px #666666 solid;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

	#content h1{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
		margin: 0;
		font-size: 17px;
		font-weight: bold;
		color: green;
	}
	
	#content h2{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
		margin: 0;
		font-size: 14px;
		font-weight: bold;
		color:navy;
	}
	
	#content h3{
		padding-left: 25px;
		padding-right: 10px;
		padding-bottom: 0;
		margin: 0;
		font-size: 12px;
		font-weight: normal;
		color:green;
	}
	
	#content p{
		padding-top: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 8px;
		font-size: 11px;
		color: #000000;
	}
	
	#content a{
		color: #339933;
		text-decoration: none;
	}
	
	#content a:hover{
		color: #99CC00;
		text-decoration: underline;
	}
	
	#content li{
	
		list-style-image:url('../images/bullet-gray.gif');
		margin-top: 8px;
		font-size: 11px;
		color: #000000;

	}

#main-round-top{
	display: block;
	background-image:url('../images/main-cell-round-top.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
	margin-top: 8px;
	height: 16px;
	width: 502px;
}

#main-round-bottom{
	display: block;
	background-image:url('../images/main-cell-round-bottom.gif');
	background-repeat:no-repeat;
	background-position: 0 100%;
	height: 16px;
	width: 502px;
	margin-bottom: 8px;
}

#right-bar {
	margin-top: 8px;
	width: 165px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}

#bar-banner {
	display:block;
	padding:0;
	margin-bottom: 5px;
}

#take-action-box {
	border: 1px #666666 solid;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0 0 5px 0;
	margin-bottom: 8px;
	font-family: Verdana, Arial;
	height: 100%;
	vertical-align: top;
	width: 100%;
	text-align: center;

}

	#take-action-box #text{
		padding-left: 5px;
		padding-right: 5px;	
		text-align: center;	
	}

	#take-action-box h1{
		font-size: 15px;
		padding-top: 2px;
		margin: 0;
		color:#000000;
		text-align: center;
		display: block;
		vertical-align: middle;
		white-space: nowrap;
		background-image:url('../images/box-banner-bg.jpg');
		background-repeat: repeat-x;
		background-position: 0 100%;
		width: 100%;
		height: 23px;
	}
	
	#take-action-box a{
		font-size: 13px;
		font-weight: bold;
		padding: 1px 0 1px 0;
		margin: 5px 0 5px 0;
		text-indent: 10px;
		text-align: left;
		width: 140px;
		display: block;
		border: 1px #FFFFFF solid;
		color: #000066;
		text-decoration: none;
		text-align: left;
	}

	#take-action-box a:hover{
		border: 1px silver dotted;	
		color:#006600;
	}	
	
	#take-action-box p{
		text-align: left;
		padding: 0 5px 0 15px;
		margin: 0;
		font-size: 10px;
	}


#right-bar-box {
	border: 1px #666666 solid;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-family: Verdana, Arial;
	height: 100%;
	vertical-align: top;
	width: 100%;
	text-align: left;


}
	#right-bar-box h1{
		font-size: 15px;
		padding-top: 2px;
		margin: 0;
		color:#000000;
		text-align: center;
		display: block;
		vertical-align: middle;
		white-space: nowrap;
		background-image:url('../images/box-banner-bg.jpg');
		background-repeat: repeat-x;
		background-position: 0 100%;
		width: 100%;
		height: 23px;
	}
	
	#right-bar-box h2{
		font-size: 13px;
		font-weight: bold;
		padding: 0 5px 0 10px;
		margin: 0 0 3px 0;
		color: #000066;
		text-align: left;
	}
	
	#right-bar-box h2:hover{
		border: 1px silver dotted;
	}
	
	#right-bar-box p{
		text-align: left;
		padding-left: 15px;
		padding-right: 5px;
		margin: 0;
		font-size: 10px;
		padding-top: 5px;
	}
	
	#right-bar-box a{
		color: silver;
		text-decoration: none;`
	}
	
	#right-bar-box a:hover{
	
		text-decoration: underline;
		color: green;
	}

	#right-bar-box #list-item{
		text-align: left;
		padding-left: 3px;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-left: 20px;
		margin-top: 5px;
		font-size: 10px;
		display: list-item;
		list-style-image:url('../images/bullet-gray.gif');
		list-style-position: outside;
		border-top: 1px white dotted;
		border-bottom: 1px white dotted;

	}
	
	#right-bar-box #list-item:hover{
		background-color:#CCCCCC;
		border-top: 1px gray dotted;
		border-bottom: 1px gray dotted;
	}
	
		#right-bar-box #list-item a{
		text-decoration: none;
		color: black;
		}
		
		#right-bar-box #text{
			padding: 5px;
		}

#home-box{
	width: 240px;
	display:block;
	background-color:white;
	border: 1px silver solid;
	font-family: Verdana;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

	#home-box h1{
		font-size: 15px;
		padding-top: 2px;
		margin: 0;
		color:#000000;
		text-align: center;
		display: block;
		vertical-align: middle;
		white-space: nowrap;
		background-image:url('../images/box-banner-bg.jpg');
		background-repeat: repeat-x;
		background-position: 0 100%;
		width: 100%;
		height: 23px;
	}

	#home-box #list-item{
		text-align: left;
		padding-left: 3px;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-left: 20px;
		margin-top: 5px;
		font-size: 10px;
		display: list-item;
		list-style-image:url('../images/bullet-gray.gif');
		list-style-position: outside;
		border-top: 1px white dotted;
		border-bottom: 1px white dotted;

	}

	#home-box #list-item:hover{
		background-color:#CCCCCC;
		border-top: 1px gray dotted;
		border-bottom: 1px gray dotted;
	}
	
	#home-box #list-item a{
		text-decoration: none;
		color: black;
	}
	
	#home-box p{
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
		font-size: 10px;
		padding-top: 10px;
	}
	
	#home-box a{
	
		color:#339933;
		text-decoration: none;
	}
	
	#home-box a:hover{
		text-decoration: underline;
	}

