/* ---- Basic Look of Web Site ----*/

body {
	font-family: Verdana;
	color: black;
	background:url(img/bg.gif) repeat;
	margin: 10px;
	padding: 0px;
	text-align: center;
	scrollbar-base-color: #000000;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-face-color: #C8D3EB;
	scrollbar-3dlight-color: #689AE4;
	scrollbar-darkshadow-color: #330033;
	scrollbar-shadow-color: darkblue;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #689AE4;
	}

p { 
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	}


h2 {
	font-family: Verdana, sans-serif;
	color: #0A788E;
	font-size: 16px;
	line-height: 18px;
	font-style : italic;
	font-weight: bold;
	text-align: left;
	}

h3 {
	font-family: Verdana, sans-serif;
	color: #0A788E;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-decoration: underline;
	}

h4 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #0A788E;
	text-align: left;
	text-decoration: none;
	}

a:link  {
	text-decoration: none;
	font-weight: normal;
	color: #0A788E;
	background-color: transparent;
}

a:hover  {
	text-decoration: none;
	font-weight: normal;
	background-color: #BCDBEC;
	padding: 0px 0px 0px 0px;
	color: black;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #330066;
}

li { 
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	}

td { 
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	}

b { 
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
	}

input.text {
	color: #781351;
	background: #fee3ad; 
	/* background: #B5D7EA;
	background: #DDEDF5; */
	border: 1px solid #A7A7A7;
	}

textarea {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #A7A7A7;
	}



/* --- Layout of Web Site --*/

#header {
	background: url(img/header.jpg) no-repeat top;
	width: 884px;
	height: 113px;
	}

#container { 
	background: url(img/bg_middle.gif) repeat-y; 
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	}


#bodyText {
	margin-left: 40px;
	padding: 2px 10px;
	width: 570px;
	position: relative;
	/* border: 2px solid #A7A7A7; */
	}

#tutIndent {
	margin-left: 15px;
	padding: 0px 0px;
	width: 570px;
	position: relative;
	/* border: 2px solid #A7A7A7; */
	}

#footer {
	background: url(img/footer.gif) no-repeat bottom;
	width: 884px;
	height: 63px; 
	margin-left: auto;
	padding-top: 5px;
	}



/* --- Right-Hand & Footer Links Menu --- */


#linkList {
	background: #DDEDF5;
	border: 2px solid #A7A7A7;
	width: 176px;
	font: 10px Verdana;
	line-height: 16px; 
	position: absolute;
	top: 117px;
	left: 645px;
	margin: 0px;
	padding: 5px;
	}

.sub {
	font-size: 11px;
	line-height: 2px;
}

.twelve { 
	font-size: 12px;
	line-height: 16px;
	}


.normal {
	font-size: 13px;
	line-height: 3px;
}

#linkFooter {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 5px;
}



/* --- Additional Styles --- */

.tablecolored {
	border: 2px solid #A7A7A7;
	background: #DDEDF5;
	padding: 5px;

}

.centered {
	text-align: center;
}