/* GLOBAL CSS ITEMS
 *	 These items are global to the entire webpage
 */
 
body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p{
	text-indent: 25px;
	font-family: "arial";
	margin-top: 12px;
	font-size: 12px;
}

a:link, 
a:visited, 
a:active{
	color: #0033FF;
	text-decoration: none;
	font-size: 100%;
	font-weight: 100;
}

a:hover{
	color: #000000;
	text-decoration: underline;
	font-size: 100%;
	font-weight: 100;
}

img{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	align: left;
	vertical-align: top;
}	

h1{
	font-size: 28px;
	font-weight: 100;
	text-align: center;
}

h2{
	font-size: 24px;
	font-weight: 100;
	text-align: center;
}

h3{
	font-size: 20px;
	font-weight: 100;
	text-align: center;
}

h4{  
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.main{
	border-collapse: collapse;
	border: 1px solid #0033FF;
	margin: 0px;
}

/* LINKS BAR
 *   These items are specific to the side navigation bar.
 */

h3.links{ 
	font-family: "arial";
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	font-weight: 200;
	font-size: 20px;
	float: center;
	clear: all;
}

td.links{
	width: 200px;
	height: 100%;
	vertical-align: top;
	background-color: #0033FF;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	border: 0px;
}

a:link.links, 
a:visited.links, 
a:active.links{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
	font-weight: 100;
}

a:hover.links{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 100%;
	font-weight: 100;
}

/* MAIN SECTION
 *   These items affect the look of the main content area.
 */

h3.main{ 
	font-familt: "arial";
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-weight: 200;
	font-size: 20px;
	float: center;
	clear: all;
}

td.main{
	padding: 5px;
	width: 80%;
	height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
}

div.main{
	color: #000000;
	background-color: #FFFFFF; 
	border: 1px solid #0033FF;  
	margin: 0px;
	padding: 10px;
	height: 100%;
	width: 100%;
}

/* TITLE BAR
 *   These items are specific to the top title bar.
 */
 
td.top{
	width: 100%;
	height: 120px;
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

img.temple{
	width: 100px;
	height: 110px;
	float: right;
	border: 0px;
	margin: 5px;
	padding: 0px;
}

/* IMAGE BOXES
 *   These items affect the look of the floating image boxes.
 */

p.image{
	text-indent: 0px;
	font-size: 12px;
	font-family: arial;
}

div.image{
	border: 1px solid #0033FF;
	background-color: #D1D9FF;
	color: #000000;
	float: right;
	clear: all;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	word-wrap: break-word;
	text-align: center;
}