/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(../images/layout/bg.jpg) fixed;
}


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

a:link, a:visited{
	color: #015FD1;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


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

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

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

h3{
 font: 100% Arial,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;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
  font-family: Arial,sans-serif;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageHead{
	position: absolute;
	top: 15px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-attachment: scroll;
	background-image: url(../images/layout/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000000;	
}

#tl {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: -11px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.words{
	float: left;
	top: 130px;
	left: 2%;
}

#page{
	position:absolute;
	top: 130px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-attachment: scroll;
	background-image: url(../images/layout/bg_bord_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#pageNav{
	float: left;
	width:168px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	border-right: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 168px;
	border-left: 1px solid #ccd2d2;
}


/************** text styles *****************/

.text{
	padding: 0px 10px 20px 20px;
	font-size: 85%;
	
	width: 70%;
}

.text h1{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image:  url(../images/layout/nav_bg.gif);
	font-weight: bold;
	padding: 3px 0px 3px 30px;
	color: #21536A;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}

#sectionLinks a:hover{
	background-color: #DDEEFF;
	background-image: url(../images/layout/nav_down_bg.gif);
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px 0px 0px 13px;
	padding: 0px 0px 10px 15px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h2{
	font-weight: bold;
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advertising styles *****************/

#advertising{
	padding: 20px 0px 20px 26px;
}

#advertising img{
	display: block;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	margin: 0px 0px 0px 13px;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}


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