.siteContainer {
	float: left;
	position: absolute;
	left: 50%;
	margin: 10px auto 0 -480px;
	width: 960px;
	min-height: 500px;
}
	.siteHeader {
		float: left;
		width: 960px;
		background: #FFF;
	}
		.topstart {
			float: left;
			width: 960px;
			height: 12px;
		}
			.leftTop {
				float: left;
				background:url('../img/layout/lefttop.gif') no-repeat;
				width: 12px;
				height: 12px;
			}
			.horTop {
				float: left;
				width: 936px;
				border-top: 3px solid #c1c1c1;
			}
			.rightTop {
				float: right;
				background:url('../img/layout/righttop.gif') no-repeat;
				width: 12px;
				height: 12px;
			}
		.logo {
			float: left;
			width: 150px;
			height: 36px;
			border-left: 3px solid #c1c1c1;
		}
			.logo img {
				margin-left: 10px;
			}
		.login {
			float: right;
			width: 370px;
			height: 36px;
			margin: 14px 10px 0 0;
			text-align: right;
		}
			.login strong {
				color: #FFF;
				font-weight: bold;
				font-size: 14px;
				margin-right: 1px;
				margin-top: 4px;
				height: 23px;
				float: left;
			}
			.login form {
				margin-right:10px;
			}
			.logText {
				width: 130px;
				height: 18px;
				border: 1px solid #999;
			}
			.logSubmit {
				width: 23px;
				height: 22px;
				background: url('../img/layout/login_up.gif') no-repeat;
				cursor: pointer;
				border: none;
				padding-bottom: 6px;
				color: #FFF;
			}
			.logSubmit:hover {
				width: 23px;
				height: 22px;
				background: url('../img/layout/login_ov.gif') no-repeat;
				cursor: pointer;
				border: none;
				color: #FFF;
			}
		.topMenu {
			float: left;
			width: 954px;
			height: 132px;
			background: url('../img/layout/header_log.jpg') no-repeat 11px 0px;
			border-left: 3px solid #c1c1c1;
			border-right: 3px solid #c1c1c1;
		}
			.menuItems {
				float: left;
				margin: 60px 0px 0px 30px;
				width: 900px;
				color: #FFF;
			}
				.menuItems a {
					color: #FFF;
					font-size: 14px;
					font-weight: bold;
					text-decoration: none;
				}
				.menuItems a:hover,.menuItems a.selected {
					color: #CCC;
					font-size: 14px;
					font-weight: bold;
					text-decoration: none;
				}
	.pageContainerSite {
		float: left;
		width: 954px;
		background: #FFF;
		min-height: 300px;
		border-left: 3px solid #c1c1c1;
		border-right: 3px solid #c1c1c1;
	}
		.breadCrumb {
			margin: 4px 0 0 30px;
			float: left;
			width: 900px;
			height: 20px;
			color: #999;

		}
			.breadCrumb a {
				font-size: 10px;
				color: #999;
				text-decoration: none;
			}
			.breadCrumb a:hover {
				font-size: 10px;
				color: #444;
				text-decoration: none;
			}
			.breadCrumb strong {
				font-size: 10px;
				font-weight: bold;
				color: #444;
			}
		.leftMenu {
			float: left;
			width: 185px;
			margin: 0 0 20px 10px;
		}
		.homeSpacer {
			float: left;
			width: 30px;
		}
		/*	.leftMenu a {
				float: left;
				display: block;
				width: 127px;
				padding: 0 15px;
				min-height: 23px;
				border: 1px solid #999;
				border-bottom: 0px;
				color: #AAA;
				font-size: 14px;
				line-height: 18px;
				font-weight: bold;
				text-decoration: none;
				background: url('../img/layout/main_up.gif') #efefef no-repeat;
			}
			.leftMenu a:hover,.leftMenu a.selected{
				color: #171F82;
				background: url('../img/layout/main_ov.gif')#efefef no-repeat;
			}
			.leftMenu a.sub {
				color: #AAA;
				font-size: 13px;
				width: 122px;
				font-weight: bold;
				text-decoration: none;
				padding: 0 15px 0 20px;
				background: url('../img/layout/sub_up.gif')#efefef no-repeat;
			}
			.leftMenu a.sub:hover,.leftMenu a.subselected {
				color: #171F82;
				font-size: 13px;
				width: 122px;
				font-weight: bold;
				text-decoration: none;
				padding: 0 15px 0 20px;
				background: url('../img/layout/sub_ov.gif')#efefef no-repeat;
			}
			.leftMenu .close {
				border-top:1px solid #999;
				height: 1px;
				width: 159px;
				float: left;
			}
			*/
			.leftMenu a {
				float: left;
				display: block;
				width: 150px;
				border-bottom: 2px solid #AAA;
				line-height: 16px;
				padding: 3px 0 3px 10px;
				text-align:right;
				text-decoration:none;
				font-size: 13px;
				margin: 3px 0 0 5px;
			}
			.leftMenu a:hover, .leftMenu a.selected {
				border-bottom: 2px solid #171F82;
				color: #333;
			}
			.leftMenu a.selected {
				font-weight: bold;
			}
			.leftMenu a.sub {
				border-bottom: 1px dotted #AAA;
				font-size: 11px;
				margin: 0 0 0 5px;
			}
			.leftMenu a.sub:hover,.leftMenu a.subselected {
				border-bottom: 1px dotted #171F82;
				color: #333;
				font-size: 11px;
				margin: 0 0 0 5px;
			}
		.pageContentSite {
			float: left;
			width: 575px;
			margin-top: 5px;
		}
		.pageContentSite h1 {
			color: #171F82;
			font-weight: bold;
			font-size: 15px;
			margin-bottom: 10px;
		}
		.pageContentSite p {
			line-height: 18px;
		}	
		.rightMenu {
			float: right;
			width: 170px;
			min-height: 100px;
			margin-right: 12px;
		}
			.rightMenu a{

			}
			.rightMenu a:hover {

			}
	.siteFooter {
		float: left;
		width:960px;
	}
		.contactFooter {
			border-left: 3px solid #c1c1c1;
			border-right: 3px solid #c1c1c1;
			width: 954px;
			float: left;
			background: #FFF;
		}
			.contactFooter p {
				width: 954px;
				text-align: center;
				font-size: 10px;
				color: #999;
			}
		.botend {
			float: left;
			height: 12px;
			width: 960px;
			background: #FFF;
		}
			.leftBot {
				float: left;
				background:url('../img/layout/leftbot.gif') no-repeat;
				width: 12px;
				height: 12px;
			}
			.horBot {
				float: left;
				width: 936px;
				height: 9px;
				border-bottom: 3px solid #c1c1c1;
			}
			.rightBot {
				float: right;
				background:url('../img/layout/rightbot.gif') no-repeat;
				width: 12px;
				height: 12px;
			}
		.subFooter {
			float: right;
			width: 400px;
			text-align: right;
			color: #FFF;
			margin: 10px 10px 0 0;
		}
			.subFooter a{
				color: #FFF;
				text-decoration: none;
			}
			.subFooter a:hover{
				color: #CCC;
				text-decoration:none;
			}
