body {
	color: #ABE4FF;
	background-image:url(images/bkg/Bkg_grad.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
  
}
* {margin:0px;padding:0px;}
.clear{clear:both;}


 
#container {
	background-image:url(images/bkg/Bkg_03.jpg);
	background-repeat: verticle;
	margin: 0px auto;
	text-align: left;
	width: 1082px;
}
#header {
	background-image:url(images/bkg/Bkg_01.jpg);
	width:1082px;
	height:248px;
	display:block;
}

#main {
	background-image:url(images/bkg/Bkg_02.jpg);
	background-repeat: no-repeat;
	height: 739px;
}
#left {
	width:261px;
	float:left;
	display:inline;
	background-image:url(images/contentbg.gif);

	
}
#right {
	float:right;
	width:680px;
}
/***************** Content ***********************/
.content {
	width:613px;
	/*background-color: #FFFFFF; */
}

.content h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 200%;
	font-style: italic;
	color: #030;
	overflow:hidden;
	font-weight: 900;
	padding-top: 11px;
}

.content h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 130%;
	font-style: normal;
	color: #030;
	overflow:hidden;
	font-weight: 600;
	padding-top: 11px;
	padding-left: 8px;
}

.content h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 110%;
	font-style: italic;
	color: #030;
	overflow:hidden;
	font-weight: 700;
	padding-top: 11px;
	padding-left: 12px;
}

.content h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: 140%;
	font-style: italic;
	color: #030;
	overflow:hidden;
	font-weight: 700;
	padding-top: 11px;
	padding-left: 12px;
	text-align: center;
}

.content p {
	font-family: "Comic Sans MS", cursive;
	font-size: 120%;
	font-style: normal;
	color: #030;
	padding: 10px 10px 0px 30px;
	font-weight:500;
	
}


.content ul {
	padding: 10px 0px 0px 20px;
	margin-left:5px;
	color: #030;
}
.content li {
	list-style-type: none;
	padding: 4px 3px 4px 10px;
	text-align:left;
	color: #030;
	font-size: 90%;
	font-style: italic;
	font-weight:500;
}



.content a {
	color:#609;
}
.content a:hover {
	color:#390;
}


.indent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	color: #000066;
	padding: 10px 10px 0px 40px;
	font-weight:600;
}


/***************** Menu ***********************/
#menu {
	width:261px;
	height:300px;
	margin-left:93px;
	margin-top: 90px;
}
#menu ul {
	padding: 5px 0px 0px 0px;
	width:220px;
	margin-left:15px;
}
#menu li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 2px 20px 4px 0px;
	text-align:right;
}
#menu a {
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	font-weight: 800;
	color: #636;
	text-decoration: none;
	font-size: 16px;
}
#menu a:hover {
	color:#003399;
}
.lastchild{
	border-bottom: none !important;
}
