body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
scrollbar-face-color: white; 
scrollbar-arrow-color: #5E0E3F;
scrollbar-base-color: #5E0E3F; 
scrollbar-track-color: #5E0E3F;
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 20px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #5E0E3F;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 20px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #5E0E3F;
color: white;
}

#framecontentTop, #framecontentBottom{
position: absolute;
top: 0; 
left: 20px; /*Set left value to WidthOfLeftFrameDiv*/
right: 20px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 20px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #5E0E3F;
color: white;
}

#framecontentBottom{
top: auto;
height: 20px; /*Height of bottom frame div*/
bottom: auto;
background-color: #5E0E3F;
}

#maincontent{
position: fixed; 
top: 20px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 20px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 20px; /*Set left value to WidthOfLeftFrameDiv*/
right: 20px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 20px 20px 20px 20px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}
#footer {
  position:absolute;
  bottom:-115px;
  width: 100%;
  padding: 5px 5px 5px 5px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.bevelmenu{
	font: bold 15px #5D103E "Times New Roman", Times, serif;
	color: #5D103E;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: white;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: white;
border: 2px solid white;
}

.bevelmenu li a:hover{
color: #5D103E;
background-color: snow;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

a:link {
	color: #5E0E3F;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
a:hover {
	color: #000066;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
a:active {
	color: #663366;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
p {
	font: 15px/20px Georgia, Times, serif;
	color: #000000;
	text-decoration: none;
}
h1 {
	font: 24px "Times New Roman", Times, serif;
	color: #5E0E3F;
}
h2 {
	font: bold 24px "Times New Roman", Times, serif;
	color: #000000;
}
h3 {
	font: normal 18px Georgia, Times, serif;
	color: #5E0E3F;
	text-decoration: none;
}
h4 {
	font: bold 15px Georgia, Times, serif;
	color: #5E0E3F;
	text-decoration: none;
}
h5 {
	font: lighter 18px "Times New Roman", Times, serif;
	color: #000000;
}
h6 {
	font: lighter 12px Georgia, Times, serif;
	color: #333333;
}
.navMenu {
	font: 16px Georgia, Times, serif;
	color: #5E0E3F;
}

.style1 {
	font-size: 12px;
	color: #000000;
}
.style2{font-family:"Times New Roman",Times,serif;font-size:16px;color:#333333;font-weight:bold;}
.style3{font-size:14px;font-weight:bold;}
.style4{font-family:"Times New Roman",Times,serif;font-size:20px;font-weight:bold;}
.style5{font-size:22px;color:#5E103F;}
.style6{font:20px"Times New Roman",Times,serif;}
.style7{color:#5E103F}
.style9{color:#5D103E;font-weight:bold;}
