@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

p,li	{
	line-height: 1.4em;
}

a:link,a:visited {
	text-decoration: none;
		color: #1133ff;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a img,img {
    border: none; 
}

h1,h2	{
	color:#1133ff;
	font-family:"Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 10px;
	
}

h3	{
	color:#191919;
	font-family:"Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 10px;
	font-size: 20px;
}

h4	{
	color:#028743;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.table01	{
	background-color: #FFFFFF;
	padding: 0px;
}
.content_bg {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#nav_bg {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 800px;
}

#navLinks  {
	padding-left: 60px;
}

#navLinks a:link,#navLinks a:visited {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 30px;
	line-height: 26px;
	color: #fff;
}

#navLinks a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 30px;
	line-height: 26px;
	color: #1133ff;
}

#l_col p {
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#l_col ul {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#r_col h3 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 18px;
	color: #000;
}


#r_col p {
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
}

#r_col ul {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
}

.floatLeft	{
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.floatRight	{
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#r_col	{
}



#footer p	{
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

#footerNavLinks a:link,#footerNavLinks a:visited {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: 333333;
	padding-right: 15px;
	padding-left: 15px;
}

#footerNavLinks a:hover	{
	text-decoration: underline;
	color: #FF0000;
}
