/* Global Styles */

body{
	font-size : 10pt;
	font-family : Arial, sans-serif;
	color : #000000;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	background-color: #000000;
	}
#framecontentTop, #framecontentBottom{
	position: absolute; 
	top: 0; 
	left: 10px; 
	width: 100%; 
	height: 80px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	}
#framecontentBottom{
	top: auto;
	left: 10px; 
	bottom: 0; 
	height: 40px; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	}
#framecontentLeft, #framecontentRight{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 10px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	}
#framecontentRight{
	left: auto;
	right: 0; 
	width: 10px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	}
#maincontent{
	position: fixed; 
	top: 80px; /*Set top value to HeightOfTopFrameDiv*/
	left: 10px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 10px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 40px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: auto; 
	background-color: #D2B48C; 
	}

#imageContainer {
	position:relative;
	/* margin:20px auto; */
	/* width:500px; */
	/* height:375px; */
	/* border:12px solid #FFFFFF; */
}

#imageContainer img {
	display:none;
	position:absolute;
    /* top:0; left:0; */
}

h1 { font-family: "Times New Roman", serif; font-size: 20pt; text-align: center; text-transform : capitalize; color: #000080; font-weight : bold;}
h2 { font-family: "Times New Roman", serif; font-size: 16pt; text-align: center; font-weight : bold;}
h3 { font-family: "Times New Roman", serif; font-size: 12pt; font-weight : bold; text-align : left;}

A:link {background: transparent; color: #0000ff;}
A:hover {background: transparent; color: #993300;}
A:visited {background: transparent; color: #0099ff;}

/* IE Hacks */

* html body{ /*IE hack*/
	padding: 80px 10px 40px 10px; /*Set value to (Top Right Bottom Left)*/
	}
* html #maincontent{ /*IE hack*/
	height: 100%; 
	width: 100%; 
	}

/* Class Styles */

.logo {
	font:36px Times New Roman, Times, serif;
	color: #D2B48C;
	letter-spacing:.3em;
	line-height:26px;
	}
.tagline {
	font: 14px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	}
.titlepage {
	font:20px Monotype Corsiva, Times New Roman, Times, serif;
	color: #000000;
	letter-spacing:.3em;
	line-height:24px;
	text-align: center;
	font-style: italic;
	}
.center {
	clear: both;
	text-align: center;
	}
.innertube {
	margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	}
.leftcolumnhome { 
	position:relative;
	float: left; 
	width: 58%; 
	margin: 2px;
	padding: 2px;
	} 
.leftcolumn { 
	position:relative;
	float: left; 
	width: 38%; 
	margin: 2px;
	padding: 2px;
	} 
.rightcolumnhome { 
	float: right; 
	width: 38%; 
	margin: 2px;
	padding: 2px;
	} 
.rightcolumn { 
	float: right; 
	width: 58%; 
	margin: 2px;
	padding: 2px;
	} 
.legaleez {
	text-align: left;
	font-size: 8pt;
	}
.legaleez-c {
	text-align: center;
	font-size: 8pt;
	}
div.content {
	position:relative;
	top: 0px;
	width: auto;
	height: auto;
	background-color: #D2B48C; 
	margin: 3px;
	padding: 5px;
	}

#boxRight{
	width: 98%;
	background-color: #FAEBD7;
	border: 1px solid #800000;
	margin-bottom: 5px;
	padding: 5px;
	float: right;
	}
	
.boxTitle{
	font-size:16px;
	margin: 0px 0px 8px 0px;
	font-weight:bold;
	font-style:italic;
	color: #800000;
	text-align: center;
	}

div.centered {
	text-align: center;
	}
	
