@charset "utf-8";
/* CSS Document */
/*html{
	height: 100%;
}*/

body{
	padding:0px;
	margin:0px;
	background-color: #6F7A86;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	color:#394455;
}

p{
	margin: 0px;
 	padding: 0px 0px 8px 0px;
	line-height: 1.5em;
}

.emphasize{
	font-weight: bold;
	color:#CC0000;
	
}

.center{
	text-align: center;
}

.bigger{
	font-size: 130%;
}

.bold{
	font-weight: bold;
}

.indent{
	padding-left: 20px;
}

#topBar{
	height: 35px;
	font-size: 94%;
	color: white;
	font-variant:small-caps;
}

#topBar a, #footer a{
	text-decoration: none;
	background:transparent;
	color: white;
}
#topBar a:hover, #footer a:hover{
	text-decoration: underline;
}

#mainContainer{
	background: url(../pictures/mainBorder.png) repeat-y center;
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}

#container {
	width: 880px;
	height:auto;
	margin: auto;
  	padding: 0px;
}
	
#topBar{
	background:url(../pictures/blockdefault.png);
	text-align:center;
	padding: 10px 10px 0px 5px;
	font-weight: bolder;
	font-size: 120%;
	letter-spacing:1px;
}


#header {
	height: 150px;
	background: #000000 url(../pictures/logo.png) no-repeat top center;
}

/* sidebar properties*/
#sidebar{
	height: 400px;
	padding: 16px 0px 15px 0px;
	margin:0px;
	/*border: yellow solid 1px;*/
	float:right;
	
}

.sidebaritem{ 
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding:0px;
 	width:236px;
	color: #DDDDDD;
}

.sbihead{
	height: 22px;
 	padding: 2px 0px 2px 0px;
	text-transform: uppercase;
	background: #FFFFFF url(../pictures/sbi_header.png) repeat-x center center;
	color: #222222;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.sbicontent{
	padding: 0px 6px 6px 10px;
}

.sbicontent h2{
	color: #FFFFFF;
	margin:12px 0px 5px 0px;
	font-size:125%;
	font-weight: bolder;
}

.sbicontent p{
	line-height: 1.1em; 
	padding: 0px 0px 8px 0px;
}

.sbicontent a:link, .sbicontent a:visited{
	color: #DDDDDD;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.sbicontent a:hover{
	border-bottom: 1px solid;

}

.conStatColor{
	color: #FFFFFF;
	font-weight:bold;
}

#conn{
	display: none;
}
/* end of sidebar properties */

#specialInfo{
	position: relative;
	top: 1px;
	left: 600px;
	width: 220px;
	text-align:center;
	color: white;
	font-weight: bold;
	font-size: 24px;
	font-style:italic;
}

#bodyContent{
	text-align: justify;
	width: 622px;
	height: auto;
	margin: 0px;
	padding: 20px 10px 0px 10px;
	/*border: red 1px solid;*/
}

#bodyContent h1{
	padding: 6px 0px 4px 0px; 
  	margin: 0px 0px 12px 0px; 
  	border-bottom: 1px solid;
  	font-size: 150%;
	letter-spacing: .05em;
  	text-transform: uppercase;
  	font-weight: bold;
	color: #CC0000;
}

#bodyContent h2{
	color: #314455;
	font-weight:bold;
 	font-size: 130%;
	padding:4px 0px 0px 0px;
}

/* unordered list */
#bodyContent ul{
	margin: 8px 0px 0px 16px;
	padding: 0px;
}

#bodyContent ul li{
	list-style-type: square;
	margin: 0px 0px 8px 10px; 
	padding: 0px;
}

#bodyContent ul li ul li{
	list-style-type:circle ;
	margin: 0px 0px 6px 10px; 
	padding: 0px;
}

#bodyContent a:visited{
	color: #440000;
}

#bodyContent a:link{
	color:#394455;
}

#bodyContent a:hover{
 	color: #CC0000;
}



#footer{
	clear:right;
	margin-top:15px;
	height: 100%;
	
}

#lastUpdate{
	color: black;
	padding: 0 0 4px 7px;
	font-style:italic;
	color:#394455;
	font-size: 84%;
}

#footerContent{
	background: url(../pictures/blockdefault.png) repeat-x top center;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
	color: white;
	font-variant:small-caps;
	font-size: 94%;
}

.validator{
	border:0;
	width:78px;
	height:22px;
	vertical-align:bottom;
}

/* special links */
.specialLinks a{
	color: #CC0000;
}

.specialLinks a:link, .specialLinks a:visited{
	color: #CC0000 !important ;
	text-decoration:none;
	font-weight: bold;
}

.specialLinks a:hover{
	text-decoration: underline;
}

/* form */

label{
	float: left;
	width:150px;
	font-weight: bold;
}

.specialLabel{
	padding-bottom: 15px;
}

.specialLabel label{
	float:none;
}

.specialLabel input{
	width: 0px;
}

input{
	width: 200px;
	margin-bottom: 5px;
}

#joinForm br{
	clear: left;
}

#submitButton{
	margin-left: 140px;
	margin-top:5px;
	width:90px;
}

legend{
	font-weight: bold;
	color: #CC0000;
	font-variant: small-caps;
	padding-bottom: 10px;
}

.submitBtn{
	color: white;
	background: url(../pictures/blockdefault.png) repeat-x top center;
	width: 100px;
}

.star{
	font-weight: normal;
	color: #CC0000;
	font-size:80%;
	vertical-align:middle;
}

.hidden{
	visibility:hidden;
}

/* table */
.contactData td, th{
	padding: 2px;
}

.contactData th{
	color: #CC0000;
}

.contactData tr{
	vertical-align:top;
}

.contactData table{
	margin: 0px 15px 0px 2px;
	width: 180px;
}

#linkPage{
border-collapse:collapse;
margin-left: 15px;
}

#linkPage tr{
	vertical-align:top;
	
}

#linkPage td{
padding: 5px 30px 5px 5px;
}
.grey{
	background-color: #DDDDDD;
}
