@charset "utf-8";
/* Main web site styles */

html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color:#c1ebfe;
	margin: 0px;
	padding:0;
	height:100%;
	background-image:url(../images/page_graphics/side_line.png);
	background-repeat:repeat-y;
}
.sideLine{
/*background-image:url(../images/page_graphics/side_line.png);
background-repeat:repeat-y;*/
width:9px;
height:100%;
}
#page{

position:absolute;
top:0;
left:0;
height:100%;
width:100%;
}
#headerBG{
background-image:url(../images/page_graphics/header_bg.png);
background-repeat:repeat-x;
width:100%;
height:150px;
}
#footer{
position:absolute;
bottom:0;
background-image:url(../images/page_graphics/footer_bg.png);
background-repeat:repeat-x;
width:100%;
left:0;
font-size: 10px;
color:#333333;
height: 30px;
}
#contentArea{
min-height:100%;
position:absolute;
top:0;
left:0;
width:100%;
}
#clock{
position:absolute;
z-index:100;
top: 5px;
right:10px;
font-size:11px;
font-weight:bold;
}
#loader{
position:absolute;
z-index:100;
top: 25px;
right:10px;
}
#header{
width:100%;
height:100px;
}
#content{
clear:both;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 50px;
}
#navTable{
border:none;
width:100%;
height:95px;
}
hr{
color: #333333;
}
h1{
font-size: large;
font-weight:bold;
color: #333333;
text-align: center;
}

h2{
font-size: large;
font-weight:bold;
}

h3{
font-size: medium;
font-weight:bold;
}

.floatleft{
float: left;
}
.navLink:link{
text-decoration:none;
color:#FFFFFF;
font-size: 14px;
font-weight: bold;
}

.navLink:active{
text-decoration:none;
color:#FFFFFF;
font-size: 14px;
font-weight: bold;
}

.navLink:visited{
text-decoration:none;
color:#FFFFFF;
font-size: 14px;
font-weight: bold;
}

.navLink:hover{
text-decoration: underline;
color:#FFFFFF;
font-size: 14px;
font-weight: bold;
}

a:link{
}

a:active{
}

a:visited{
}

a:hover{
text-decoration: none;
}

.smallLink:link{
font-size: 11px;
}

.smallLink:active{
font-size: 11px;
}

.smallLink:visited{
font-size: 11px;
}

.smallLink:hover{
font-size: 11px;
}
.tabs{
float:left; 
text-align:center;
height: 26px;
}
.tabspacer{
float:left;
width: 6px;
}
.navTabs{
position:relative;
width: 100%;
top: 42px;
height: 26px;
}
.tabLink:link{
text-decoration:none;
color:#FFFFFF;
font-size: 13px;
font-weight: bold;
}

.tabLink:active{
text-decoration:none;
color:#FFFFFF;
font-size: 13px;
font-weight: bold;
}

.tabLink:visited{
text-decoration:none;
color:#FFFFFF;
font-size: 13px;
font-weight: bold;
}

.tabLink:hover{
text-decoration:underline;
color:#FFFFFF;
font-size: 13px;
font-weight: bold;
}
#footerText{
float: left;
font-size: 11px;
color:#333333;
padding-top: 8px;
padding-left: 20px; 
}

#creatorLogo{
padding-top: 2px;
float:right;
text-align: right;
width: 270px;
padding-right: 20px; 
}
#creatorLogoLink:link{
font-size: 11px;
color:#333333;
text-decoration:none;
}
#creatorLogoLink:active{
font-size: 11px;
color:#333333;
text-decoration:none;
}
#creatorLogoLink:visited{
font-size: 11px;
color:#333333;
text-decoration:none;
}
#creatorLogoLink:hover{
font-size: 11px;
color:#000000;
text-decoration:none;
}


