@charset "UTF-8";

body {
	margin: 0px;
	background-color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
}
.side{
	position: fixed;
	background-color:#000099;
	width: 150px;
	height: 100%;
}

.top{
	position: fixed;
	background-color:#000099;
	width: 100%;
	height: 150px;
}
.content{
	padding-top: 200px;
	padding-left: 280px;
	padding-right: 100px;
	min-width:700px;
}
.navSel{
	background-image: url(images/nav1.png);
	width:102px;
	height:31px;
	background-repeat: no-repeat;
	float: left;
	padding-top: 7px;
}
.navUnSel{
	background-image: url(images/nav2.png);
	width:102px;
	height:31px;
	background-repeat: no-repeat;
	float: left;
	padding-top: 7px;
	background-attachment: scroll;
}
.navUnSel:hover{
	background-image: url(images/nav1.png);
}
.nav{
	position: relative;
	float: right;
	text-align: center;
	vertical-align: top;
	padding-top:119px;
	padding-right: 110px;
	text-decoration: none;
}
.navLink{
	padding-right: 5px;
	text-decoration: none;
	color:#000099;
	line-height: 18px;
}
.subnav{
	float: left;
	padding-top: 160px;
	padding-left:282px;
	text-align: left;
}

a, a:visited{ color: #000099; } 
A:hover{
	color: red;
	text-decoration: none;
}


.yui-carousel-element li {
    height: 405px;
}
li{
	width: 505px;
}
