/* CSS Document */
#head
{
	height:242px;
	width:870px;
}

#logo{
	padding-top:10px;
	height:100px;
}

.navTitle1 a{
	color:#0000FF;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
}

.navTitle1 a:hover{
	color:red;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
}

.navTitle2 a{
	color:#0000FF;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

.navTitle2 a:hover{
	color:red;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}



#banner
{
	width:670px;
	height:110px;
	float:left;
	text-align:right;
}

#navigate{
	width:870px;
	height:22px;
	padding-top:8px;
	padding-bottom:0px;
	background:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#navigate a{
	color:white;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
	padding-left:4px;
}

#navigate a:hover{
	color:white;
	font-size:12px;
	font-weight:700;
	text-decoration:underline;
	padding-left:4px;
}

#adv{
	width:870px;
	height:100px;
}

