/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg02.png)}

#main {
	width:790px;
	height:985px;
	z-index:1;
	border: 1px solid #266EB7;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	}
#main2 {
	width:790px;
	height:1380px;
	z-index:1;
	border: 1px solid #266EB7;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	}
#content {
	text-align:left;
	width: 90%;
	margin-left: 40px;
	margin-right: 0px;
    }

#tabs {
	float:left;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	line-height:normal;
	border-bottom:1px solid #2C75BF;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:0px 10px 0px 0px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url(../images/left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(../images/right.png) no-repeat right top;
	padding:6px 34px 4px 24px;
	margin-right:1px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
#link a {
	text-decoration:none;
	color:#1A5591;
	}
	
#link a:hover { 
	text-decoration: underline;
	color:#1A5591;
	}
	
a:link {
	text-decoration: none;
	color: #1A5591;
	}
	
a:visited {
	text-decoration: none;
	color: #1A5591;
	}
	
a:hover {
	text-decoration: underline;
	color: #1A5591;
	}
	
a:active {
	text-decoration: none;
	color: #1A5591;
	}
img { border: none; }
 
p
{
white-space:nowrap;
}

a
{
  outline: none;
}

