/* MAIN */

body {
	background-color: #0A2F58;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial;
	color:#000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height: 170%;
	padding-top: 5px;
	
}

#outerbox {
  border: 2px solid #7c0000;
  overflow: auto;
}

#innerbox {
  margin: 2px;
  
}

#navbar {
  background-color: #fff;
  text-align: left;
  padding: 5px;
  border-top: 26px solid #bb5f62;
  color: #6b2d2f;
}


/* CONTAINER TO CENTER THE LAYOUT */
#container {
	width: 750px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #fff;
}





/* MENU */
.blockmenu {
width: 100%;
margin: 0;
margin-top: 0;
padding: 0;
float: left;
font: bold 10px Verdana;
border: 1px solid #fff;
border-width: 1px 0px 0px 0px;
background: #94090d;
text-transform: uppercase;
}

.blockmenu li {
display: inline;
}

.blockmenu li a {
float: left;
color: #fff;
padding: 7px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.blockmenu li a:visited {
color: #fff;
}

.blockmenu li a:hover {
  background: #0A2F58;
  color: #fff;
}


/* HEADER FOR LOGO */
#header {
	padding: 0px;
	margin: 0px;
}
#fullheader {
	padding: 1px;
	margin: 0px;
}


#pagetitle{
	background: url('../images/titlebg.gif') no-repeat 195px 0px;
	height: 63px;
}


/* CONTENT */
#content {
	background-color: transparent;
	padding: 0px;
	margin-left: 202px;
	margin-right: 0px;
	
}

#fullcontent {
	background-color: transparent;
	padding: 27px 0 0 0;
	margin-left: 0px;
	margin-right: 0px;
	
}

div#content { 
	min-height:500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}


p {
	padding: 8px 4px;
	margin:0px;
}





/* LEFT NAVIGATION */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}





/* COLOR BOXES */
#leftbox {
  border: 1px solid #bcc3cd;
  margin: 5px;
  background-color: #e5efff;
  font-size: 11px;
  color: #274e75;
  padding: 0px 0px 5px 0px;
}

#membersbox {
  border: 1px solid #d0bfbf;
  margin: 5px;
  background-color: #ffecec;
  font-size: 12px;
  color: #000;
}

p.ad {
	padding: 8px 4px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #cdcdcd;
  margin: 5px;
  background-color: #f4f4f4;
}

p.important {
	padding: 8px 4px;
	text-align: center;
	border: 1px solid #b38485;
  margin: 5px;
  background-color: #f3e5e5;
  color: #99232e;  
}

p.green {
	padding: 8px 4px;
	text-align: center;
	border: 1px solid #76a57a;
  margin: 5px;
  background-color: #e1efe2;
  color: #01770c;
}


p.yellow {
	padding: 8px 4px;
	border: 1px solid #8c9044;
  margin: 5px;
  background-color: #fcffe5;
}





/* LISTS */
ul.leftboxlist {
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 5px 30px;
  position:relative;
  top: -10px;
}





/* FORM */
 input {
  font-size: 11px;
  font-family: Arial;
}

 input.text {
  font-size: 11px;
  font-family: Arial;
  border: 1px solid #bb5151;
  width: 150px;
}

 select {
  font-size: 11px;
  font-family: Arial;
}

 select.selectcp {
  font-size: 11px;
  font-family: Arial;
  border: 1px solid #bb5151;
  width: 150px;
}

 input.button {
 color: #000;
 background: #eeeeee;
 border: 1px solid #c2c2c2;
 padding: 2px;
}

 input.memberbutton {
 color: #000;
 background: #f0e0e0;
 border: 1px solid #bb5151;
 padding: 2px;
 margin-left:auto;
 margin-right:auto;
 margin: 5px;
}

table.formcp {
	font-size: 12px;
	width: 98%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

table.formcp td {
	color: #000;
	padding: 4px;
	text-align: left;
}

table.formcp td.name {
	width: 25%;
	text-align: right;
}





/* LOGIN */
table.formlogin {
	font-size: 12px;
	width: 98%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

table.formlogin td {
	background-color: #f3f3f3;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #ffffff solid;
}

table.formlogin td.name {
	width: 25%;
	text-align: right;
}





/* HYPERLINKS */

a {color: #96080c; text-decoration: underline;}
a:visited {color:#96080c; text-decoration: underline;}
a:hover {color: #96080c; text-decoration: none;}
a:active { color:#96080c; text-decoration: none;}

.footertext a {
  color: #fff;
  text-decoration: underline;
}

.footertext a:visited {
  color:#fff;
  text-decoration: underline;
}

.footertext a:hover {
  color: #fff;
  text-decoration: none;
}

.footertext a:active {
  color:#fff;
  text-decoration: none;
}


.leftboxlist a {
  color: #446590;
  text-decoration: underline;
}

.leftboxlist a:visited {
  color:#446590;
  text-decoration: underline;
}

.leftboxlist a:hover {
  color: #446590;
  text-decoration: none;
}

.leftboxlist a:active {
  color:#446590;
  text-decoration: none;
}


/* FONT HEADING STYLES */

h2 {
	font-size:14px;
	color: #d29a4b;
	padding: 70px 0px 5px 5px;
	margin:0px;
	border-bottom: 1px solid #d29a4b;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 6px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	color: #000;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  padding: 6px 0px 6px 5px;
	margin:0px 0px 0px 0px;
	color: #fff;
	background-color: #446590;
	background-image: url('../images/leftboxheader.gif');
	background-repeat: repeat-x;
}

h5 {
  font-size: 12px;
  font-weight: bold;
  padding: 6px 0px 6px 5px;
	margin:0px 0px 0px 0px;
	color: #fff;
	background-color: transparent;
	background-image: url('../images/membersboxheader.gif');
	background-repeat: repeat-x;
}

h6{
	font-weight: bold;
	color: #FFFFFF;
	font-size:26px;
	padding: 20px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	background-color: transparent;
}




/* FOOTER */
#footer {
  background-color: #94090d;
  width: 752px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.footertext {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-family: Verdana;
  line-height: 120%;
}



/* DIV TABLE */
div.table {
	float:left;
	position:relative;
	width:100%;
	margin:0 0 37px 0;
	}
table.listing {
	border-bottom:1px solid #9097A9;
	width:99%;
	padding:0;
	margin:0;
	border:1px solid #9097A9;
	}
table.listing th {
	border-top:0 !important;
	}
table.listing th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}
div.table img.left {
	position:absolute;
	top:0;
	left:0;
	}
div.table img.right {
	position:absolute;
	top:0;
	right:1px;
	}
/* table styles */
table.listing td,
table.listing th {
	border:1px solid #fff;
	text-align:center;
	}	
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}
table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 5px;
	}
table.listing .bg td {
	background:#ECECEC;
	}
table.listing .white td {
	background:#fff;
	}	
table.listing .first {border-left:0px solid #9097A9;text-align:left;}
table.listing .last {border-right:0px solid #9097A9;}

table.listing th.first {background:#9097A9 url(../img/bg-th-left.gif) no-repeat left top;border-left:0;}
table.listing th.last {background:#9097A9 url(../img/bg-th-right.gif) no-repeat right top;border-right:0;}

table.listing .style1 {font-weight:bold;color:#FF7A00;}
table.listing .style2 {font-weight:bold;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}
table.form .last {padding:1px 0 1px 5px;text-align:left;}
table.form th,
table.form td {padding-left:10px;}
table.form input.text {width:262px}

/* table select */
div.table .select {
	float:right;
	margin:2px 1px 0 0;
	width:176px;
	height:25px;
	background:#9097A9 url(../img/bg-select.gif);
	color:#fff;
	}
div.table .select strong {
	float:left;
	padding:5px 0 0 5px;
	}	
div.table .select select {
	float:right;
	width:78px;
	margin:2px 3px 0 0;
	text-align:right;	
	}
	
/* right column header */
#right-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}
/* right column box */
#right-column .box {
	float:left;
	width:121px;
	padding:5px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
	}
	
/* right column buttons */
.buttons {
	clear:both;
	text-align:center;
	padding:30px 0 15px 0;
	}
.buttons input {margin:0 0 6px 0;}



