body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #F0F4FF;
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
a {
	color: #0066CC;
	text-decoration: underline;
}
.backtop {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	color: #2B63D5;
	font-size: 200%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	color: #0066CC;
	font-size: 150%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89B0FD;
	background-color: #E4ECFF;
	padding: 3px;
	text-indent: 10px;
}
h3, h5 {
	color: #CC0033;
	margin: 10px 0px;
	padding: 5px 0px 0px;
	font-size: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	font-weight: normal;
}

h4 {
	font: normal 130%/100%;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/test.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	background-position: center top;
}
/* header area */
#header {
	border-bottom: 0px solid #330033;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/logo.jpg);
	height: 200px;
	clear: both;
}


/* content area */
#content {
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.post {
	clear:both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.navigation a, .navigation a:visited {
	color: #A8298A;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #94AAB8;
	width: 150px;
	height: 20px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	text-align: center;
	color: #006633;
	background-image: url(images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 130%;
	height: 80px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a, #footer a:visited {
	color: #006633;
	font-size: 95%;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#holder {
	overflow: hidden;
	width: 685px;
	float: left;
}
/*************************************
MENU
***************************************/
.menu {
	height:40px;
	position:relative;
	z-index:100;
	background-color: #FF9900;
	background-image: url(images/navBg.gif);
	background-repeat: repeat-x;
}
* html .menu {
	height: 40px;
}
.menu ul {
	padding:0;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu li {
	float:left;
	position:relative;
}
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	height:40px;
	padding-left:8px;
	line-height:40px;
	padding-right: 8px;
	font-weight: bold;
	font-family: Arial;
	font-size: 90%;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FAD092;
}
* html .menu a, * html .menu a:visited {
	line-height: 40px;
	color: #FFFFFF;
	float: left;
}
.menu ul ul :hover > a {
	color:#fff;
	background-color: #048E03;
	background-image: none;
}
#menu ul ul a.drop:hover{

	background-color: #D377B9;

}
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #E8E8E8;
}
.menu ul ul ul a:hover {
	background-color: #C7C7C7;
}
* html .menu ul ul {}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:40px;
	left:0;
	text-align: left;
}
.menu ul ul ul{left:121px; top:-1px;}
.menu ul ul ul.left {left:-121px;}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
.menu ul ul a, .menu ul ul a:visited {
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:120px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #34A9E0;
	border-right-color: #34A9E0;
	border-bottom-color: #34A9E0;
	border-left-color: #34A9E0;
	background-color: #278FC0;
}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:120px;
	w\idth:120px;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background-color: #34A9E0;
background-image: url(images/images/navBg.gif);
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-color: #34A9E0;
background-image: url(images/images/navBg.gif);
}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{ visibility:visible;}



