@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{
	border:0px;
}

/* Font Classes */

input, td{
	font-size:12px;
	color:#222222;
}

a:link, a:visited{
	color:#336699;
	text-decoration:none;
}

a:hover, a:active{
	color:#336699;
	text-decoration:underline;
}

.Header{
	font-size:16px;
	font-weight:bold;
	color:#336699;
}

.TopNav{
	color:#333333;
	font-size:10px;
	text-transform:uppercase;
}

.TopNav a:link, .TopNav a:visited{
	color:#333333;
	text-decoration:none;
}

.TopNav a:hover, .TopNav a:active{
	color:#9c9284;
	text-decoration:none;
}

.bottomLinks{
	color:#CCCCCC;
	font-size:10px;
}

.bottomLinks a:link, .bottomLinks a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.bottomLinks a:hover, .bottomLinks a:active{
	color:#CCCCCC;
	text-decoration:overline;
}


/* Window Layout */

#window{
	width:900px;
	margin-top:20px;
}

#windowTopLeft{
	background:url(../images/window-top-left.gif) no-repeat bottom right;
	width:27px;
	height:37px;
}

#windowTopSlice{
	background:url(../images/window-top-slice.gif) repeat-x bottom;
}

#windowTopRight{
	background:url(../images/window-top-right.gif) no-repeat bottom left;
	width:27px;
	height:37px;
}

#windowSideLeft{
	background:url(../images/window-side.gif) repeat-y left #FFFFFF;
}

#windowCenter{
	background:#FFFFFF;
}

#windowSideRight{
	background:url(../images/window-side.gif) repeat-y right #FFFFFF;
}

#windowBottomLeft{
	background:url(../images/window-bottom-left.gif) no-repeat top right;
	width:27px;
	height:27px;
}

#windowBottomSlice{
	background:url(../images/window-bottom-slice.gif) repeat-x top;
}

#windowBottomRight{
	background:url(../images/window-bottom-right.gif) no-repeat top left;
	width:27px;
	height:27px;
}


#windowBarRight{
	background:url(../images/window-side.gif) repeat-y right #84adcd;
}

#windowBarCenter{
	background:#888F9A;
	height:34px;
	padding-top:0;
	padding-left:0;
}

#windowBarLeft{
	background:url(../images/window-side.gif) repeat-y left #84adcd;
}

#windowleftside{
	background:url(../images/right-side.jpg) no-repeat right;
	height:84px;
	width:27px;
}

/* Logo Containers */

#logoTopContainer{
	background:url(../images/image-logo-top.jpg) no-repeat bottom left;
	height:37px;
	width:479px;
	float:left;
}

#logoBottomContainer{
	background:url(../images/image-logo.jpg) no-repeat;
	height:84px;
	width:479px;
	float:left;
}

/* Navigation Containers */

#topNav{
	float:right;
	width:300px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}

#lowerNav{
	float:right;
	width:500px;

	padding-right:10px;
	padding-top:13px;	
	text-align:right;
}
