﻿/* CSS layout */
#masthead {
   position:relative;
   position:fixed;
   z-index: 2;
   top:0;
   width:503px;
   left:27%;
   background-repeat:no-repeat;
   background-color:;
}

#container {
    position: relative;
	background-position:center; 
	width: 99%;
	top:0;
	background-color:#F8F3DE ;
	height:auto;
}

#body{
    position:relative;
    width:100%;
    height:auto;
    background-color:#F8F3DE;

}

#left_col {
	width: 15%;
	position: fixed;
	left: 20px;
	top:30%;
	background-color:white;
	border-style:double;
	border-color:fuchsia;
}

#page_content {
    position:relative;
    top:125px;
    right:5%;
    width:99%;
    height:auto;
    background-color: #FFFFFF;
	border-style: double double double double;
	border-color:blue;
	padding:8px;
	margin-right: 15%;
	margin-left: 15%;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;

}



#right_col {
	width: 15%;
	position: fixed;
	right: 20px;
	top: 30%;
	background-color:white;
	border-style:double;
	border-color:fuchsia;

}
#hr{
    position:relative;
    color:blue;
    width:30%;
}

#style1 {
	font-family: Andalus;
	font-weight: bold;
	font-size: x-large;
	border: 3px double #FFCCFF;
	background-color:white;
}
.style2 {
	font-size: large;
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}

#style3 {
	font-family: Andalus;
	font-weight: bold;
	font-size: medium;
	border: 3px double #FFCCFF;
	background-color:white;

}
.style4 {
	color: #000000;
}
.style5 {
	font-family: Andalus;
	font-size: medium;
}
.style6 {
	font-family: Andalus;
	font-weight: bold;
	font-size: medium;
}

.style7 {
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
	color: #FF00FF;
}
.style9 {
	color: #6699FF;
	font-style: italic;
	font-weight: bold;
}
.style11 {
	font-weight: bold;
	font-size: medium;
	color: #000080;
}
.style12 {
	font-weight: bold;
	font-size: x-large;
	color: #0000FF;
	text-decoration: blink;
}
.style13 {
	font-weight: bold;
}
.style14 {
	font-size: medium;
	color: #0000FF;
}
.style15 {
	font-family: Andalus;
	font-weight: bold;
	font-size: medium;
	color: #000000;
}
.style16 {
	color: #000000;
}
.style18 {
	border: 2px double #0000FF;
}
.style19 {
	border: 3px double #0000FF;
	padding: 2px;
}
.style20 {
	border: 3px double #0000FF;
}
.style21 {
	border: 3px double #0000FF;
	padding: 1px 2px;
}
.style22 {
	font-size: medium;
	color: #FF0000;
	font-weight: bold;
}
.style23 {
	font-weight: bold;
	font-size: medium;
	text-decoration: blink;
}
.style25 {
	font-weight: bold;
	font-size: medium;
}
.style27 {
	border-style: outset;
	border-color: #0000FF;
}
.style29 {
	border-style: inset;
}
.style4 {
	color: #000000;
}
.style30 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

.style42 {
	font-size: large;
	font-weight: bold;
}
.style44 {
	font-style: italic;
	font-size: medium;
}
.style46 {
	font-size: x-large;
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}
.style47 {
	font-size: medium;
}

.style48 {
	font-family: Andalus;
	font-weight: bold;
	font-size: x-large;
	color: #000000;
}
.style49 {
	color: #0000FF;
}
.style50 {
	font-style: normal;
}
.style51 {
	color: #008000;
}
.style52 {
	font-size: medium;
	color: #000080;
}
.style53 {
	text-decoration: blink;
}



