body {
	background-color: #183C48;
	margin:0;
	padding: 0px;
	font-size:10px;
	font-family: "Arial",sans-serif;
}
#header {
	text-align: left;
	
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 147px;
}
.logo {
	float: left;
	margin-bottom: 17px;
}
#uppernav {
	text-align: left;
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #000000;
	background:transparent url(images/bg-uppernav.gif) repeat-x;
}
#uppernav li {
	list-style-type: none;
	float: left;
	
}




/** LOGIN **/
#login {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;

}
#join {
	width: 155px;
}
#join div {
	font-size: 10px;
	background-color: #F89803;
	padding: 10px;
}

#login input.button  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #317A93;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#login td.text {
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	font-size: 10px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}


#login input.textbox  {
	width: 126px;
	margin-right: 2px;
	font-size: 12px;
	color: Black;
	/*background-color: #797979;*/
	background-color: White;
	border: solid 0.01em #b2c6da;
}
/** TOPNAV **/
.topnavContainer
{
	display: block;
	width: 955px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 35px;
	line-height: 20px;
}

#topnav {
	height: 35px;
	float: left;
	width: 955px;
}
#topnav li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	background:transparent url(images/bg_topnav_right.jpg) no-repeat right top;
	padding: 0px 30px 0px 30px;
	font-weight: bold;

}

#topnav li.current a {
	background:transparent url(images/bg_topnav_right_o.jpg) no-repeat right top;
}
#topnav li a:hover {
	background:transparent url(images/bg_topnav_right_o.jpg) no-repeat right top;
}
#topnav ul {
	padding:0px;
	margin:0px;
	float: right;
}
#topnav li {
	float: left;
	background:transparent url(images/bg_topnav_left.jpg) no-repeat left top;
	padding:0;
	list-style:none;
	margin-right:0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#topnav li.current {
	background:transparent url(images/bg_topnav_left_o.jpg) no-repeat left top;
}
#topnav li:hover {
	background:transparent url(images/bg_topnav_left_o.jpg) no-repeat left top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a {float:none;}

.subMenu1
{
	display: none;
	width: 170px;
	margin:35px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position:absolute;
	z-index:50;
	padding: 0px 30px 0px 30px;
	
}
.subMenu1 a
{
	border-top:solid 1px white;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	background:#353535;
	padding: 0px 30px 0px 30px;
	font-weight: bold;
}
.subMenu1 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	background:Gray;
	padding: 0px 30px 0px 30px;
	font-weight: bold;
}
#sub_software
{
	margin-left: 272px;
	width: 157px;	
}


/* End IE5-Mac hack */

#banner {
	height: 300px;
	background-image: url(images/bg-banner.jpg);
	background-repeat: repeat-x;
	clear: both;
	border-top:solid 5px #317A93;
	border-bottom:solid 5px #317A93;
}
#contents-container{
	background-image: url(images/bg_contents.jpg);
	background-repeat: repeat-x;
	background-color: #353535;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	min-height:200px;
	clear:both;
}
#contents {
	width: 685px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}
#lefthandBanner {
	padding-top: 8px;
	width: 270px;
	text-align: left;
}
.leftBanner {
	height: 90px;
	width: 260px;
	color:White;
	text-align:center;
	vertical-align:middle;
	background-color: Transparent;
	/*border:0.01em solid #B2C6DA;*/
	border:0.01em solid Transparent;
	margin-bottom: 8px;
}

.container {
	width: 955px;
}

#contents h1 {
	font-family: "Arial",sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00CCFF;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contents a {
	color: #00CCFF;
	text-decoration:none;
	
}
.orange {
	color: #FE9900;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #00CCCC;
}
/**News***/
#news {
	float: left;
	width: 260px;
	display: block;
	height: 300px;
	color:White;
	background-image: url(images/bg_news.jpg);
	background-color: #307A93;
	margin-right: 8px;
}
.news
{
	padding-left: 5px;
	position: relative;
	margin-right: 20px;
	/*border-left: #c1c1aa 1px solid;*/
}
.newsItem
{
	clear: both;
}
.newsImage
{
	float: left;
	position: relative;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-right: 5px;
	text-align: left;
}
.newsHeading
{
	padding-top: 5px;
}
.newsHeading a
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #00ccff;
	text-decoration: underline;
	background-position: left 6px;
	padding-left: 15px;
}
.newsIntro
{
	margin-top: 3px;
	display: block;
	padding-top: 3px;
	padding-left: 15px;
}
.newsIntro a
{
	color: #78B016;
	text-decoration: none;
}
.newsIntro a:hover
{
	color: #78B016;
	text-decoration: none;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#news h1{
	font-size: 20px;
	padding-right: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#news div {

	border:0px;
	/*border: 1px solid #000000;*/
	text-align: left;
	padding: 7px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news div h2 {
	margin: 0px;
	font-size: 12px;
}
#news div p {
	color: #FFFFFF;
	font-size: 13px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pic {
	float: left;
	width: 682px;
}
td.textbox {
	background-image: url(images/bg-txtbox.gif);
	background-repeat: no-repeat;
	line-height: 16px;
	margin: 0px;
	height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 213px;
}
.button
{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #3D99B8;
	border: solid 0.01em  #b2c6da;
}
.Textbox
{
	font-size: 12px;
	color: Black;
	width: 150px;
	background-color: White;
	border: solid 0.01em #b2c6da;
}
.DropDown
{
	font-size: 12px;
	color: Black;
	width: 155px;
	background-color: White;
	border: solid 0.01em #b2c6da;
}
#myGallery
{
	text-align: left;
	margin: 0 auto;
}
#myGallery h3
{
	margin-bottom:0px;
padding-bottom:0px;
}
#myGallery p
{
	margin-top:0px;
padding-top:0px;
}
