@charset "UTF-8";
/* CSS Document 
My Colors:
	#A6BAFB		MedBlue		Body BG
	#333366		Bl-Br		Links
	#993300		Red-Br		VLinks
	#FFFFFF		White		Content BG
	#000036		DarkBlue	Border Color
*/

/*
Format general elements
*/
body {
	color: #000000;
	background: #A6BAFB url(../images/bg_grad.gif) repeat-x;
	border-collapse: collapse;
	font-family: Helvetica, sans-serif;
	line-height: 1.3em;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
table {
	margin-top: 10px;
}
td {
	background: #FFFFFF;
	margin: 5px;
	padding: 15px;
	vertical-align: top;
}
form td {
	padding: 3px;
}
img {
	border: none;
}
h1 {
	text-align: center;
	font-size: 135%;
	font-style: italic;
	font-family: Georgia, serif;
}
h2 {
	border-left: 12px solid;
	padding-left: 6px;
	line-height: 0.8em;
	font-size: 108%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	padding-top: 12px;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-style: italic;
	color: #FF0000;
}
.txtHighlight {
    font-style: oblique;
    font-weight: bolder;
}
.badge {
	text-align: center;
}
.disclaimer {
	text-align: center;
	font-style: italic;
}
#tdHeader {
	height: 185px;
	width: 800px;
	padding: 0px;
	border: 9px solid #000036;
	border-bottom-width: 2px;
}
.tdSidebar	{
	vertical-align: top;
	padding: 5px;
	border: 9px solid #000036;
	border-right: 5px double #000036;
	border-top-width: 1px;
}
.divCenter {
	text-align: center;
}
.divJump {
	text-align: right;
	font-size: 75%;
}
.divFAQ {
	font-size: 85%;
}

/*
Image magnification popups
*/
.spanMagImg {
	position: relative; /* Allow popup to be positioned relative to thumbnail */
}
.spanMagImg a span {
	display: none;	/* When not moused-over, hide the popup img */
	position: absolute;	/* Position popup relative to thumbnail */
}
.spanMagImg a span.spanPopLeft {
	top: -30px;
	left: -175px;
}
.spanMagImg a span.spanPopRight {
	bottom: -250px;
	left: 260px;
}
.spanMagImg a:hover span {
	display: block; /* Reveal it */
}
.spanMagImg a:hover span img {
	border: 7px solid #000036;
}

/*
Format links in the sidebar
*/
.tdSidebar a {
	font-size: 95%;
	display: block;
	margin: 18px;
	margin-right: 0px;
	margin-left: 14px;
	padding: 5px;
	padding-left: 0px;
	line-height: 0.3em;
	width: 140px;
	font-weight: bold;
	border-left: none;
	color: #000000;
	text-decoration: none;
}
.tdSidebar a:hover {
	border-left: 10px solid;
	padding-left: 3px;
	margin-left: 1px;
	color: #093ED8;
}
.tdSidebar a:active {
	color: #FF0000;
}
.tdSidebar .selected a {
	border-left: 10px solid;
	padding-left: 3px;
	margin-left: 1px;
	color: #000036;
}

/*
Format text in the floating form-box
*/
.tdSidebar p {
	font-size: 70%;
}

/*
Format the links-popup _title_
*/
.divLinkPopup ul {
	position: relative; /* Allow popup to be positioned relative to the title */
	list-style: none; /* Match style of the other (anchor) links in sidebar */
	padding: 0px;
	margin: 0px;
}
.divLinkPopup li span {
	display: none;
	position: absolute;
	top: -18px;
	left: 80px;
	width: 140px;
	padding: -2px;
	margin: 5px;
	z-index: 5;
	color: #AAA;
	background: #C6DAFD;
	border: 1px solid #000000;
}
.divLinkPopup li:hover span {
	display: block;
}

/*
Format the main content area of the page
*/
.tdContent {
	font-size: 88%;
	border-style: solid;
	border-width: 9px;
	border-color: #000036;
	border-top-width: 1px;
	border-left-style: none;
}
.tdContent a:link {
	text-decoration: underline;
	color: #333366;
}
.tdContent a:visited {
	color: #993300;
}
.tdContent a:hover {
	text-decoration: none;
}
.tdContent a:active {
	color: #FF0000;
}

/*
Format images within the text
*/
img.imgTxtRight {
	border: 4px solid #000036;
	margin-left: 4px;
	margin-right: 8px;
	float: left;
}
img.imgTxtLeft {
	border: 4px solid #000036;
	margin-left: 8px;
	margin-right: 4px;
	float: right;
}
.portrait {
	border: none;
	margin-left: 10px;
	padding-left: 15px;
	float: right;
}
.divImg p {
	text-align: center;
	font-size: 70%;
}
.divImg img {
	text-align: center;
	border: 5px solid #000036;
	margin: 8px;
}
.hiddenPic {
	display: none;
}

/*
Format the ezine-form in the sidebar
*/
.sbEzine {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	padding: 5px;
	margin: 10px;
	z-index: 0;
	color: #AAA;
	background: #FFFFFF;
	text-align: center;
	color: #093ED8;
	line-height: 0.75em;
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.ezineLabel {
	color: #000036;
	font-weight: normal;
	text-align: left;
}

/*
Format the navbar
*/
.sbNav {
	border-collapse: collapse;
	border: none;
}

/*
Format the badge area in the navbar
*/
.sbBadges {
	border-collapse: collapse;
	border-top: 1px solid #000000;
}

/*
Format the copyright area
*/
.divCopyright {
	color: #000036;
	font-size: 70%;
	line-height: 1.5em;
	text-align: center;
}
.divCopyright a {
	color: #000036;
}
.divCopyright a:link	{
	text-decoration: underline;
}
.divCopyright a:hover	{
	text-decoration: none;
}

/*
Format the language icons
*/
.tdLang {
	background: none;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	text-align: right;
	vertical-align: bottom;
	margin-top: 10px;
}
.tdLang a {
	text-decoration: none;
	color: #000036;
}