@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	background: url(../images/background.jpg) no-repeat #142955;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{
	border:0px;
}

/* Font Classes */

input, td{
	font-size:12px;
	color:#222222;
}

a:link, a:visited{
	color:#630100;
	text-decoration:none;
}

a:hover, a:active{
	color:#550000;
	text-decoration:underline;
}

.Header{
	font-size:16px;
	font-weight:bold;
	color:#E0DFE3;
}

.TopNav{
	color: #4F0708;
	font-size:10px;
	text-transform:uppercase;
	padding-bottom:20px;
}

.TopNav a:link, .TopNav a:visited{
	color:#666666;
	text-decoration:none;
}

.TopNav a:hover, .TopNav a:active{
	color:#1B325E;
	text-decoration:none;
}

.bottomLinks{
	color:#666666;
	font-size:10px;
	text-align:left;
	padding-left:40px;
}

.bottomLinks a:link, .bottomLinks a:visited{
	color:#FF9E00;
	text-decoration:none;
}

.bottomLinks a:hover, .bottomLinks a:active{
	color:#FFFFFF;
	text-decoration:underline;
}


/* Window Layout */

#window{
	width:900px;
	margin-top:40px;
	margin-left:40px;
	
}

#windowTopLeft{
	background:url(../images/window-top-left.gif) no-repeat bottom right;
	width:27px;
	height:26px;
}

#windowTopSlice{
	background:url(../images/window-top-slice.gif) repeat-x bottom;
	width:846;
}

#windowTopRight{
	background:url(../images/window-top-right.gif) no-repeat bottom left;
	width:27px;
	height:26px;
}

#windowSideLeft{
	background: url(../images/window-side.gif);
}

#windowCenter{
	background:#ffffff;
	
}

#windowSideRight{
	background: url(../images/window-side-right.gif);
}

#windowBottomLeft{
	background:url(../images/window-bottom-left.gif) no-repeat top right;
	width:27px;
	height:26px;
}

#windowBottomSlice{
	background:url(../images/window-bottom-slice.gif) repeat-x ;
	width:846;
}

#windowBottomRight{
	background:url(../images/window-bottom-right.gif) no-repeat top left;
	width:27px;
	height:26px;
}


#windowBarRight{
	background:url(../images/rightbar.gif) repeat-y right #ffffff;
}

#windowBarCenter{
	background: url(../images/worclay_bar.jpg) right no-repeat #eaeaea;
	height:26px;
	
}

#windowBarLeft{
	background:url(../images/leftbar.gif) repeat-y left #ffffff;
}

#windowLeftlogo{
	background: url(../images/window-side.gif)  repeat-y;
	width:27px;
	
	
}

#windowrightlogo{
	background: url(../images/window-side-right.gif) repeat-y;
	width:27px;
	
	
}
#windowbackground{
	background:url(../images/body-background.jpg) no-repeat;
	height:400;
	width:300;
}
	

/* Logo Containers */

#logoTopContainer{
	background:url(../images/image-logo-top.jpg) no-repeat bottom left;
	height:26px;
	width:114px;
	float:left;
}

#logoBottomContainer{
	background:url(../images/image-logo.jpg) no-repeat #FFFFFF;
	height:58px;
	width:253px;

	
}
#logoBottomRightContainer{
	background: url(../images/div-background.jpg);
	height:124px;
	width:280px;
	float:left;
}

#body{
	background:url(../images/body.jpg) top no-repeat;
	float:right;
}
#border{
	background:url(../images/bottom.jpg) repeat-x;
	height:32px;
}

/* Navigation Containers */

#topNav{

	width:846px;
	text-align:right;
	vertical-align:top;

}

#lowerNav{
	float:right;
	width:500px;
	padding-right:10px;
	padding-top:13px;	
	text-align:right;
}

