body {
	background-color: #1D5182;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;		/* IE5.x centering workaround */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #153657;
}

a {
 color: #153657;
 text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #153657;
	line-height: 20px;
} 

h2 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EF3E33;
	text-decoration: none;
} 

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #04326C;	
} 

strong {
	color: #04326C;
}

#container {
	border: 3px solid #04326C;
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;	
}

#main {
	border: 3px solid #FFFFFF;
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
}

#header {
	border-top: 0px solid #D0D0D0;
	border-bottom: 0px solid #D0D0D0;
	margin-bottom:0px;
}

#colNav {
	vertical-align: top;
	background-color: #E7E7E7;
	width:150px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D0D0D0;
	border-left-color: #D0D0D0;
}

.topLine {
	border-top: 1px solid #D0D0D0;
}

#colContent {
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#memberBug {
	margin-top: 25px;
}

#tblInternal {
	width: 800px;
	font-size: 11px;
	border-bottom: 0px solid #D0D0D0;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#tblSubNav {
	font-size: 12px;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#tblSubNav a {
	text-decoration: none;
	color: #595959;
	display: block;
	padding: 4px 5px;
}

#tblSubNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1D5182;
	display: block;
}

#tblSubNav td {
	vertical-align: top;
	border-bottom: 1px solid #D0D0D0;
	text-align: left;
}

#tblSubNav td.tblLink {
}

#tblTop {
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
}

#tblTop a {
	text-decoration: none;
	color: #435793;
	text-align: left;
}

#tblTop a:hover {
	text-decoration: underline;
}

#tblTop td img {
	margin: 0px 3px 0px 0px;
	text-align: center;
}

#tblList {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
#tblList td.tblDate{
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

#tblList li {
	line-height: 18px;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px;
	border: none;
}
li {
	margin: 0px;
	line-height: 18px;
}
#whatsnew {
	float: right;
	width: 150px;
	padding: 9px;
	margin: 0px 0px 15px 15px;
}

