body {
	margin: 0; padding: 0;
/*	background-color:#E3E5DC; */
/*	background-color:#cc00ff; putrid */
	text-align: left;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
}




/*/ PAGE STRUCTURE //*/

/* NOT REQUIRED
div#top {
	margin: 0 auto;
	width: 751px;
	height: 17px;
	text-align: right;
	padding: 13px 16px 0 0;
	color: #ffffff; 
	background-image:url(images/bg-top.gif);
}

div#top-header {
	margin: 0 auto;
	width: 744px;
	background-color:#eee;
	padding: 3px 11px 3px 11px;
	background-image: url(images/bg-01.gif);
	background-repeat: repeat-y;
}

div#top-hrow {
	margin: 0 auto;
	height: 1px;
	width: 768px;
	background-image: url(images/bg-hrow.gif);
}

END NOT REQUIRED */

#holder {
	margin: 0 auto;
	width: 710px;
/*	background-color:#eee; */
	padding: 20px 28px 20px 28px;
/*	background-image: url(images/bg-01.gif); */
/*	background-repeat: repeat-y; */
}

#holderleft {
	float: left;
	width: 510px;
/*	background-color: #fff; */
	margin: 0; border: 0; padding: 0;
}

#holdercenter {
	float: center;
	width: 510px;
/*	background-color: #fff; */
	margin: 0; border: 0; padding: 0;
}

#holderright {
	float: right;
	width: 510px;
/*	background-color: #fff; */
	margin: 0; border: 0; padding: 0;
}


#logo {
	float: left;
	width: 150px;
/*	background-color:#fff; */
	height: 150px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0; border: 0;
}



/*/ MENU /*/

#menu-right {
	float: right;
	width: 100percent;
	background-color: #ABADA5;
	margin: 0px 0 0px 0; border: 0;
	padding: 6px 10px 6px 10px;
	text-align: right;
	font-weight:bold;
}

#menu-right a {
	text-decoration: none;
	color: #ffffff;
}

#menu-right a:hover {
	color: #ffff0a;
	text-decoration:underline;
}


#menu-left {
	float: left;
/*	width: 100percent; */
	background-color: #abada5;
	margin: 0px 0 0px 0; border: 0;
	padding: 6px 5px 6px 10px;
	text-align: left;
	font-weight: bold;
}

#menu-left a {
	text-decoration: none;
	color: #003466;
}

#menu-left a:hover {
	color: #d90039;
	text-decoration:underline;
}

#menu-left-side {
	float: left;
	width: 150px;
	height: 100percent;
	background-color: #abada5;
	margin: 0px 0 0px 0; border: 0;
	padding: 6px 5px 6px 10px;
	text-align: left;
/*	font-weight:bold; */
}

#menu-left-side a {
	text-decoration: none;
	color: #ffffff;
}

#menu-left-side a:hover {
	color: #ffff0a;
	text-decoration:underline;
}

#menu-path {
	float: left;
/*	width: 100percent; */
	background-color: #efefef;
	margin: 0px 0 0px 0; border: 0;
	padding: 6px 5px 6px 10px;
	text-align: left;
/*	font-weight:bold; */
}

#menu-path a {
	text-decoration: none;
	color: #D90039;
/*	color: #003466; */
}

#menu-path a:hover {
	color: #ffff0a;
	text-decoration:underline;
}


/*/ MENU-WIDE 710px /*/

div#menu-wide {
	float: right;
	width: 705px;
	background-color: #ABADA5;
	margin: 0 0 20px 0; border: 0;
	padding: 6px 5px 6px 0;
	text-align: right;
}

div#menu-wide a {
	text-decoration: none;
	color: #fff;
}

div#menu-wide a:hover {
	background: #ABADA5;
	color: #fff;
}


/*/ CONTENT LAYER /*/

#content {
	float: left;
	width: 600px;
/*	background-color:#fff; */
/*	border-top: 1px solid #CBCDC5; */
	padding: 10px 0 0 10px;
	margin: 0;
}

#content p {
	text-align: justify;
	margin: 0 0 0 0;
	line-height: 1.4em;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#content p a, #content ul li a, #content ol li a { color: #0AF; text-decoration: none; }
#content p a:hover, #content ul li a:hover, #content ol li a:hover { color: #666; text-decoration: underline; }

#content ul {
	text-align: left;
	margin: 20px 0 20px 15px;
	font-size: 0.9em;
	color: #666;
	border: 0; padding: 0;
}

#content ol {
	text-align: left;
	margin: 20px 0 20px 20px;
	margin-left: 20px !important; margin-left: 23px;
	font-size: 0.9em;
	color: #666;
	border: 0; padding: 0;
}

#content ul li {
	list-style-type: square;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#content ol li {
	list-style-type:inherit;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#content .li-inner {
	list-style-type: square;
	margin-left: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#content .li-noblock {
	list-style-type: none;
	margin-left: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
}


/*/ CONTENT WIDE LAYER /*/

div#contentwide {
	float: left;
	width: 510px;
	background-color:#fff;
	border-top: 1px solid #CBCDC5;
	padding: 10px 0 0 0;
	margin: 0;
}

div#contentwide p {
	text-align: justify;
	margin: 0 0 0 0;
	line-height: 1.0em;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

div#contentwide p a, div#contentwide ul li a, div#contentwide ol li a { color: #0AF; text-decoration: none; }
div#contentwide p a:hover, div#contentwide ul li a:hover, div#contentwide ol li a:hover { color: #666;	text-decoration: none; }

div#contentwide ul {
	text-align: left;
	margin: 20px 0 20px 15px;
	font-size: 0.9em;
	color: #666;
	border: 0; padding: 0;
}

div#contentwide ol {
	text-align: left;
	margin: 20px 0 20px 20px;
	margin-left: 20px !important; margin-left: 23px;
	font-size: 0.9em;
	color: #666;
	border: 0; padding: 0;
}

div#contentwide ul li {
	list-style-type: square;
	line-height: 1.2em;
	margin-bottom: 5px;
}

div#contentwide ol li {
	list-style-type:inherit;
	line-height: 1.2em;
	margin-bottom: 5px;
}

div#contentwide .li-inner {
	list-style-type: square;
	margin-left: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
}

div#contentwide .li-noblock {
	list-style-type: none;
	margin-left: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
}

/*/  CONTENT WIDE END  /*/


.ruler {
	border: 0; padding: 0;	height: 1px;
	color: #CBCDC5;
	background-color: #CBCDC5;
	margin-bottom: 6px;
}


h1 {
	border-bottom: 1px solid #CBCDC5;
	margin: 0 0 10px 0;
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 10px;
	color: #666;
}

h1 a { color: #666;	text-decoration: none; }
h1 a:hover { color: #666; text-decoration: none; }

h2 { margin: 15px 0 6px 0; font-size: 1.3em; font-weight: bold; padding-bottom: 2px; color: #666; }
h2 a { color: #00AAFF;	text-decoration: none; }
h2 a:visited { color: #00AAFF; text-decoration: none; }
h2 a:hover { color: #666; text-decoration: none; }

h3 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 0px;
	color: #666;
}

h3 a { color: #0AF;	text-decoration: none; }
h3 a:hover { color: #666; text-decoration: none; }

h6 {
	text-align: left;
	margin: 0 0 0 0;
	line-height: 1.4em;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
}

h6 a { color: #0AF;	text-decoration: none; }
h6 a:hover { color: #666; text-decoration: underline; }
h6 a:visited { color: #0AF; }

/*/ Footer /*/

div#footer {
	margin: 20px 0 0 0;
	background-color:#fff;
	height: 70px;
	padding: 20px 0 0 0;
	border-top: 1px solid #CBCDC5;
	font-size: 0.8em;
}

div#footer p {
	text-align: left;
	margin: 0 0 10px 0;
	line-height: 1.8em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

div#footer p a {
	text-align: left;
	margin: 0 0 10px 0;
	line-height: 1.8em;
	color: #0AF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


div#content .calculator-holder {
	background-color:#F3F3F1;
	padding: 6px;
	border: 2px solid #ABADA5;
	margin: 0;
}

div#content .small { font-size: 1.0em; color: #444; }

div#content .small2 { font-size: 1.0em; }


div#content .calculator-form {
	font-size: 1.1em;
	color: #444;
	width: 90px;
}

div#content .calculator-button {
	font-size: 1.1em;
	color: #444;
	width: 60px;
}

div#content .calculator-left {
	width: 120px;
	height: 30px;
	float: left;
	clear: both;
}

div#content .calculator-right {
	width: 140px;
	height: 30px;
	float: right;
}

div#content .line {
	height: 1px;
	font-size: 0.1em;
	clear: both;
	margin-bottom: 12px;
	border-bottom: 1px dashed #0AF;
}

div#content .calculator-top {
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
	padding-top: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #0AF;
}



/*/ events LAYER /*/

div#events {
	float: left;
	width: 180px;
	background-color:#fff;
	border: 0; margin: 0;
}


div#events ul { margin: 0 0 25px 0; padding: 0; list-style: none; }
div#events ul li { width: 170px; text-align: left; margin: 0; font-size: 1em; }
div#events ul li a { width: 170px; display: block; margin: 0; background-color: #FBFBF9; color: #999; padding: 5px; text-decoration: none; border-bottom: 1px dotted #ddd; }
div#events ul li a:hover { background-color: #F3F3F1; color: #0AF; }

div#events .header a { width: 170px; display: block; margin: 0; padding: 6px 5px 6px 5px; background-color:#ABADA5; color: #fff; border-bottom: 0;}
div#events .header a:hover { background: #ABADA5; color: #fff; }

div#events .new a { width: 170px; display: block; margin: 0; background: #FBFBF9 url(images/bg-new-blue.gif) no-repeat top right; color: #999; padding: 5px; text-decoration: none; border-bottom: 1px dotted #ddd; }
div#events .new a:hover { background: #F3F3F1 url(images/bg-new-blue.gif) no-repeat top right; color: #0AF; }

.rss a { color: #0AF; text-decoration:none; }
.rss a:hover { color: #444; }

.rssbutton { padding: 0 4px 0 0; }
.dark { color: #666; }

/*/ links LAYER /*/

div#links {
	float: right;
	width: 180px;
	background-color:#fff;
}

#links .image {	padding-bottom: 20px; width: 180px; height: 127px; border: 0; }

#links ul { margin: 0 0 25px 0; padding: 0; list-style: none; }
#links ul li { width: 170px; text-align: left; margin: 0; font-size: 1em; }
#links ul li a { width: 170px; display: block; margin: 0; background-color: #FBFBF9; color: #999; padding: 5px; text-decoration: none; border-bottom: 1px dotted #D0D2CA; }
#links ul li a:hover { background-color: #F3F3F1; }
#links .dark { color: #666; }
#links .forsale { color: #666; text-align:center; }

#links .header a { width: 170px; display: block; margin: 0; padding: 6px 5px 6px 5px; background-color:#ABADA5; color: #fff; border-bottom: 0; }
#links .header a:hover { background-color:#ABADA5; color: #fff; }

#links .new a { width: 170px; display: block; margin: 0 0 1px 0; background: #FBFBF9 url(images/bg-new-blue.gif) no-repeat top right; color: #999; padding: 5px; text-decoration: none; border-bottom: 1px dotted #D0D2CA; }
#links .new a:hover { background-color: #F3F3F1; }

#links .hot a { width: 170px; display: block; margin: 0 0 1px 0; background: #FBFBF9 url(images/bg-hot-red.gif) no-repeat top right; color: #999; padding: 5px; text-decoration: none; border-bottom: 1px dotted #D0D2CA; }
#links .hot a:hover { background-color: #F3F3F1; }


/*/ BOTTOM LAYER /*/

div#bottom {
	margin: 0 auto;
	width: 766px;
	background-color:#ccc;
	height: 30px;
	background-image:url(images/bg-bottom.gif);
}

div#bottom p {
	padding-top: 3px;
	text-align: center;
	margin: 0 0 5px 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div#bottom p a {
	text-align: center;
	margin: 0 0 5px 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*/  NEWS CONTENT /*/

div#news center {margin: 0 0 10px 0; padding: 0; width:310px; }
div#news .comments { padding: 3px 0 13px 13px; margin: 0 0 10px 0; background: #f4f4f4 url(../images/commentline.gif) no-repeat bottom left; }
div#news .commentsbox { padding: 5px 0 2px 10px; margin: 0; background: #f4f4f4; }
div#news .date { color: #ccc; text-align: right; margin: 5px 0 10px 0; background: url(../images/dotted.gif) repeat-x top; font-size:.9em; padding-top:2px; }
div#news .date a, .date a:visited { color: #666; text-decoration: none; }
div#news .date a:hover { color: #00AAFF; text-decoration: none; }
div#news form.search-la { padding: 0; margin: 0; }
div#news textarea.text { height: 80px; width: 290px; border: 1px solid #ccc; background: #fff; }
div#news input.comment { border: 1px solid #ccc; background: #fff; width: 200px; }
div#news input.text { margin: 0; font-size: 80%; width: 85px; border: 1px solid #646464; background: #F6F6F6; }
div#news input.text:hover { background: #FCFDFE;  }
div#news input.button { text-align: center; margin: 0; font-size: 100%; font-family: Arial; border: none; background: #f4f4f4; color: #646464; font-weight: bold; }
div#news .news-btm { color: #ccc; text-align: center; margin: 5px 0 10px 0; background: url(../images/dotted.gif) repeat-x bottom; font-size:.9em; padding-bottom:2px; }
div#news .news-btm a, .news-btm a:visited { color: #666; text-decoration: none; }
div#news .news-btm a:hover { color: #00AAFF; text-decoration: none; }
#searchform {  text-align: center; padding: 13px 0 3px 0; font-size: 11px; }


/*/  RESULTS  /*/

div#results {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
}

div#results a, a:visited { color: #666; text-decoration: none; }
div#results a:hover { color: #00AAFF; text-decoration: none; }

div#rescont {
	width:340px;
	float:left;
}

div#res1 {
	width:170px;
	float:left;
	text-align: center;
}

div#res2 {
	width:170px;
	float:right;
	text-align: center;
}

div#res3 {
	width:170px;
	float:right;
	text-align: center;
}

/*/ APPLY /*/

div#apply {
	width: 100%;
}

div#apply p {
	text-align: justify;
	margin: 0 0 0 0;
	line-height: 1.4em;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}


/*/ CALENDAR /*/

div#calendar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
	background-color: #F3F3F1;
	height: 35px;
	v-align:middle;
	margin: 0;
	padding: 0;
}

div#calendar .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	background-color: #ABADA5;
	font-weight: bold;
	height: 35px;
}



/*/ OTHER /*/
.clear {
	clear:both;
	height: 0;
}

.edetail {
	font-weight: bold;
}

.ty {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 8px;
	border: 1px solid #FF0000;
	text-align: center;
}





/* 	padding: #top#6px #right#5px #bottom#6px #left#0px */
