/* CSS Document */

/* Body Settings */

html,body {
	background-image: url(Images/bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Div Settings */

#frame {
	width:576px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:center;
	height: 592px;
	margin-bottom: 0px;
	bottom: 0px;
	top: 0px;
}

#header {
	height: 144px;
	width: 576px;
	padding: 0px;
	float: left;
	background-color: #FFFFFF;
}

#printReady {
	height: auto;
	width: 446px;
	padding: 0px;
	float: right;
	background-color: #FFFFFF;

}

#navigation {
	height: 450px;
	width: 130px;
	padding: 0;
	float: left;
	background-image: url(Images/side.jpg);
	top: 0px;
}

#navigationmenu {
	height: 300px;
	width: 130px;
	padding: 0px;
	background-image: url(Images/side.jpg);
	top: 0px;
}

#mainpagetitle {
	height: 10px;
	width: 446px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainpagecontent {
	height: auto;
	width: 416px;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

/* Text Settings */

.copyright {
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.menufont {
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menufont2 {
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.maintext {
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.maintitle {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #A93D81;
	text-decoration: none;
}

.texttitle {
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #6B89D6;
	text-decoration: none;
}
	

/* Button Settings */

.buttons a {
	color: #000000;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #000000;
	font: 14px "Times New Roman";
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */
