@charset "utf-8";
/* CSS Document */

body	{ 
			background-image:url(../images/back1.jpg); 
			background-repeat: repeat-x;
			margin: 0px; 
			font: 12px/22px "Lucida Grande", Tahoma, sans-serif;
			line-height:			1.6;
		}
p 		{ 	margin: 0px; }
#start	{
			width: 100%;
			height: 55px;
			background-image:url(../imgs/bg_top.png);
			background-color:#00CCFF;

}
#ques {
			font: Bold 14px/22px "TREbuchet MS" tahoma, "Lucida Grande", Tahoma, sans-serif;			
}
#ans {
			font: normal 12px/22px "TREbuchet MS" tahoma, "Lucida Grande", Tahoma, sans-serif;			
			margin-top: 10px;	
}
h1 {
			font: Bold 22px/22px "TREbuchet MS" tahoma, "Lucida Grande", Tahoma, sans-serif;			
			color: #000000;
}
#header	{
			width: 854px;
			height: 94px;

			background-image:url(../images/header_back.gif);


}
#logo {
			float: left;
			width:		240px;
			height:		46px;

			margin-top:20px;
			margin-left: 10px;
}
#title {	float: right;
			width: 393px;
			height: 35px;

			margin-top: 27px;
			margin-right:10px;
			background-image:url(../images/title.gif);
}
#home_image
{
			width: 834px;
			height: 200px;
			margin: auto;
			color: #333;

			background-color: #fff;

}

#topspace {
			width: 834px;
			margin: auto;
			height: 20px;
}

#topnav {

			width: 834px;
			margin: auto;
			background-color: #eee;
			margin-bottom: 1px;
	}
#topnav a {
			color: #000000;
			font: Bold 11px/22px "Lucida Grande", Tahoma, sans-serif;
			text-decoration: none;
			}	
#topnav a:hover {
			text-decoration:underline;
			}		

a, a:visited	
			{
			color:#7d37a1;
			}
a:hover		{
			color:#FF3300;
			}

#container
{
			width: 854px;
			height: 600px;
			margin: auto;
			background-color: #fff;
			color: #333;

}
#content
{
			width: 834px;
			height: 230px;
			margin: auto;
			color: #333;

			background-color: #fff;

}
#content_basic
{
			width: 800px;
			margin: auto;
			color: #333;
			background-color: #fff;
			padding: 20px;

}
#content_basic_content
{
			width: 585px;
			float: left;
			color: #333;

			background-color: #fff;
			line-height: 1.7;

}
#content_basic_image
{
			width: 180px;
			height: 150px;
			float: right;
			color: #333;
}
#boxleft {
	float:					left;
	max-width: 				55%;
	width:					55%;
	height:					50px;
	margin-left:			10px;
	margin-top:				20px;
	line-height:			1.8;

}
#boxright {
	float:					right;
	max-width: 				37%;
	width:					37%;
	height:					50px;
	margin-top:				20px;
}

#nav UL	{

	line-height: 			1.5;
	list-style:				none;
	margin:					0px;
	width:					170px;

}
img	{ border: none; }	
	
#nav UL Li	{
	padding-left:			15px;
	background-image: url(../images/Li_back.gif);
	background-repeat:no-repeat;
	
}
#nav a {
	font: 12px/25px "Lucida Grande", Tahoma, sans-serif;

	}

p.heading	{
	color: #000;
	font: 					Bold 11px "Lucida Grande", Tahoma, sans-serif;
	border-bottom:			#CBF0FE 1px solid;
	padding:				5px 0px 5px 7px;
	background-color:		#CBF0FE;
}
p.boxcontent	{
	margin-top:				2px;

	padding: 				7px;
}
.finput	{
	font: 12px "Lucida Grande", Tahoma, sans-serif;
	border: 1px solid #CBF0FE;
	padding: 5px;
	background-color: #f5fbfd;
	}
#footer
{
clear: both;
margin: 20px 0 0 0;
padding: .5em;
color: #333;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.submit_btn	{
	font-family: 			arial, 'lucida grande', helvetica, verdana, arial, sans-serif;
	font-size: 				11px;
	font-weight:		 	bold;	
	background: 			url( ../../assets/imgs/fade-butt.png );
	border: 				3px double #999;
	border-left-color: 		#ccc;
	border-top-color: 		#ccc;
	color: 					#333;
	padding: 				0.40em 0.70em 0.40em 0.70em; 
}

#designedby {
	text-align:	center;
}
#designedby a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#designedby a:hover {
	color: #000;
	text-decoration: underline;
}