/* ------------------- HTML TAGS ------------------- */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	color: #444;
	background-image: url(images/background.gif);
	xtext-align: center;
	margin: 0;
}
h2 { 
	font: bold 16px arial, helvetica, sans-serif;
	color: #339;
	margin-bottom: 8px;
} 
form { display: inline; }
p { margin: 10px 0 2px 0; line-height: 130%; }
li { 
	list-style-image: url(images/bullet.gif); 
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
ul { 
	padding: 4px 0 0 11px;
	margin: 4px 0 0 11px; 
}
small {font: normal 12px 'courier new', courier, monospace; color: red; }
input.but {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #339;
	background-color: #C9D2EA;
	padding: 1px 4px 0 5px;
}
input.txt, textarea { font: normal 12px 'ms sans serif', Arial, Helvetica, sans-serif; }

/* ------------------- TEXT ------------------- */
p, .bodyText {  }
.boldText { color: #444; font-weight: bold; }
.lgText { font-size: 12px; }
.lgBoldText { font-size: 12px; font-weight: bold; }
.blue { color: #339; }

/* ------------------- TABLES ------------------- */
.dataTbl th {
	text-align: left;
}
.dataTbl th, .dataTbl td {
	padding: 2px;
	border-bottom: 1px solid #CCC;
}

/* ------------------- LAYOUT ------------------- */
#copyBox {
	width: 410px;
	margin: 10px 0 0 37px;
	position: relative;
}
#copyBoxNar {
	width: 200px;
	margin: 20px 0 0 15px;
}
#footer {
	clear:both;
	font-size: 9px;
	color: #999;
	text-align: center;
	padding: 8px 0 8px 0;
	line-height: 180%;
}
#head { 
	width: 713px; 
	height: 194px;
	margin-top: 2px;
	position: relative; 
	xborder: 1px solid red; 
}
#leftCol {
	float: left;
	text-align: left;
	background-image: url(images/b_text.gif);
	background-repeat: no-repeat;
	width: 461px;
}
#rightCol {
	float: left;
	text-align: left;
	background-image: url(images/b_twoBox.gif);
	background-repeat: no-repeat;
	width: 252px;
	height: 480px;
}
#rightColOne {
	float: left;
	text-align: left;
	background-image: url(images/b_oneBox.gif);
	background-repeat: no-repeat;
	width: 252px;
	height: 350px;
	position: relative;	
}
#wrapper { 
	margin:0px auto;
	width: 723px; 
	background: #FFF url(images/shadow.gif) repeat-y;
	padding: 2px 0 0 10px;
}

/* ------------------- LAYOUT ------------------- */
a { color: #900; text-decoration: underline; }
a:hover { text-decoration: none; }

#footer a { color: #777; text-decoration: underline; }
#footer a:hover { text-decoration: none; }