body, table, tr, td, img { 
	behavior: url('js/iepngfix.htc'); 
}

body {
	background:url('../images/bg.jpg');
	background-color:#ffffff;
	margin:0px;
	color: #003A69;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;				
}

a.main-nav:link		{ font-size:13px; color: #003A69; text-decoration:none; font-weight:bold;}
a.main-nav:visited	{ font-size:13px; color: #003A69; text-decoration:none; font-weight:bold;}
a.main-nav:active	{ font-size:13px; color: #003A69; text-decoration:none; font-weight:bold;}
a.main-nav:hover	{ font-size:13px; color: #003A69; text-decoration:underline; font-weight:bold;}

a.white-nav:link	{ font-size:13px; color: #ffffff; text-decoration:none; font-weight:bold;}
a.white-nav:visited	{ font-size:13px; color: #ffffff; text-decoration:none; font-weight:bold;}
a.white-nav:active	{ font-size:13px; color: #ffffff; text-decoration:none; font-weight:bold;}
a.white-nav:hover	{ font-size:13px; color: #003A69; text-decoration:none; font-weight:bold;}

a.footer-nav:link	{ font-size:10px; color: #8EA09D; text-decoration:none;}
a.footer-nav:visited{ font-size:10px; color: #8EA09D; text-decoration:none;}
a.footer-nav:active	{ font-size:10px; color: #8EA09D; text-decoration:none;}
a.footer-nav:hover	{ font-size:10px; color: #003A69; text-decoration:underline;}	

a.small-nav:link	{ font-size:13px; color: #003A69; text-decoration:none; font-weight:bold;}
a.small-nav:visited	{ font-size:13px; color: #003A69; text-decoration:none; font-weight:bold;}
a.small-nav:active	{ font-size:13px; color: #003A69; text-decoration:none; font-weight:bold;}
a.small-nav:hover	{ font-size:13px; color: #003A69; text-decoration:underline; font-weight:bold;}

.copyright {
	font-size: 10px;
	color: #8EA09D;
}

.whitetxt {
	color: #ffffff;
}

h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thumbnail			{ border: 1px solid #003A69; }
.thumbnail:hover	{ border: 1px solid #ffffff; }
.thumbnail:hover	{ color: #003A69; /* irrelevant definition to overcome IE bug */ }

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 460px; /*Width of Carousel Viewer itself*/
	height: 440px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 15px; /*margin around each panel*/
	width: 440px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.input_box { 
	border: 1px solid #444; 
	width: 250px; height: 26px;
	padding: 1px;
	background-color: #090d0a;
	color: #f0f0f0;
}

.news_box { 
	border: 1px solid #aaa; 
	width: 160px; height: 26px;
	padding: 1px;
}

.button { width:100px; height:26px;}

.news_button { width:70px; height:26px;}

.upload
{
	width: 200px;
	height: 26px;
	padding: 2px;
}

select
{
	width: 350px;
	height: 26px;
	padding: 2px;
}

.news_box:hover, .news_box:focus { border:1px solid #ffff33; background-color: #ededed; }

.input_box:hover, .input_box:focus, textarea:hover, textarea:focus, .news_box:hover, .news_box:focus  { border:1px solid #003A69; background-color: #f0f0f0; }
