/* style.css CSS document */

body {
	background: #ABBEDC;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

li {
	font-size: 14px;
	color:#3C2C21;
	}
td {
	color:#3C2C21;
	font-weight: normal;
	margin-left: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

td img {
    display: block;
	border: 0x solid #3C2C21;
}

a {
  color: #213F70;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
    color: #315CA4;
    text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.style1 {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
.style2 {
	color: #660000;
	font-size: 12;
	font-style: italic;
}
.style3 {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

p {
	color:#3C2C21;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
img {
	border: 1px solid #3C2C21;
}
h1 {
	font-size: 24px;
	color: #922816;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	color: #FF0000;
	padding: 5px;
}
h5 {
	font-size: 12px;
	font-style:italic;
	color: #922816;
	padding: 0px;
	text-align:center;
	margin-bottom: 0px;
}

/*General purpose classes and ids (Used as template by all pages) */
.right { float: right; }
.left { float: left; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

/* Site Header and footer classes */

.frame {	/* Outer div for page content inside header and footer */
    background-image: url(Images/BodyBackground.jpg);
	background-repeat:repeat; 
    background-position: top; 
	padding: 0px;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 740px;
}
.homeframe {	/* Outer div for page content inside header and footer */
	background: #ABBEDC;
    background-position: top; 
	margin: auto;
	width: 740px;
}

.footerframe {
    background-image: url(Images/BodyBackground.jpg);
	background-repeat:repeat; 
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	width: 740px;

}
.header {
	padding:0px;
	margin:0px;
}

#megazine {
    height: 425px;
    outline: none;
    width: 100%;
}



