/* CSS Document */

/* Tag Redifinitions */

body {
	background-image:   none;
	background-color: #025595;
}

html,body{
      margin:0px;
      padding:15px 0px 15px 0px;
      height:100%;
      border:none;
			text-align: left;
}

h1{
	color: #FFE600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	margin: 20px;
	margin-bottom: 10px;
}
h2{
	color: #6F869E;
	font-size: 12pt;
	font-weight: bold;
}
a{
	color: #FFE600;
}
/* Layout Styles ------------------------------------------------------------------------------ */

div.title{
	width: 698px; 
	border: 2px solid white;
}
div.nav{
	width: 698px; 
	border: 2px solid white;
	background-image: url(../images/nav-background.jpg);
	background-repeat: repeat-x; 
	color: white;
	font-weight: bold;
	font-family:arial;
	font-size: 10pt;
	text-align:left;
	overflow:hidden;
}
div.main{
	width: 698px; 
	border: 2px solid white;
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-x; 
	background-color: #1A5985;
	color: white;
	font-weight: bold;
	font-family:arial;
	font-size: 8pt;
	text-align: left;
}
	div.main p{
		margin: 20px;
	}
div.footer{
	width: 698px; 
	color: #7898C7;
	font-weight: bold;
	font-family:arial;
	font-size: 7pt;
}

/* Classes -----------------------------------------------------------------------------------------------------*/

a.button{
	display:block;
	width: 200px;
	border: 1px solid white;
	border-width: 0px 1px;
	text-align: center;
	padding-top: 5px;
	background-image: url(../images/btn-background.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: white;
	height: 27px;
	margin-right: 40px;
}
a.button:hover {
	background-image: url(../images/btnOver-background.jpg);
	text-decoration: none;
}
a.login{
	display:block; 
	font-family: arial; 
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: none;
	color: white;
}
a.login:visited{
	color: #7898C7;
}

.contact{
	width: 300px;
	border: 1px solid black;	
}
textarea.contact{
	height: 120px;
	font-family:arial;
}
/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint, .noPrint, #rightBar, #leftBar, #bottomLinks, #topLinks, #copyright, #title, #navBar, #footer {display: none;}
	.dropHolder, .shadow2, .shadow {display:none}
	div#otherPageContent, div#main {width: 100%; border: none}
	.ctlHolder {display: none;}
	.tab {visibility: hidden;}
}
		
