.body {
	background-image: url(Background1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
	background-color: #fff8dc;
	}

.containerl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10%;
	border: 0px;
	height: 100%;
	}
.containerc {
	position: relative;
	width: 80%;
	top: 0px;
	left: 10%;
	border: 2px solid;
	border-radius: 10px;
	border-color: #000000;
	float: left;
	}
.containerr {
	width: 10%;
	border: 0px;
	float: left;
	height: 100%;
	}
	

/* Title Area Style */
.titlebar {
	background-image: url(title_bg.jpg);
	position: relative;
	top: 0px;
	width: 100%;
	height: 170px;
	clear: both;
	/*background-color: #ffffff;*/
	}
.titlelogo {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	height: 150px;
	width: 150px;
	}
.titletext {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	}
.titles {
	font-size: 40px;
	line-height: 100%;
	margin-left: 5px;
	}
.titlecap {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 80px;
	font-weight: bold;
	color: #000000;
	}
.titlelower {
	margin-top: 35px;
	font-size: 60px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #000000;
	}
.titlecapl {
	padding-top: -20px; 
	font-size: 35px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #000000;
	}
.titlelowerl {
	font-size: 27px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #000000;
	}

/* Menu Bar Style */
.tmenubar {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000000;
	color: #ffffff;
	height: auto;
	width: 100%;
	font-size: 22px;
	font-style: none;
	font-family: "Times New Roman",serif;
	padding: 1px;
	z-index: 10;
	}
.tmenubar ul {
	list-style: none;
	margin: 5px 0px 0px 25px;
	padding: 0px;
	}
.tmenubar ul li {
	display: inline;
	padding-right: 30px;
	}
.tmenubar a:link {
	color: #ffffff;
	text-decoration: none;
	}
.tmenubar a:visited {
	color: #ffffff;
	text-decoration: none;
	}
.tmenubar a:hover {
	color: #a00000;
	}
	
/* Main Body Style */
.mainsection {
	position: relative;
	width: 100%;
	min-height: 500px;
	margin-bottom: 35px;
	}

h2.main {
	text-align: center;
	font-size: 2.0em;
	color: #800000;
	font-family: Arial, sans-serif;
	}

h3.mainsection {
	padding: 0px 15px 0px 15px;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	}

/*.mainttl {
	position: absolute;
	width: 100%;
	}*/
	
h2.mainttl {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 2.0em;
	color: #800000;
	font-family: Arial, sans-serif;
	font-style: italic;
	}

h2.main {
	text-align: center;
	width: 100%;
	font-size: 2.0em;
	color: #800000;
	font-family: Arial, sans-serif;
	font-style: italic;
	}

h3.main {
	margin: 5px;
	padding: 0px 15px;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	}

.main a {
	text-align: center;
	}
	
.main a:link {
	color: #800000;
	}
	
.main a:visited {
	color: #800000;
	}
	
.lsection {
	position: relative;
	width: 43%;
	float: left;
	border: 0px solid;
	border-radius: 10px;
	border-color: #000000;
	padding: 0px 2% 0px 5%;
	/*margin: 10px 5% 5px 10%;*/
	font-size: 1.4em;
	font-family: arial, sans-serif;
	}

.rsection {
	position: relative;
	width: 43%;
	float: right;
	border: 0px solid;
	border-radius: 10px;
	border-color: #000000;
	padding: 0px 3%;
	/*margin: 10px 5% 5px 10%;*/
	font-size: 1.4em;
	font-family: arial, sans-serif;
	}



/* Footer Style */
.tfooter {
	position: relative;
	clear: both;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	height: 45px;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	}
.tfooter a:link {
	color: #ffffff;
	}
.tfooter a:visited {
	color: #ffffff;
	}
.tfooterlft {
	float: left;
	text-align: left;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	vertical-align: middle;
	padding-left: 5px;
	}
.tfooterrght {
	float: right;
	text-align: right;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	vertical-align: top;
	padding-right: 5px;
	}

