﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	line-height: normal;
	margin: 0px;
	padding: 20px;
	background: #6699FF none;
}

/******* hyperlink and anchor tag styles *******/

a:link{
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold 100% Verdana,sans-serif;
	color: #000080;
	margin: 0px;
	padding: 0px;
}

h4{
 font: 100% Verdana,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#eppmPict {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 102px;
	z-index: 45;
}
#eppmTitle{
	color: #2F00AF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 120%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 351px;
	height: 102px;
	background-color: #D5E4F2;
	min-width: 500;
	z-index: 40;
}
#pageCell{
	position: absolute;
	background-color: #99CCFF;
	min-height: 5000px;
	top: 144px;
	left: 197px;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	width: 830px;
	height: 1883px;
}
#pageNav{
	width: 185px;
	padding: 0px;
	background-color: #D5E4F2;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	position: absolute;
	top: 102px;
	left: 0px;
	color: #333399;
	z-index: 30;
}
#pageName{
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 186px;
	top: 102px;
	height: 20px;
	background-color: #6699FF;
	right: 0px;
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	color: #2F00AF;
	z-index: 50;
}
#content{
	padding: 15px 20px 0px 20px;
	position: absolute;
	font-family: Verdana;
	font-size: small;
	color: #000080;
	top: 0px;
	left: 0px;
	bottom: 0px;
	line-height: 20px;
	z-index: 1;
}
#hostedBy{
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #003366;
	padding: 5px 5px 5px 0;
	margin-top: 0px;
	text-align: right;
	bottom: 0px;
	position: fixed;
	right: 0px;
	z-index: 25;
	left: 196px;
	height: 21px;
	font-family: Verdana;
	background-color: #6699FF;
	text-decoration: none;
}

#Rathanea{
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #003366;
	padding: 5px 5px 5px 10px;
	margin-top: 0px;
	text-align: left;
	bottom: 0px;
	position: fixed;
	z-index: 35;
	left: 0px;
	height: 21px;
	font-family: Verdana;
	background-color: #6699FF;
	text-decoration: none;
	min-width: 195px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#sectionLinks a:link {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;
}

#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	background-color: #DDEEFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/********************* end **********************/
