/********************************************
*											*
*	General styling							*
*											*
********************************************/

body {
	background-color: #FFFFBB;
	text-align: center;
}
.stylingFrame {
	padding: 20px;
	width: 700px
}

/********************************************
*											*
*	Banner styling							*
*											*
********************************************/

.stylingFrameBanner {
	background-color: #00AAFF;
	height: 110px;
	font-family: Garamond, New Time Roman;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: #FFFF00;
}

/********************************************
*											*
*	Menu styling							*
*											*
********************************************/

.stylingFrameMenu {
	background-color: #00CC99;
	text-align: left;
	height: 28px;
}
a.stylingMenuBtn {
	background-color: #FFFFFF;
	border: 1px solid #00AAFF;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00AAFF;
	margin: 4px 0px 4px 5px;
	padding: 2px 12px 2px 12px;
}
a.stylingMenuBtn:hover {
	background-color: #00AAFF;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
a.stylingMenuBtnOpen {
	background-color: #FFFFBB;
	border: 1px solid #00AAFF;
	color: #00AAFF;
	cursor: default;
	display: block;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px 4px 5px;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
}
a.stylingMenuBtnOpen:hover {
	background-color: #00AAFF;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

/********************************************
*											*
*	Content styling							*
*											*
********************************************/

.stylingFrameContent {
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	border-left: 1px solid #00AAFF;
	border-right: 1px solid #00AAFF;
	border-bottom: 1px solid #00AAFF;
}
.stylingContentHead {
	margin-top: 20px;
	font-family: Garamond, New Time Roman;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #00CC99;
	text-align: left;
}
.stylingContentBody {
	margin-top: 20px;
	font-family:  Tahoma, Verdana, Arial;
	font-size: 12px;
	text-align: left;
}
.stylingContentBody a {
	font-family:  Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #0066FF;
}
.stylingContentBody a:hover {
	text-decoration: underline;
	color: #0066FF;
}

.stylingContentBody b {
	font-weight: bold;
	color: #00AAFF;
}

.stylingContentImgLeft {
	margin-right: 10px; 
	margin-bottom: 10px;
	border: 1px solid #00AAFF;
}
.stylingContentImgRight {
	margin-left: 10px; 
	margin-bottom: 10px;
	border: 1px solid #00AAFF;
}

/********************************************
*											*
*	Footer styling							*
*											*
********************************************/

.stylingFrameFooter {
	padding: 2px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}
.stylingFrameFooter a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
}
.stylingFrameFooter a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #0066FF;
	text-decoration: underline;
}