/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #35424D;
}
body {
	background-color: #8ca2b9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0%;
}
a:link {
	color: #41415F;
}
a:visited {
	color: #54687A;
}
a:hover {
	color: #54687A;
}
a:active {
	color: #566b7e;
}
h1 {
	font-size: 13px;
	color: #41415f;
}.Lside {
	background-image: url(elements/bkgrd/side-L.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.Rside {
	background-image: url(elements/bkgrd/side-R.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


/*NAVIGATION1 START*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 0 0;
margin-left: 0;
font: 12px Tahoma;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 4px 6px;
margin-right: 0;
border-bottom: none;
background-color: #8ca2b9;
color: #53697B;
}

.basictab li a:visited{
color: #566B7E;
}

.basictab li a:hover{
background-color: #9E9EBD;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 0;
padding: 4px 6px;
margin-right: 0;
background-color: #9E9EBD;
color: black;
}
/*END navigation1*/

/*NAVIGATION2 START*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab2{
padding: 0 0;
margin-left: 0;
font: 11px Tahoma;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab2 li{
display: inline;
margin: 0;
}

.basictab2 li a{
text-decoration: none;
padding: 4px 6px;
margin-right: 0;
border-bottom: none;
background-color: #8ca2b9;
color: #53697b;
}

.basictab2 li a:visited{
color: #566B7E;
}

.basictab2 li a:hover{
background-color: #9E9EBD;
color: black;
}

.basictab2 li a:active{
color: black;
}

/*END navigation2*/

/*SLIDESHOW centering */
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
/*end slideshow centering */

.style1 {
	font-size: 11px;
	color: #53697b;
}
.style2 {
	color: #41415f;
	font-weight: bold;
	font-size: 14px;
}
.style3 {color: #AEAEAE;
		font-size: 11px
}
.style4 {
	font-size: 11px;
	color: #999999;
}
.style5 {font-size: 110%}
.style7 {font-size: 11px}
