*{ 
margin:0;
padding:0;
}
html,body { 
color:#FFFFFF;
/* background-color:rgb(190,190,190);
background-image:url(/images/bg-main.jpg);  **/
background: url(/images/bg-main.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
/*#main-container {
background-color:#000000;
}*/
/* head */
.content .head{
	margin: 0 0 5px 0;
	display:block;
	padding: 0 0 0 0;
/*	border: solid white .25em;
	border-radius: 2pt 2pt; */
}
/* End Head */
/* right side box */
.content .rightbox{
	float:right;
	width:400px;
	margin: 0 0 0 0px;
	display:block;
	padding: 0 0 0 0;
}
/* end right side box */

/* left side box */
.content .leftbox {
	float:left;
	width:600px;
	margin:0 0 0 5px;
	display:block;
	padding: 5px 0 0 0;
}
/* left side box end */
/* Foot */
.content .foot{
	margin: 20px 0 0 0;
	display:block;
	padding: 20px 0 0 0;
}
/* End Foot */
/* Left Third box */
.content .leftthird{
	float:left;
	width:341px;
	margin: 0 0 0 5px;
	display:block;
	padding: 5px 0 0 0;
}
/* end Left Third box */
/* Middle Third box */
.content .middlethird{
/*	float:center; */
	margin-left: auto;
    margin-right: auto;
	width:341px;
/*	margin: 0 0 0 0; */
	display:block;
	padding: 5px 0 0 0;
}
/* end Middle Third box */
/* Right Third box */
.content .rightthird{
	float:right;
	width:341px;
	margin: 5px 0 0 0;
	display:block;
	padding: 5px 0 0 0;
}
/* end Right Third box */
.content {
position: relative;
width: 1024px; 
margin: 20px auto;
padding: 20px;
background-color:rgb(255,255,255);
background:rgba(255,255,255,0.9);
border: solid black .5em;
border-radius: 25pt 25pt;
/*-moz-border-radius: 50px;*/
/*background:#FFFFFF; */
/*background:rgb(255,255,255) transparent; */
/*background:rgba(255,255,255,0.8);*/
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
text-align:left;*/
/* border-radius: 50px;
/*-moz-box-shadow: 0 0 20px black; 
-webkit-box-shadow: 0 0 20px black; 
box-shadow: 0 0 20px black;*/
/*background-image:url(/images/backgrd-new.jpg);*/
}
table {
margin-right:auto;
margin-left:auto;
}
img{ 
border:1;
 }
a:link {
color:#000000
 }
a:visited {
color:#808080
 }
a:active {
color:#339933
}
p {
margin: 15px;
}
p.audioplayer_1 {
  text-align:center;
}
font {
font-family:"Georgia",
             "Georgia",
			 serif;
			 color:#002266;
}
h1 {
font-family:"Georgia",
             "Georgia",
			 serif;
font-style:normal;
font-size:250%;
font-weight:bold;
color:#002266;
}
h2 {
font-family:"Georgia",
             "Georgia",
			 serif;
font-style:normal;
font-size:150%;
font-weight:bold;
color:#002266;
}
.paratext {
font-family:"Georgia",
             "Georgia",
			 serif;
font-size:100%;
text-decoration:none;
color:#002266;
}
.paraital {
font-family:"Georgia",
             "Georgia",
			 serif;
font-size:80%;
font-style:italic;
text-decoration:none;
color:#002266;
}
.paraboldital {
font-family:"Georgia",
             "Georgia",
			 serif;
font-size:100%;
font-weight:bold;
font-style:italic;
text-decoration:none;
color:#002266;
}
.parabold {
font-family:"Georgia",
             "Georgia",
			 serif;
font-size:100%;
font-weight:bold;
text-decoration:none;
color:#002266;
}
.paratextblack {
font-family:"Georgia",
             "Georgia",
			 serif;
font-size:100%;
text-decoration:none;
color:#000000;
}
.footnote {
font-family:"Georgia",
             "Georgia",
			 serif;
font-size:60%;
text-decoration:none;
color:#002266;
}
.paralargetext {
font-family:"Georgia",
             "Georgia",
			 serif;
font-size:120%;
text-decoration:none;
color:#002266;
}
.img-left{ 
	float:left;
	margin:0 15px 0 0;
	/* margin:0 25px 0 15px; */
}
.img-right{
	float:right;
	margin:0 0 0 15px;
	/* margin:0 15px 0 25px; */
}
.img-center{ 
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 0.1em;
}
hr {
	border:0;
	height:1px;
	background-color:#002266;
	color:#002266;
	/* gray: 808080 aaaaaa
	green: 819b0e 9eba29
	blue: 809dc4 a0b7d4
	teal: 2a9dba 8abfcc */
}