@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	background:url(../Images/image-back.jpg) center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

img{
	border:0px;
}

/* Font Classes */

a:link, a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover, a:active{
	color:#666666;
	text-decoration:underline;
}

.textMain{
	font-size:12px;
	line-height:16px;
}

.Header{
	font-size:16px;
	font-weight: bolder;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.Header2{
	font-size:10px;
	font-style:italic;
	color:#000000;
}
	
.TopNav {
	color:#FFFFFF;
	font-size:11px;
}

.TopNav a:link, .TopNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.TopNav a:hover, .TopNav a:active{
	color:#CCCCCC;
	text-decoration:none;
}

.Footer{
	font-size:10px;
	color:#FFFFFF;
}

/* Window Layout */

#window{
	width:900px;
	margin-top:20px;
}

#windowTopLeft{
	background:#000000;
	width:27px;
	height:37px;
}

#windowTopSlice{
	background:#000000;
}

#windowTopRight{
	background:url(../Images/window-top-right.gif) no-repeat top right;
	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/image-bar-right.jpg) repeat-x right top;
}

#windowBarCenter{
	background:url(../images/image-bar-back.jpg) repeat-x top;
	height:22px;
	padding-left:140px;
}

#windowBarLeft{
	background:url(../images/image-bar-left.jpg) repeat-x left top;
}

/* Logo Containers */

#logoTopContainer{
	background:url(../images/image-logo-top.jpg) no-repeat bottom left;
	height:37px;
	width:273px;
	float:left;
}

#logoBottomContainer{
	background:url(../images/image-logo.jpg) no-repeat;
	height:96px;
	width:400px;
	float:left;
}
 
#backgroundRight {
background:url(../images/image-back.jpg) no-repeat;
height:425px;
width: 336px;
float: right;

}

/* Navigation Containers */

#topNav{
	float:right;
	width:500px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}

#lowerNav{
	float:right;
	width:500px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}

