@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	background: url(../images/background.jpg) repeat-x top #839BB3;
	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:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
}

.TopNav a:link, .TopNav a:visited{
	color:#FFFFFF;
	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 #677C91;
}

#windowCenter{
	background:#ECE9E9;
}

#windowheader{
	background:#2A3240;
}

#windowSideRight{
	background:url(../images/window-side.gif) repeat-y right #677C91;
}

#windowsiderighttop{
	background: url(../images/window-side.gif) repeat-y right #2A3240;
}

#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 #AA3E00;
}

#windowBarCenter{
	background:#AA3E00 repeat-x;
	height:29px;
	padding-top:0;
	padding-left:0;
}

#windowBarLeft{
	background:url(../images/window-side.gif) repeat-y left #AA3E00;
}

/* Logo Containers */
#logosidecontainer{
	background:url(../images/image-logo-side.jpg) no-repeat top right;
	height:66px;
	width:27px;
	float:right;
}

#logoTopContainer{
	background:url(../images/image-logo-top.jpg) no-repeat bottom left;
	height:37px;
	width:291px;
	float:left;
}

#logoBottomContainer{
	background:url(../images/image-logo.jpg) no-repeat;
	height:66px;
	width:291px;
	float:left;
}

#leftimagecenter{
	background: url(../images/bar-end.jpg) no-repeat top left;
	height:29px;
	width:12px;
	float:left;
	vertical-align:top;
}
/* Navigation Containers */

#topNav{
	float:right;
	width:500px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}

#lowerNav{
	float:right;
	width:500px;

	padding-right:10px;
	padding-top:13px;	
	text-align:right;
}

