html, body 
{
	height: 100%;
}

body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	background-attachment: scroll;
	background-image: url(images/bgRight.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#divMainContainer 
{
	position: relative;
	min-height: 100%;
	min-width: 950px;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	width: 100%;
	top: 0;
	background-attachment: scroll;
	background-image: url(images/bgLeft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

html>body #divMainContainer {
				height: auto;
			}
			
#divContent
{
	position: relative;
	/*
					To calculate the height of the footer: (12px font-size x 1.5 line-height) + (2 * 10px padding) = 38px
					To calculate padding-bottom: 38px footer height + 10px content padding = 48px
				*/
	padding-bottom: 22px;
}

#divTopContainer 
{
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bgTop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#divTopLeft 
{
	position: absolute;
	width: 280px;
	height: 90px;
	top: 0px;
	left: 0px;
}

#divTopRight
{
	position: absolute;
	width: 250px;
	height: 90px;
	top: 0px;
	right: 0px;
}

#divMainContentContainer 
{
	position: relative;
	width: auto;
	margin: 0 auto;
	padding-right: 295px;
	padding-left: 295px;
}

#divFooter 
{
	position: absolute;
	background-color: #FFFFFF;
	left: 135px;
	right: 135px;
	height: 21px;
	bottom: 0;
	width: auto;
	text-align: right;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: x-small;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-attachment: fixed;
	background-image: url(images/spacer-bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

#divFooterLine 
{
	position: relative;
	background-color: #CC0000;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	line-height: 1px;
}

#divFooterLeft 
{
	position: relative;
	background-color: #FFFFFF;
	float: left;
	width: 360px;
	height: 18px;
	margin: 0 auto;
	text-align: left;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: x-small;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-attachment: fixed;
	background-image: url(images/spacer-bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

#divLeftContainer 
{
	position: absolute;
	width: 160px;
	height: 322px;
	float: left;
	left: 125px;
	text-align: left;
	top: 120px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

/* Styles for Menu Navigation */
#menu_nav {
	position: absolute;
	width: 130px;
	float: left;
	margin-left: 15px;
	text-align: left;
	top: 20px;
	border: 0;
}

#menu_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#menu_nav li {
	position: relative;
	width: 130px;
	float: left;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}


#divRightContainer
{
	position: absolute;
	width: 160px;
	padding-left: 0px;
	padding-right: 0px;
	top: 120px;
	right: 125px;
	text-align: center;
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: url(images/spacer-bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* FONTS */

a {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	text-decoration: none;
}

p {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: x-large;
	font-weight: bold;
	color: #333333;
}

h2 {

	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: large;
	font-weight: bold;
	color: #333333;
}

.TxtBold {
	font-weight: bold;
}

.TxtBoldRed {
	font-weight: bold;
	color: #CC0000;
}

.Txt {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.TxtFooter:link {
	color:#333333;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-weight: bold;
	font-size: x-small;
}

.TxtFooter:visited {
	color:#333333;
	font-weight: bold;
	}

.TxtFooter:hover {
	color: #CC0000;
	}
	
.TxtPageLink:link {
	color:#333333;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-weight: bold;
	font-size: small;
}

.TxtPageLink:visited {
	color:#333333;
	font-weight: bold;
	}

.TxtPageLink:hover {
	color: #CC0000;
	}
	
.MenuOption {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}

.MenuOption:link {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}

.MenuOption:hover {
	color: #CC0000;
	}

.bodytext {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
