﻿@charset "UTF-8";
/* CSS Document */



body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	background-color: #CCDCEB;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
	margin-bottom: 0;

}



A:link {text-decoration: none; color: #9ca722;}
A:visited {text-decoration: none; color: #9ca722;}
A:active {text-decoration: none}
A:hover {text-decoration:underline; color: #bcc91d;}



	
 
  
p.para1{
	color: #015587;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;

}

#mask{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 1000px;

}


#header{
	width: 1000px;
	height: 111px;
	margin: 0px auto;
	background-image: url(images/taglessbg.png);
	background-repeat: no-repeat;
	background-position: top;
}


#col1{
	background-image: url(images/topbg.png);
	background-position: top;
	background-repeat: no-repeat;

	width: 1000px;
	height: 232px;
		margin: 0px auto;
}



#col2a{
	position: relative;
	float: left;
	width: 260px;
	height: 407px;
	margin-top: 20px;
	margin-left: 1px;
	background-image: url(images/form-bg-psd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 40px;

}


#col1a{
	position: relative;
	float: left;
	width: 515px;
	height: 340px;
	margin-top: 0px;
	margin-left: 95px;
	padding-right: 5px;
	
	}


#body{
	width: 1000px;
	height: 470px;
	margin: 0px auto;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: top;
}


#footer{
   width: 862px;
   height: 486px;
   background-image: url(images/footerbg.png);
   background-position: top;
   background-repeat: no-repeat;
   margin-top: 0px;
   margin-left: auto ;
   margin-right: auto ;
   padding-left: 10px;
   padding-right: 10px;
}
