<!--

/* BEGIN DESIGN ELEMENTS ============================= */
*
	{
	margin:0;
	padding:0;
	border:0;
	}

#skipNav
	{
	visibility:hidden;
	}

#header
	{
	width: 570px;
	background-image:url(/img/h2.gif);
	margin: 1em auto 0 auto;
	}

#headerStrt
	{
	width: 570px;
	height:35px;
	background: #fff url(/img/h1.gif) 0 0 no-repeat;
	}

#headerLogo
	{
	padding-left: 20px;
	height: 45px;
	}

#headerLogo a img
	{
	border: 0;
	float:left;
	}

#cLogin
	{
	float:right;
	width:370px;
	height: 33px;
	text-align:right;
	padding-right: 30px;
	}

#Imge
	{
	width:100%;
	background-image:url(/img/gray.gif);
	text-align:center;
	height:103px;
	}

#cloud {
	width:570px;
	height:103px;
	background-image:url(/img/clouds.gif);
	margin:0 auto;
	}

#menu, #nav, #content
	{
	width: 570px;
	background-image:url(/img/h2.gif);
	margin: 0 auto;	
	}

#menu ul
	{
	padding: 10px 20px;
	list-style-type:none;
	}

#menu ul li
	{
	display:inline;
	padding-right:1em;
	}

#nav
	{
	height: 30px;
	}

#navC
	{
	width:530px;
	margin:0 auto;
	padding: 5px 0px;
	background-color:#97aabc;
	border-top: 4px solid #5f7a94;
	margin-bottom:10px;
	}

#navC p
	{
	padding-left: 10px;
	}

#contentContainer
	{
	padding: 0 20px;
	}

#contentContainer p
	{
	padding: 0.5em 0;
	}

#footer
	{
	width: 570px;
	margin: 0 auto;	
	background-image:url(/img/h3.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 20px 0;
	text-align:center;	
	clear:both;
	}	

.download
	{
	height:80px;
	border: 1px solid #fff;
	}

.active
	{
	background-color:#FCFAFA;
	border: 1px solid #D1BDB1;
	height:80px;
	}

.inactive
	{
	background-color:#fff;
	border: 1px solid #fff;
	height:80px;
	}

div.download img, div.active img, div.inactive img
	{
	float:right;
	margin: 10px;
	border: 1px solid #D1BDB1;
	}

input, textarea
	{
	border-bottom: 1px solid #D1BDB1;
	border-left: 1px solid #D1BDB1;
	border-top: 1px solid #E3D7D0;
	border-right: 1px solid #E3D7D0;
	font-size:0.85em;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	}

#submit
	{
	background-color:#E3D7D0;
	border: 1px solid #cfbbaf;
	padding: 0 1em;
	color: #333;
	}	

#newsC
	{
	width: 210px;
	float:right;
	margin-top: 1em;
	margin-left: 10px;
	background-color:#EBF0F5;
	background-image:url(/img/news_top.gif);
	background-repeat:no-repeat;
	}

#newsC p
	{
	padding: 0.5em 10px;
	}

#newsC h1
	{
	padding: 1em 10px 0 10px;
	}

#newsC img
	{
	float:right;
	padding: 0 10px;
	}

#newsB
	{
	background-image:url(/img/news_bot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 11px;
	}

div.pfl
	{
	width: 300px;
	height:auto;
	}

#contentContainer p.title, #contentContainer h2
	{
	padding-left: 15px;
	background:url(/img/news.gif) no-repeat center left;
	}


.thumbnail
	{
	float: left;
	width: 230px;
	height: 220px;
	border: 1px solid #ddd;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align:left;
	}

.results {
	width:528px;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #97AABC;
	margin:0 auto;
	}
table.results th {
	padding:0.2em 0.4em;
	background-color:#97AABC;
	color:#fff;
	}

table.results td {
	padding:0.2em 0.4em;
	}

#cLogin form {
	margin-top:5px;
	}

#cLogin input {
	border:1px solid #999;
	border-right:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	}

#seView {
	background-color:#eee;
	border: 1px solid #666;
	width:528px;
	height:180px;
	overflow:auto;
	/*overflow:scroll;
	overflow-x:hidden;*/
	font-size:0.8em;
	color:#000;
	margin:0 auto 1em auto;
	}

#seView p {
	padding:10px;
	}


/* END DESIGN ELEMENTS =============================== */






/* BEGIN TYPOGRAPHY ELEMENTS ========================= */
body
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;
	}

#navC p
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	}

h1
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	font-weight:normal;
	padding-top: 1em;
	color:#5f7a94;
	}

a
	{
	text-decoration:none;
	}

a, a:hover
	{
	font-size:small;
	font-weight:bold;
	color:#97AABC;
	color:#f60;
	}

#menu a, #menu a:hover
	{
	color:#F60;
	text-decoration:none;
	font-weight:normal;
	font-size:large;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

a:hover
	{
	text-decoration:underline;
	}	

#navC a
	{
	font-size:small;
	color:#fff;
	}

.title, h2
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-weight:bold;
	color:#97AABC;
	}

h2 {
	margin: 0.5em 0 0.3em 0;
	}
	
#footer, #footer a
	{
	color:#aaa;
	font-size:x-small;
	}

.nd
	{
	font-size: 0.75em;
	vertical-align: 40%;
	}

h1 span.nd
	{
	font-size: 0.5em;
	}

#newsC p
	{
	/*
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#BFA595;
	*/
	font-size:0.85em;
	}

#newsC a
	{
	font-size:0.85em;
	}


acronym
	{
	font-family:"Courier New", Courier, mono;
	cursor:help;
	font-size:small;
	color:#666;
	background:url(/img/acron.gif) repeat-x bottom;
	}

#contentContainer ul
	{
	margin-left: 2em;
	width: 200px;
	list-style-type:none;
	}

#contentContainer ul li
	{
	padding:0; margin:0; border:0;
	height:16px;
	background:url(/img/bg_px.gif) no-repeat;
	}

#contentContainer ul li.end
	{
	background:url(/img/bg_px_e.gif) no-repeat;
	}

#contentContainer ul li a
	{
	padding-left: 25px;
	}

#contentContainer ol li
	{
	margin-left: 30px;
	}

#cLogin, #cLogin a
	{
	font-size:x-small;
	color:#999;
	}

#hh {
	visibility:hidden;
	height:1px;
	}

#hh img{
	height:1px;
	width:1px;
	}
	
/* END TYPOGRAPHY ELEMENTS =========================== */
-->
