/* CSS Document */

BODY
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	background-image:url(../pix/bg.jpg);
	background-repeat:repeat-x;
}
#top
{
	background-image:url(../pix/top.jpg);
	background-repeat:repeat-x;
	height:19px;
}
#menu
{
	background-image:url(../pix/menuBG.jpg);
	background-repeat:repeat-x;
	height:30px;
}
#left
{
	background-image:url(../pix/leftBox.jpg);
	background-repeat:repeat-y;
	width:14px;
}
#right
{
	background-image:url(../pix/rightBox.jpg);
	background-repeat:repeat-y;
	width:15px;
}
#bottom
{
	background-image:url(../pix/bottomArea.jpg);
	background-repeat:repeat-x;
	height:8px;
}


#ContactTop
{
	background-image:url(../pix/contact_top.jpg);
	background-repeat:repeat-x;
	height:8px;
}
#ContactLeft
{
	background-image:url(../pix/contact_left.jpg);
	background-repeat:repeat-y;
	width:10px;
}
#ContactRight
{
	background-image:url(../pix/contact_right.jpg);
	background-repeat:repeat-y;
	width:7px;
}
#ContactBottom
{
	background-image:url(../pix/contact_bottom.jpg);
	background-repeat:repeat-x;
	height:10px;
}
.txtBox
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#f8f8f8;
	border-left:solid;
	border-left-color:#e0e0e0;
	border-left-width:1px;
	
	border-right:solid;
	border-right-color:#e0e0e0;
	border-right-width:1px;
	
	border-top:solid;
	border-top-color:#e0e0e0;
	border-top-width:1px;
	
	border-bottom:solid;
	border-bottom-color:#e0e0e0;
	border-bottom-width:1px;
	
}
h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0px;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0px;
}
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:18px;
	padding:5px;
	text-align:justify;
}
#boxBootom
{
	background-image:url(../pix/boxFooter.jpg);
	background-repeat:no-repeat;
	width:233px;
	height:147px;
	background-position:center;
}
.sideMenu:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	
}
.sideMenu:Active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	
}
.sideMenu:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	
}
.sideMenu:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	
}