@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#FFFFFF;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}
#container {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align:left;
	z-index: 1;
}
#greyContainerOut {
	position:relative;
	top:0px;
	left:0px;
	width:635px;
	height:auto;
	z-index: 2;
}
#greyContainerIn {
	background-image: url(images/Sgrey.png);
	background-repeat: repeat-y;
	z-index: 3;
	text-align:justify;
	position:relative;
	top:9px;
	left:0px;
	width:555px;
	height:auto;
	padding-left:30px;
	padding-right:50px;
	padding-top:90px;
	padding-bottom:20px;
}
#greyBottom {
	z-index: 4;
	position:relative;
	top:9px;
	left:0px;
	width:635px;
	height:16px;
}
#TLgrey {
	position:absolute;
	left:0px;
	top:0px;
	width:16px;
	height:9px;
	z-index:1001;
	background-image: url(images/TLgrey.png);
	background-repeat:no-repeat;
}
#TRgrey {
	position:absolute;
	left:625px;
	top:0px;
	width:10px;
	height:9px;
	z-index:1002;
	background-image: url(images/TRgrey.gif);
	background-repeat:no-repeat;
}
#TSgrey {
	position:absolute;
	left:16px;
	top:0px;
	width:619px;
	height:9px;
	z-index:10;
	background-image: url(images/STgrey.gif);
	background-repeat:repeat-x;
}
#BLgrey {
	position:absolute;
	left:0px;
	top:0px;
	width:16px;
	height:16px;
	z-index:1003;
	background-image: url(images/BLgrey.png);
	background-repeat:no-repeat;
}
#BRgrey {
	position:absolute;
	left:625px;
	top:0px;
	width:10px;
	height:16px;
	z-index:1004;
	background-image: url(images/BRgrey.png);
	background-repeat:no-repeat;
}
#blueContainer {
	position:absolute;
	left:602px;
	top:32px;
	width:158px;
	height:500px;
	z-index:1999;
}
#blueContainerIn {
	top:8px;
	left:0px;
	height:492px;
	width:158px;
	z-index:2000;
	background-image: url(images/Sblue.png);
	background-repeat:repeat-y;
}
#TLblue {
	position:absolute;
	left:0px;
	top:0px;
	width:17px;
	height:11px;
	z-index:2010;
	background-image: url(images/TLblue.gif);
	background-repeat:no-repeat;
}
#BLblue {
	position:absolute;
	left:0px;
	top:489px;
	width:33px;
	height:11px;
	z-index:2011;
	background-image: url(images/BLblue.gif);
	background-repeat:no-repeat;
}
#TRblue {
	position:absolute;
	left:150px;
	top:0px;
	width:8px;
	height:8px;
	z-index:2012;
	background-image: url(images/TRblue.gif);
}
#STblue {
	position:absolute;
	left:0px;
	top:0px;
	width:158px;
	height:5px;
	z-index:2001;
	background-image: url(images/STblue.gif);
}
#SBblue {
	position:absolute;
	left:33px;
	top:489px;
	width:113px;
	height:11px;
	z-index:2004;
	background-image: url(images/SBblue.png);
}
#SBgrey {
	position:absolute;
	left:16px;
	top:0px;
	width:609px;
	height:16px;
	z-index:2;
	background-image: url(images/SBgrey.png);
}
#BRblue {
	position:absolute;
	left:146px;
	top:482px;
	width:12px;
	height:18px;
	z-index:2014;
	background-image: url(images/BRblue.png);
}
#menu {
	position:absolute;
	left:12px;
	top:16px;
	width:140px;
	height:225px;
	z-index:2020;
}
#logo {
	position:absolute;
	left:14px;
	top:0px;
	width:350px;
	height:61;
	z-index:1009;
}
#line {
	position:absolute;
	left:13px;
	top:70px;
	width:595px;
	height:5px;
	z-index:2100;
	background-image: url(images/Sline.gif);
	text-align:right;
}
.menuAlign {
	text-align:center;
	font-size:10px;
}
.menuPadding {
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
	text-align:left;
}
.menuLink {
	color:#333333;
	text-decoration:none;
}
.menuLinkSelected {
	color:#0290C8;
	text-decoration:none;
}
.menuLink:hover {
	background-image:url(images/menuHover.gif);
	background-repeat:no-repeat;
}
.links {
	color:#1EA7C9;
	text-decoration:none;
}
.picBorder {
	border:1px solid #999999;
	padding:3px;
	background-image:url(images/imgBg.gif);
	background-repeat:repeat-x;
}
