@charset "UTF-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%; 
background-color: white;
font-family:Arial, Helvetica, sans-serif;
background-image:url(back.jpg);
}

#framecontentLeft{
	position: absolute;
	top: 240px;
	left: 0;
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: rgb(243,241,236);
}

#framecontentTop{
	position: absolute;
	top: 4px;
	left: 207px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	height: 190px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color:#FFFFFF;
	width:840px;
	height:230px;
}

#maincontent{
color: #9c1818;
background-color:#ffffff;
position: absolute; 
height:auto;
width: 80%;
top: 245px; /*Set top value to HeightOfTopFrameDiv*/
left:175px; /*Set left value to WidthOfLeftFrameDiv*/
overflow:visible;
border-right:#9c1818 dashed 4px;
border-left:#9c1818 dashed 4px;
border-top:#9c1818 solid 4px;
border-bottom:#9c1818 solid 4px;
}

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

* html body{ /*IE6 hack*/
padding: 110px 0 120px 200px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

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

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}

h2 {
	color: #9c1818;
	font-size: 1.5em;
	background-color: #ffffff;
	margin-right:auto;
	margin-left: auto;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-color: color:#9c1818;
	border-bottom-width:thick;
	padding-left: 10;
	text-align:center;
}

h3 {
	color:#ffffff;
	background-color:#9c1818;
	margin-right:auto;
	margin-left: auto;
	padding: 0;
	padding-left: 10px;
	text-align:left;
}
.sec{
	color:#9c1818;
	font-size:.75em;
	font-style:normal;
	text-align:justify;
}
.div{
border-bottom:dashed 3px #9c1818;
}

