*{
	margin:0;
	padding:0;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#003366;
}
body{
	background-image:url(../images/background.gif);
	background-repeat:repeat;
}
.container{
	font-size:12px;
	margin:auto;
	text-align:left;
	width:1000px;
	height:767px;
	background-color:#FFFFFF;
}
.left{
	width:5px;
	height:767px;
	float:left;
	background-image:url(../images/side.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.right{
	width:5px;
	height:767px;
	float:right;
	background-image:url(../images/side.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.logo{
	margin-bottom:-120px;

	position:relative;
	z-index:45;
}
.triangle{
	margin-bottom:-18px;
	text-align:center;
	float:left;
	position:relative;
	z-index:40;
}
.line{
	margin-top:-170px;
	float:left;
	width:990px;
	height:170px;
	background-image:url(../images/top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	z-index:35;
}
.image{
	width:470px;
	height:335px;
	float:left;
	position:relative;
	z-index:15;
}
.content{
	width:500px;
	height:597px;
	line-height:14px;
	float:right;
	position:relative;
	z-index:30;
}
.content .title{
	width:500px;
	height:50px;
	line-height:50px;
	font-weight:bold;
}
.content p{
	padding-bottom:10px;
	padding-right:10px;
	line-height:15px;
}
.content .box{
	padding-right:5px;
	height:290px;
	overflow-x:hidden;
	overflow-y:auto;
	/*
	scrollbar-base-color:transparent;
	scrollbar-arrow-color:transparent;
	scrollbar-track-color:transparent;
	*/
}
.content .box1{
	width:215px;
	height:362px;
	overflow:hidden;
	float:left;	
}
.content .box1 img{
	vertical-align:middle;
}
.content .box1 a{
	color:#6699CC;
	text-decoration:none;
	font-weight:bold;
}
.content .selection{
	font-weight:bold;
}
.content .selection:hover{
	cursor:pointer;
	cursor:hand;	
}
.content .box2{
	padding-right:5px;
	width:280px;
	height:362px;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	/*
	scrollbar-base-color: #336699;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	*/
}
.content .box2 p{
	line-height:13px;
}
.blueprint{
	margin-top:-300px;
	margin-left:5px;
	width:990px;
	height:300px;
	float:left;
	display:inline;
	position:relative;
	z-index:20;
}
.footer{
	width:1000px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
}
.footer a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}