/* 
     Body
*/ 

body {
	background-color: #FFFFFF;
}

/* 
     Main Container
*/

#Container {
	width:auto;
	position:absolute;
	left: 75px;
	top: 5px;
	background-image: url(/images/MainBackground.png);
	height: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* 
     Body Container
*/

#mainContent {
	padding: 2px;
	width: 750px;
	height: 400px;
	position: absolute;
	left: 25px;
	top: 165px;
	overflow: auto;
}

/* 
     Top Side
*/

#topSide1 {
	position: absolute;
	height: 300px;
	width: 360px;
	left: 0px;
	top: 85px;
}

#topSide2 {
	position: absolute;
	height: 300px;
	width: 360px;
	left: 375px;
	top: 85px;
}

/* 
     Left Side
*/ 

#leftSide1 {
	position: absolute;
	height: 400px;
	width: 360px;
	top: 419px;
	left: 0;
}

#leftSide2 {
	position: absolute;
	height: 150px;
	width: 360px;
	left: 0;
	top: 958px;
}

#leftSide3 {
	position: absolute;
	height: 142px;
	width: 360px;
	left: 375px;
	top: 1312px;
}

/* 
     Right Side
*/ 

#rightSide1 {
	position: absolute;
	height: 200px;
	width: 360px;
	left: 375px;
	top: 420px;
}
	
#rightSide2 {
	position: absolute;
	height: 200px;
	width: 360px;
	left: 376px;
	top: 692px;
}
	
#rightSide3 {
	position: absolute;
	height: 200px;
	width: 360px;
	left: 375px;
	top: 1105px;
}

#rightSide4 {
	position: absolute;
	height: 250px;
	width: 720px;
	left: 0;
	top: 1642px;
}

/* 
     Footer
*/ 

#Footer {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	visibility: visible;
	width: 800px;
	left: 150px;
	top: 580px;
}

a#Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}

a#Footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}

a#Footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}

a#Footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}

a#Footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}

/* 
     Styles
*/ 

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	background-color: #009933;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-transform: capitalize;
	color: #003399;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	padding-bottom: 2px;
	width: 350px;
	font-weight: normal;
}

.Headers {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
	font-size: 120%;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	background-color: #43A34A;
	padding: 3px;
}

.SubHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: normal;
	line-height: normal;
	font-size: 85%;
	text-transform: capitalize;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.Editorial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}

.Media {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}

strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

img {
	padding: 0px 2px 2px 0px;
	clear: right;
	float: left;
}
