/* CSS Document */
body{
	margin-top: 10px;margin-bottom: 5px;
/*	margin-right: 10px;	
	margin-left: 10px;*/
}
.topMenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
}
.topMenu a{
	color: #003471;
	text-decoration: none;
}
.topMenu a:hover{
	color: #A7470E;
}
.sideMenu {
	border: 2px solid #B6CAE2;
	width: 260px;

}

.menuGroupName {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #848383;
	font-weight:bold;
	font-size:18px;
	padding-left: 10px;
}
.sideMenuItems {
}
.sideMenuItems a{
	color: #696969;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}
.sideMenuItems a:hover{
	color: #A7470E;
	font-weight: bold;
}

.classIntroBlock {
	/*height: 200px;
	width: 200px;*/
}
.classIntroBlockSeperatorHorizontal {
	width: 170px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #B1B1B1;
	font-size: xx-small;

}

.classIntroBlockSeperatorVertical {
	width:1px;
	height: 170px;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #B1B1B1;
	font-size: xx-small;
}

.classIntroBlockTitle {
	color: #A7470E;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
}
.classIntroBlockButton {
	color: #A7470E;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 0px;
}
.classIntroBlockContent{
	font-size: 14px;
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.classIntroBlockContent a{
	font-size: 16px;
	color: #A7470E;
}

#popitmenu{
position: absolute;
background-color: #FFFFFF;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #144280;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #144280;
color: white;
}

.bottonBar{
	width: 90%;
	color: #AEAEAE;
	font-size: 11px;
	border-top: 1px solid #DFE3E6;
	border-right: 0px solid #DFE3E6;
	border-bottom: 0px solid #DFE3E6;
	border-left: 0px solid #DFE3E6;
}
.bottonBar a{
	color: #AEAEAE;
}
