/* CSS Document */

.menutitle{
	cursor:pointer;
	margin-bottom: 2px;
	color:#002569;
	width:175px;
	padding:2px;
	text-align:left;
	font-weight:normal;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	padding-left: 5px;
	background-position: left;
}
.menutitle a:link{
	text-decoration: none;
}
.menutitle a:visited{
	text-decoration: none;
}
.menutitle a:hover{
	text-decoration: none;
}


.submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 15px;
	text-decoration: none;
	margin-bottom: 0px;
}
.submenu a:link{
	color: #666666;
	text-decoration: none;
}
.submenu a:visited{
	color: #666666;
	text-decoration: none;
}
.submenu a:hover{
	text-decoration: underline;
}

#masterdiv {
	width: 275px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	border-left-style: solid;
	border-left-color: #333333;
	border-left-width: 1px;
	padding-left: 15px;
}
.name{
	color:#002569;
	font-weight:normal;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.name a{
	color:#002569;
	text-decoration: none;
	font-weight: bold;
}

.name a:hover{
	color:#002569;
	text-decoration: underline;
}
.name a:visited{
	color:#002569;
}

.nameline {
	width: 269px;
	margin-top: 20px;
	margin-left: 0px;
	border-left-style: solid;
	border-left-color: #333333;
	border-left-width: 1px;
}
.nameline p{
	line-height: 15px;
}
.bkg_navlines {
	background-image: url(../images/bkg_navlines.gif);
	background-repeat: repeat-x;
}
.logo {
	margin-bottom: 12px;
}
