/* CSS Document */

html {
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #120A02;
	line-height: 16px;
	}
	
p, tr, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #120A02;
	line-height: 16px;
	}

h1 {
	font-size: 16pt;
	text-align: center;
	color: #5E4731;
	}

.h1img {
	display: none;
	}

h2 {
	font-size: 18pt;
	}

h3 {
	font-size: 20pt;
	}

h4 {
	font-size: 22pt;
	}

h5 {
	font-size: 24pt;
	}

hr	{
	border-style: solid;
	border-width: 1px;
	border-color: #5D4430;
	}

.xtraLarge {
	margin: 0px;
	font-size: 22pt;
	line-height: 22pt;
	font-weight: bold;
	}

.medLarge {
	margin: 0px;
	font-size: 13pt;
	line-height: 14pt;
	font-weight: bold;
	}

img {
	border: none;
	}

a:link {
	color: #120A02;
	text-decoration: none;
	}

a:visited {
	color: #120A02;
	text-decoration: none;
	}

a:hover {
	color: #5D4430;
	text-decoration: underline;
	}

a:active {
	color: #5D4430;
	text-decoration: underline;
	}

#MasterContainer {
	position: relative;
	float: left;
	background-color: transparent;
	}

#MainContainer {
	position: relative;
	background-color: transparent;
	}

#Left {
	display: none;
	}

#Right {
	display: none;
	}
	
#Header {
	display: none;
	}

#Nav {
	display: none;
	}

#ContentContainer {
	position: relative;
	background-image: none;
	overflow: auto;
	}

#ContentFrameLeft {
	display: none;
	}

#ContentFrameRight {
	display: none;
	}

#Content_Top {
	position: relative;
	float: left;
	
	background-image: none;
	text-align: center;
	}

#Content_Middle {
	float: left;
	}
	
#Content_Bottom {
	display: none;

	}

#Content {
	position: relative;
	float: left;
	text-align: left;	
	background-image: none;
	}

#Content p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16px;
	color: #000000;
	}

#ContentLeft {
	float: left;
	width: 324px;
	height: auto;
	padding: 0px;
	margin: 0px;
	}

#HomeContentExtra {
	float: left;
	width: 292px;
	height: auto;
	padding-left: 24px;
	padding-right: 0px;
	text-align: justify;
	}

#HomeLeft {
	float: left;
	width: 306px;
	height: 415px;
	padding-right: 0px;
	background-image: url(../images/web_graphics/backgrounds/magazine_frame.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	}

#HomeRight {
	float: left;
	width: 360px;
	margin-left: 0px;
	padding-top: 5px;
	text-align: justify;
	}

#HomeRight p {
	padding-left: 8px;
	padding-right: 15px;
	}

#MagazineCover {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	}
	
#MagazineCover img {
	margin-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #5D4430;
	}
	
#Footer {
	display: none;
	}
