/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

* {margin:0;padding:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BDC3B5;
	background-image: url(assets/images/graywhitebg.gif);
	/*background-image: url(assets/images/grayyellowbg.jpg);*/
background-repeat: repeat-y
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#HeaderLayer img {
border: 0px;
}

a:link {
	color: #669999;
	text-decoration: underline
}
a:visited {
	color: #999999;
	text-decoration: underline
}
a:hover {
	color: #000000;
	text-decoration: underline
}
a:active {
	color: #000000;
	text-decoration: underline
}
.boldgray {
	color: #666666;
	font-weight: bold;
}

#contentLayer  {
	margin-top: -15px;
}
#contentLayer img {
	margin-bottom: 10px;
}

#contentLayer p {
	
	font-size: 11px;
	line-height: 180%;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 25px;
}

#contentLayer blockquote {
	font-size: 11px;
	width: 375px;
	color: #666666;	
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/*.contpara {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 180%
}*/
#contentLayer ul {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #F7F7F7;
	margin: 20px;
	list-style-type: none;
	list-style-image: url(assets/images/bullet2.gif);
	}
	
#contentLayer ol {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #F7F7F7;
	margin: 20px;
	}	
#contentLayer li {
	font-size: 10px;
	/*list-style-type: none;*/
	/*background: url(assets/images/bullet.gif) no-repeat 0px 8px;*/

	line-height: 180%;
	margin-top: 10px;
	font-weight: bold;
	color: #666666;
	}	




.readon {
	text-align: right;
	padding-right: 30px;
	font-style: italic;
	font-size: 9px;
	margin-top: 20px;
}

.readon a {
	text-decoration: none;
	color: #BB9955;
	font-size: 1em;
	padding: 1px 2px;
}
.readon a:hover { 
color: #666666;
background-color: #f4f4f4; 
}



/*------------------------------------------------------------*
**  Menu formatting 
**------------------------------------------------------------*/

.sinditmenudiv td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px
}
.sinditmenudiv p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 6px
}
.sinditmenudiv b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666
}
.sinditmenudiv a:link {
	color: #333333;
	text-decoration: underline
}
.sinditmenudiv a:visited {
	color: #666666;
	text-decoration: underline
}
.sinditmenudiv a:hover {
	color: #DFDBBF;
	text-decoration: underline
}
.sinditmenudiv a:active {
	color: #000000;
	text-decoration: underline
}
/*------------------------------------------------------------*
**  Contact Form
**------------------------------------------------------------*/


.textfield {
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #09C;
	border: 1px solid #888888;
	padding: 2px;
}

.textaera {
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #09C;
	border: 1px solid #888888;
	padding: 2px;
	overflow: auto;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.smalltype {
	font-size: 9px;
	color: #596C8F;
}

.submitbutton {
	border-style:none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #94A4B4;
}

.success {
	font-size: 10px;
	font-weight: bold;
	color: #68747F;
}

.verbatim {
	font-size: 10px;
	color: #09C;
	font-style: italic;
}

.error {
	font-size: 10px;
	font-weight: bold;
	color: #883743;
}

#formholder {
	background-color: #EEEEEE;
	margin: 20px 0;
	padding: 10px 20px;
	width: 374px;
	border: thin dashed #C2D0D7;
	}
#formholder p { margin: 0; text-indent: 0; }
