@charset "utf-8";
h1 {
	color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	margin-top: 10px;
	font-family: arial;
	font-size: 0.75em;
	color: #C5E7EB;
	text-decoration: none;
	background-image: url(../img/navigation/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	color:#FFFFFF;
}
.topFlash {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 147px;
}
form {
	display: inline;
}
input[type="text"]   {
	margin-top: 3px;
	margin-left: 3px;
	width: 172px;
	float: left;
	font-size: 85%;
	color: #1B2A41;
}
input[type="password"]   {
	margin-top: 3px;
	margin-left: 3px;
	width: 172px;
	float: left;
	font-size: 85%;
	color: #1B2A41;
}

.cssform {
	margin: 0px;
	padding: 10px;
}
.cssform p{
	width: 550px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.cssform label{
	font-weight: bold;
	float: left;
	width: 190px;
	padding-top:8px;
	padding-bottom: 8px;
}

.cssform input[type="text"]{ 
	width: 180px;
}
.cssform input[type="password"]{ 
	width: 180px;
}
.cssform select{
	border: 1px solid #B6DAED;
	margin-top:5px;
	font-size: 95%;
	background-color: #FFFFFF;
}
.cssform textarea{
	margin-top:5px;
	width: 200px;
	height: 50px;
	margin-bottom: 5px;
}


.cssform2 {
	margin: 0px;
	padding: 10px;
}
.cssform2 p{
	width: 550px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
}

.cssform2 label{
	font-weight: bold;
	float: left;
	width: 180px;
	padding-top:8px;
	padding-bottom: 8px;
	color: #000033;
}

.cssform2 input[type="text"]{ 
	width: 300px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.cssform2 input[type="password"]{ 
	width: 300px;
	height: 15px;
	padding: 0px;

}

.cssform2 select{
	border: 1px solid #B6DAED;
	margin: 0px;
	padding: 0px;

}
.cssform2 textarea{
	width: 302px;
	height: 50px;
	margin: 0px;
	padding: 0px;

}

.loginBox {
	width: 330px;
	height: 253px;
	border: 2px solid #FFFFFF;
	background-color: #00293D;
	margin-right: 5px;
}

.loginform {
	padding: 0px;
	margin: 0px;
	width: 330px;
	height: 253px;
	background-color: #00293D;
}

.loginform label {
	width: 100px;
	float: left;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}

.loginform p {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	width: 300px;
}

.loginform input[type="text"]{ 
	width: 102px;
}
.loginform input[type="password"]{ 
	width: 102px;
}

.form-error-message {
	color:#FF0000;
	font-size: 11px;
}

/*** Custom ***/
.bigRed {
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
}

.mainImg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.global {
	display: block;
	background-color: #1B2A41;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.button {
	margin-top: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* CSS Document */

#header {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 254px;
	overflow: hidden;
}
.topNavi {
	background-color: #1B2A41;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/navigation/topNaviBg.jpg);
	background-repeat: repeat-x;
	width: 1000px;
}
.topNavi  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topNavi li {
	display: inline;
	float: left;
	height: 70px;
}
.topNavi li a {
	color: #C5E7EB;
	text-decoration: none;
	display: block;
	background-image: url(../img/navigation/topNaviBg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 50px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bolder;
}
.topNavi li a:hover {
	background-image: url(../img/navigation/topNaviBgHover.jpg);
	height: 50px;
}
.topNaviLevel2 {
	width: 1000px;
	height: 36px;
	background-color: #00293D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00374B;
}
.topNaviLevel2 ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.topNaviLevel2 li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.topNaviLevel2 li a {
	padding-top: 5px;
	/*background-image: url(../img/navigation/blueArrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;*/
	background-position: left center;
	color: #AFE7EB;
	font-weight:bold;
	text-decoration:none;
}
.topNaviLevel2 li a:hover {
	color: #FFFFFF;
}

li.current a       {
	background-image: url(../img/navigation/topNaviBgHover.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #00293D;
	overflow: hidden;
	bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner p {
	padding: 0px;
	margin: 0px;
}
.banner object {
	padding: 0px;
	margin: 0px;
}

.bannerRight {
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.bannerRight img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bannerRight p {
	padding: 0px;
	margin: 0px;
}
.bannerRight object {
	padding: 0px;
	margin: 0px;
}

#center {
	float: left;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	width: 610px;
	color: #000033;
}
#centerForum {
	float: left;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 1000px;
}

#center p {
	padding: 0px;
	margin: 0px;
	text-align: justify;
	color: #000033;
}
.initialText {
	width: 300px;
	float: left;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.initialText a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:2px dotted #FFFFFF;
}

.initialText a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
}

.initialText img { text-decoration:none;border: 0px; }

.addthis_button { text-decoration:none;border-bottom: 0px; }


#left {
	background-color: #00293D;
	float: left;
	width: 195px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}
.leftNavi {
	padding: 0px;
	margin: 0px;
}
.leftNavi ul {
	width: 180px;;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftNavi li {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.leftNavi li a {
	display: block;
	background-color: #111D31;
	color: #C5E7EB;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.leftNavi li a:hover {
	display: block;
	background-color: #394C66;
	color: #FFFFFF;
	text-decoration: none;
}

#right {
	float: right;
	width: 190px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.rightBox {
	width: 185px;
	margin-left: 3px;
	margin-top: 3px;
	border: 1px solid #256E87;
	padding-top: 0px;
	padding-bottom: 3px;
	overflow: hidden;
	margin-bottom: 3px;
	background-color: #004262;
}
.rightBox ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.rightBox li {
	background-image: url(../img/navigation/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.rightBox li a {
	color: #C5E7EB;
	text-decoration: none;
}
.rightBox li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.leftBox {
	width: 190px;
	margin-left: 3px;
	margin-top: 3px;
	border: 1px solid #256E87;
	padding-top: 0px;
	padding-bottom: 3px;
	overflow: hidden;
	margin-bottom: 3px;
	background-color: #004262;
}
.leftBox ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.leftBox li {
	background-image: url(../img/navigation/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.leftBox li a {
	color: #C5E7EB;
	text-decoration: none;
}
.leftBox li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	background-color: #000000;
	height: 77px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #02475F;
}
.footerLinks {
	text-align: center;
	padding-top: 20px;
}
.footerLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerLinks li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.footerLinks li a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerLinks li a:hover {
	text-decoration: underline;
}
.footerBottomLinks {
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
}
.footerBottomLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerBottomLinks li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.footerBottomLinks li a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerBottomLinks li a:hover {
	text-decoration: underline;
}
.mmV {
	text-align: center;
	margin-top: 15px;
	font-size: 95%;
	color: #445772;
}
.mmV a {
	color: #445772;
}
.flagsHolder {
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.flagsHolder img {
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formtop {
	background-image: url(../img/navigation/bgFormTop.jpg);
	background-position: center top;
	width: 596px;
	margin-left: 3px;
}
.formmiddle {
	background-image: url(../img/navigation/bgFormMiddle.jpg);
	background-repeat: repeat-x;
	height: 500px;
	width: 596px;
	margin-left: 3px;
}
.formmiddleBig {
	background-image: url(../img/navigation/bgFormMiddleBig.jpg);
	background-repeat: repeat-x;
	width: 578px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 1px;
	vertical-align:top;
}
.formbottom {
	background-image: url(../img/navigation/bgFormBottom.jpg);
	width: 596px;
	background-position:center bottom;
	margin-left: 3px;
}
/********************************************
navigator / current location
*********************************************/
#navigator {
	color:#FFFFFF;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	clear: both;
	overflow: hidden;
	font-weight:bold;
	width: 500px;
}
#navigator li {
	display: block;
	padding-right: 8px;
	list-style-type: none;
	float: left;
	padding-top: 0px;
}
#navigator li.bookmark {
	float: right;
}
#navigator a {
	font-size:11px;
}

