/* CSS Document */
/* body */ 

body {
	margin:0px;
	background: #06014e;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
}

/* text */ 

#text {
	padding: 0px 0px;
	font-size: 12px;
	color: #cdcdcd;
	font-weight: normal;
	height: 12px;
	font-family: verdana;
}

#title {
	padding: 0px 0px;
	font-size: 20px;
	color: #202020;
	font-weight: bold;
	height: 18px;
	font-family: verdana;
}

#big {
	padding: 0px;
	font-size: 14px;
	color: #202020;
	font-weight: bold;
	height: 14px;
	font-family: verdana;
}

#textlink {
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana;
}
#textlink a, #link a:hover { color: #0a0085; text-decoration: none; }
#textlink a:hover { color: #0a0085; text-decoration: underline; }

#bigtextlink {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
}
#bigtextlink a, #link a:hover { color: #247eca; text-decoration: none; }
#bigtextlink a:hover { color: #0a0085; text-decoration: underline; }

#navbar {
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana;
}
#navbar a, #link a:hover { color: #247eca; text-decoration: none; }
#navbar a:hover { color: #0a0085; text-decoration: underline; }

#portlink {
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana;
}
#portlink a, #link a:hover { color: #0a0085; text-decoration: none; }
#portlink a:hover { color: #0a0085; text-decoration: underline; }

#footerlink {
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana;
}
#footerlink a, #link a:hover { color: #0a0085; text-decoration: none; }
#footerlink a:hover { color: #0a0085; text-decoration: underline; }

/* tables */ 

table.contentBANNER { 
width: 963px;
border-spacing: 0px;
background-color: #dcedfb;
margin-top: 0px;
}

table.contentBANNER td { 
height: 25px;
font-family: verdana;
font-weight: bold;
font-size: 12px;
color: #1faebf;
background-color: #dcedfb;
}

table.contentLEFTNAV { 
color: #000000;
width: 250px;
border-spacing: 5px;
background-color: #b8d9f5;
margin-top: 0px;
}

table.contentLEFTNAV td.specials { 
text-align: center;
background-color: inherit;
font-family: verdana;
font-weight: bold;
font-size: 18px;
color: #000000;
}

table.contentLEFTNAV td { 
font-family: verdana;
font-weight: normal;
font-size: 10px;
background-color: #b8d9f5;
color: #000000;
border: 5px #b8d9f5 solid;
text-align: left;
border-spacing: 5px;
}

table.contentMAIN { 
font-family: verdana;
font-weight: normal;
font-size: 12px;
color: #000000;
width: 963px;
border-spacing: 0px;
margin-top: 0px;
}

table.contentMAIN td { 
height: 50px;
font-family: verdana;
font-weight: normal;
font-size: 12px;
border-spacing: 0px;
color: #000000;
text-align: left;
}

table.contentMAIN td.right { 
width: 713px;
font-family: verdana;
font-weight: normal;
font-size: 12px;
border-spacing: 0px;
color: #000000;
background-color: #dcedfb;
text-align: left;
}

/* footer */

#footer-text {
	padding: 0px;
	font-size: 10px;
	font-family: verdana;
}

table.footerMAIN { 
font-family: verdana;
font-weight: bold;
font-size: 10px;
color: #000000;
width: 963px;
height: 30px;
background-color: #247eca;
border-spacing: 0px;
margin-top: 0px;
}

table.footerMAIN td { 
font-family: verdana;
font-weight: bold;
font-size: 12px;
color: #0a0085;
background-color: #247eca;
text-align: center;
}

/* lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}