/* Global styles */
body {
	margin: 0px;
	font-family: Tahoma;
	font-size:11px;
	color:#333333;
}
table {
	border:0px none;
	border-collapse:collapse;
}
table td {
	padding:0px;
	vertical-align:top;
	text-align:left;
}

img {
	border:none;
}
a {
	text-decoration: underline;
	color:#333333;
}
a img {
	border:none;
}
ul {
	padding:0px;
	margin:0px;
}
li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	line-height:150%;
}
p {
	margin:0px;
	padding:0px;
	text-align:justify;
	line-height:130%;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}
h1 {
	font-family:Tahoma;
	font-size:20px;
	font-weight:normal;
	color:#1C4B66;

	margin-top:15px;
	margin-bottom:10px;
}
h2 {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#1C4B66;

	margin-top:0px;
	margin-bottom:10px;
}
hr {
	border:none 0px;
	border-top:1px solid #b1b1b1;
	border-bottom:1px solid #b1b1b1;
}

/* menu styles */
.main_menu {
	margin:0px;
	padding:0px;
	
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	
	list-style-type:none;
}
.main_menu li {
	display:inline;
	float:left;
	padding:0px;
	background-image:url(img/m_sep.gif);
	background-position:right top;
	background-repeat:no-repeat;
	
	line-height:normal;
}
.main_menu li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:8px 14px 5px 14px;
}
.main_menu li a:hover {
	color:#96e784;
}
.main_menu #last {
	background-image: none;
}
.main_menu #selected {
	background-image:url(img/m_sel_l.gif);
	background-position:left bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.main_menu #selected a{
	color:#1e4d69;
	text-decoration:none;
	font-weight:normal;
	
	background-image:url(img/m_sel_r.gif);
	background-position:right bottom;
	background-repeat: no-repeat;
}
.block {
	background-color:#ebebeb;
	padding:10px;
}
.did_you_know {
	background-image:url(img/did_you_know.jpg);
	background-repeat:no-repeat;
	width: 202px;
	height: 170px;
}
.did_you_know div {
	padding: 60px 25px 30px 25px;
}

.formTable td {
	margin-bottom: 10px;
}
.formTable input {
	margin-bottom: 10px;
	font-size: 10px;
}