/* CSS Document */
body{
	background: #ebebeb;
	margin: 0; 
	padding:0; 
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration: none;
}
#wrapper{
	background-color: #fff;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	height: 100%;
	margin: auto;
	padding: 0;
	width: 1005px;
}
#top{
	background-color: #fff;
	position: relative;
	text-align: left;
}
#top #logoContainer{
	height: 175px;
}
#top #logo{
	border: none;
	margin: 25px 30px 45px 30px;
}
#top #banner{
	height: 128px;
	left: 545px;
	position: absolute;
	top: 20px;
	width: 445px;
}
#top #banner #LinkTop #SlideShowTop{
	border: 1px solid #ddd;
	height: 128px;
	width: 445px;
}
#navBar{
	background-color: #000;
	position: relative;
	height: 26px;
	color: white;
	text-align: right;
	padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}
#nav{
	display:table-row-group;
	position: absolute;
	bottom: -6px;
	left: 5px;
	margin: 0;
	padding: 0;
	
}
#navBar a{
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration:none;
}
#nav li{
	background-image: url('images/button.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	display: table-cell;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 37px;
	max-height: 38px;
	line-height: 15px;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 6px;
	padding-top: 3px;
	text-align: left;
	width: 77px;
	
}
#nav li:hover, #nav li.over{
	background-image: url('images/buttonDown.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	display: table-cell;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 37px;
	max-height: 38px;
	line-height: 15px;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 6px;
	padding-top: 3px;
	text-align: left;
	width: 77px;
}
#nav li a{
	color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	text-decoration:none;
}
#content{
	margin-top: 15px;
	padding: 5px;
}
#leftSide{
	float: left;
	margin-bottom: 40px;
	margin-left: 10px;
	width: 820px;
	min-height: 100px;
	text-align: left;	
	/*background-color: blue;*/
}
#leftBar{
	background-color: #fff;
	text-align: left;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 25px;
	width: 170px;
}
#leftBar a.index{
	text-decoration: none;
}
#leftBar img{
	margin: 5px 0px 5px 20px;
}
#leftBar img.cover{
	border:1px solid black;
	float:right;
	margin: 25px 0px 60px 10px;
}
#leftBar h1{
	color: #000099;
	display: inline;
	font-size: 20px;
	font-weight: bold;
}
#leftBar h2{
	color: #000099;
	display: inline;
	font-size: 14px;
}
#leftBar h3{
	display: inline;
	font-size: 10px;
	font-weight: bolder;
}
#middle{
	background-color: #e1e1e1;
	float: left;
	font-family: Arial, Helvetica, sans-serif; 
	margin-bottom: 40px;
	margin-left: 20px;
	padding-bottom: 30px;
	text-align: left;
	width: 640px;
}
#middle a.index{
	text-decoration: none;
}
#middle h1{
	display: inline;
	font-size: 22px;
	margin-left: 30px;
}
#middle #subwebIcons{
	background-color: #fff;
	width: 100%;
}
#middle #subwebIcons table{
	font-size: 10px;
	margin: 0px;
}
#middle #subwebIcons table tr{
	display: table-row;
}
#middle #subwebIcons table tr td{
	display: table-cell;
	text-align:center;
	vertical-align: bottom;
	width: 158px;
}

#middle #subwebIcons table tr td img{
	border: none;
}
#middle table{
	margin-left: 15px;
}
#rightBar{
	float: left;
	height: 445px;
	margin-left: 25px;
	width: 128px;
}
#rightBar #SlideShowRight{
	border: 1px solid #ddd;
	height: 445px;
	width: 128px;
}
#bottom{
	background-color: #000;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
}
#bottom table{
	margin: auto;
}
#bottom table tr td{
	width:400px;
}
#bottom table tr td h1{
	font-size: 22px;
	color:#fff;
}
a.login{
	text-align:right;
}
span.smallprint{
		font-size: 11px;
	}
