/* CSS Document */

body{	 
	padding:0px;
	margin:0px;
	background-color:#9d9373;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
}

img a:hover{
	outline:none;
}

.leftbg{
	background-image:url(images/leftbg.jpg);
	background-repeat:repeat-y;
}

.rightbg{
	background-image:url(images/rightbg.jpg);
	background-repeat:repeat-y;
}

.sidebg{
	background-image:url(images/left.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

.bodytxt{
	font:12px Verdana;
	color:#252525;
	text-decoration:none;
	text-align:justify;
	line-height:20px;
}

.bodytxt a:link{
	color:#003471;
	text-decoration:underline;
}

.bodytxt a:visited{
	color:#003471;
	text-decoration:underline;
}

.bodytxt a:hover{
	color:#252525;
	text-decoration:none;
}

.bottom{
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	height:43px;
	text-align:center;
	font:13px Verdana;
	color:#eaebed;
	text-decoration:none;
	vertical-align:middle;
}

.footer{
	font:11px Verdana;
	color:#2b4c6f;
	text-decoration:none;
	padding-right:10px;
}

.footer a:link{
	color:#2b4c6f;
	text-decoration:none;
}

.footer a:visited{
	color:#2b4c6f;
	text-decoration:none;
}

.footer a:hover{
	color:#2b4c6f;
	text-decoration:underline;
}

.footerbg{
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height:2px;
}

h1{
	font:bold 18px Arial;
	color:#003471;
	text-decoration:none;
}

h4{
	font:bold 12px Verdana;
	color:#1d1850;
	text-decoration:none;
}

.bluetext {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold; color:#1d194e; text-decoration:none;}

.bluetext:hover {color:#1d194e; text-decoration:none;}

.tblborder{
	border:#000066 solid 1px;
}

.arrow{
	list-style-image:url(images/arrow.gif);
}

.arrow li{
	padding-bottom:3px;
	margin-bottom:3px;
}