/* CSS Document */
/*Smart Language Solutions Main Style Sheet*/

/* body */

body	{


padding:0px; margin:0px; 

background:#F8F8FF;


}

h1 { font-family: "Trebuchet MS"; font-size: 20px; text-transform: capitalize;}

h2 { font-family: "Arial"; font-size: 30px; text-transform: capitalize;}

h3 { font-family: "Trebuchet MS"; font-size: 15px; text-transform: capitalize; color:#666666;}

h4 { font-family: "Arial"; font-size: 13px; color: #5B7817;} 

h5 { font-family: "Arial"; font-size: 15px; color: #5B7817;}

p  {font-family: "Century Gothic"; font-size: 14px; }

p1 {font-family: "Century Gothic"; font-size: 14px; color: #666666;}

p2 {font-family: "Century Gothic"; font-size: 30px; font-stretch: ultra-expanded; color: #3366CC;}

p3 {font-family: "Century Gothic"; font-size: 14px; font-weight:bold; color:#FF0000}

p4 {font-family: "Century Gothic"; font-size: 14px; font-weight:bold; color: #3366CC;}

p5 {font-family: "Century Gothic"; font-size: 30px; color: #666666;}

p6 {font-family: "Century Gothic"; font-size: 10; }

a  {font-family: "Century Gothic"; font-size: small; text-decoration: none; }

li {font-family: "Century Gothic"; font-size: 14px; }

ul  {font-family: "Batang"; font-size: small; color: #333333}


.img1 {
	float: left;
	margin: 3px 5px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 3px 5px;
}

/* head */

#head	{
width: 1053px;
	height: 116px;
	margin: 0px auto;

}

#head h1 {
	float: right;
	margin: 30px 0px 0px 0px;
	padding-top: 45px;
	font-family: "Arial"; 
	font-size: 12px;
	color:#666666;
	background: url(images/body/bargold.gif) repeat-x left bottom;
}

#head h2 {
	float: left;
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	font-family: "Arial"; 
	}

			

/* Menu */

#menu {
	width: 1053px;
	height: 27px; 
	margin: 1px auto;
	background: #ffffff;
	border-top-style: solid ; 
	border-top-color: #CCCCCC; 
	border-top-width: 1px;
	border-bottom-style: solid ; 
	border-bottom-color:#CCCCCC; 
	border-bottom-width: 1px; 	
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 175px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-family: "Arial";
	font-size:15px;
	color: #3366CC;

		}

#menu a:hover {
	background: #F8F8FF;
}

 /* Content */

#content {
	width: 1053px;
	margin: 0 auto;
	padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0
}

#colTwo {
	font-family: "Arial";
	font-size:15px;
	color:#000000;
	float: right;
	width: 220px;
	padding: 0 0x 0 0;
	background: #ffffff;
	border-top-style: solid ; 
	border-top-color: #CCCCCC; 
	border-top-width: 1px;
	border-bottom-style: solid ; 
	border-bottom-color:#CCCCCC; 
	border-bottom-width: 1px; 
	border-left-style: solid ; 
	border-left-color:#CCCCCC; 
	border-left-width: 1px;
	border-right-style: solid ; 
	border-right-color:#CCCCCC; 
	border-right-width: 1px; 	
}

#colOne {
	font-family: "Arial";
	font-size:15px;
	color:#000000;
	float: left;
	width: 820px;
	padding: 0 0 0 0 0px;
	background: #ffffff;
	border-top-style: solid ; 
	border-top-color: #CCCCCC; 
	border-top-width: 1px;
	border-bottom-style: solid ; 
	border-bottom-color:#CCCCCC; 
	border-bottom-width: 1px;
	border-right-style: solid ; 
	border-right-color:#CCCCCC; 
	border-right-width: 1px;
	border-left-style: solid ; 
	border-left-color:#CCCCCC; 
	border-left-width: 1px;  	
}

/* Footer */

#footer {
	width: 1053px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0px 30px;
	background: #F8F8FF;
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size:12px;
	font-family: "Arial"; 
	color:#000000
}