/***** MAIN STYLING *****/
body{
	margin:0 auto;
	padding:0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	//background-color:#FFFFFF;
	//background-color:#29377E;
	//background-color:#5B659C;
	//background-color:#4C62D6;
	//background-color:#475AC4;
	//background-color:#C7CBDD;
	background-color:#822B00;
	color: #000000;
	text-align: center; 
}
a:link, a:visited{
	font: 100% Verdana,sans-serif;
	color: #822B00;
	text-decoration: none;
}
a:hover{
	font: 100% Verdana,sans-serif;
	text-decoration: underline;
	color: #822B00;
}
p{
	//text-align:justify;
	font-size:12px;
}
td {
	//text-align: justify;
	font-size: 12px;
}
.clr {
	clear: both;
}
h1{
	font: bold 100% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1.site_name {
	font: bold 150% Verdana,sans-serif;
 	color: #3399CC;
	border-bottom:1px dotted #666666;
	display: block;
	width: 760px;
    padding: 172px 0 0 0;
	overflow: hidden;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:172px; /* for IE5.5's bad box model */	
}
h2{
 	font: bold 30px Verdana,sans-serif;
	margin:0px;
	color: #666666;
	border-bottom: #33CCCC 1px solid;
}
h3{
	font: bold 120% Verdana,sans-serif;
 	color: #CCFFFF;
 	margin: 0px;
 	padding: 0px;
}
h4{
 	font: bold 16px Verdana,sans-serif;
	color: #666666;
 	margin: 0px;
 	padding: 0px;
}
h5{
 	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font: 24px bold Verdana,sans-serif;
	margin:0px;
	color: #666666;
}
/***** MAIN AND UPPER LAYOUT *****/
#wrap {
	margin: 0px;
	background-image: url(images/menu_and_body_bg.jpg);
	background-repeat: repeat;
	background-color:#FFFFFF;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	margin:0 auto;
	width:760px;
	text-align:justify;
}
#header{
	margin-top: 0px;
	width:760px;
	height: 172px;
	margin-top:0px;
}
#pathway{
	padding: 0px 30px 0px 0px;
	margin:0px 0px 10px 200px;
	line-height:1.5em;
	height: 12px;
	color: #000000;
	font: Bold 10px, Verdana,sans-serif;
}
/***** IMAGES *****/
.mosimage {
	margin: 5px;
	float: left;
}
.mosimage_caption {
	margin-top: 2px;
	background: #cccccc;
	padding: 1px 2px;
	color: #666666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}
/***** CONTENT *****/
#content {
	padding: 0px 30px 0px 0px;
	margin:0px 0px 10px 200px;
	line-height:1.5em;
	_width:100%; /* IE hack, version 6 and earlier  */
}   
#content h2{
	font-size:100%;
	margin:0 0 10px;
}
#content h3{
	font-size:100%;
	margin:0 0 8px;
}
#content ul, #content ol, {
	margin:0 0 16px 20px;
	padding:0;
}
#content li,{
	margin:0;
	padding:0 0 0 5px;
}
#content ul ul, #content ol ol,{
	margin:0 0 0 16px;
	padding:0;
}
/***** LEFT SIDEBAR *****/
#leftsidebar {
	float:left;
	width:170px;
	min-height:100%;
	padding: 0px;
	font: small Verdana,sans-serif;
	height:100% 
	!Important;height:1%; 
}
#leftsidebar h3, #leftsidebar p {
    padding:0 10px 0 0;
}
#leftsidebar ul {
    margin-bottom:0;
}
/***** LEFT NAVIGATION *****/
.mainlevel {
	padding: 0px;
	font: 12px Arial,sans-serif;
}
a.mainlevel:link, a.mainlevel:visited {
	color:#000000;
	display: block;
	background-image: url(images/menu_style_norm.jpg);
	background-repeat:no-repeat;
	border: 0px;
	font-weight: bold;
	padding: 3px 0px 3px 30px;
}	
a.mainlevel:hover {
	color: #000000;
	background-image: url(images/menu_style_hover.jpg);
	background-repeat:no-repeat;
	border: 0px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 30px;	
}
.sublevel{height: 18px;
}
a.sublevel{	display: block;
	background: #A0A0A0;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}
a.sublevel:hover {
	display: block;
	color: #FFFFFF;
	background: #822C0F;
}
/***** FOOTER *****/
#footer{
	clear: both;
	font-size: 12px;
	color: #000000;
	border-top:1px dotted #666666;
	width: 760px;
	height: 80px;
	background color: #F8EEEE;
	border-bottom: 1px dotted #666666;
	background-image: url(images/footer.jpg);
	background-repeat:repeat-x;
}
#footer a {
	color: #33CCCC; 
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
}
/***** PATHWAY STYLING *****/

.pathway a{
	color: #33CCCC;
	font: Bold 10px, Verdana,sans-serif;
}
.pathway a:hover{
	text-decoration: none;
} 
/***** SEARCH STYLING *****/

#search{
	margin-top: 10px;
	height:18px;
} 
#search .inputbox{
	margin-left:2px;
	float: left;
	border: 1px #000000 solid;
	vertical-align: middle;
	width: 90px;
	color:#000000;
	display:inline;
}
#search .button {
	background-color: #CCCCCC;
	border: none;
	border: 1px #000000 solid;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	margin-left: 2px;
}
/***** GROUP MEETINGS *****/

#groupmeetings {
	margin-top: 14px;
	height:80px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	background-color:#f4f4f4;
	background-image: url(images/gm-background.jpg);
	background-repeat:no-repeat;
}	
.mainlevel_meetings {
	text-align:center;
	padding-top: 30px;
	font: 18px Arial,sans-serif;
}
a.mainlevel_meetings:link, a.mainlevel_meetings:visited {
	color:#000000;
	font-weight: bold;
	display: block;
	font: 18px Arial,sans-serif;
}	
a.mainlevel_meetings:hover {
	color: #33CCCC;
	font-weight: bold;
	text-decoration: underline;
	font: 18px Arial,sans-serif;	
}
/***** ADDITIONAL STYLING *****/
.componentheading, .sectionheader   {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font: 24px bold Verdana,sans-serif;
	margin:0px;
	color: #666666;
}
.contentheading{
	font: 16px bold Verdana,sans-serif;
	margin:0px;
	color: #666666;
	border-bottom: #33CCCC 1px solid;
}
.contentpagetitle{
	font: 16px bold Verdana,sans-serif;
	margin:0px;
	color: #666666;
}
.sectiontableentry1 td, .sectiontableentry2 td {
	border-bottom: #CCCCCC 1px dotted;
	padding: 4px 0px 0px 50px;
	background-image: url(images/table_img_01.gif);
	background-repeat:no-repeat;
}
.contentcolumn {
	padding-right: 5px;
}
.category{
	font: 10px bold Verdana,sans-serif;
	margin:0px;
	color: #666666;
}
.createdate {
	font: 10px bold Verdana,sans-serif;
	margin:0px;
	color: #666666;
}
.contentdescription{
	float: none;
	clear: both;
}
.contentpaneopen{
	font: 24px bold Verdana,sans-serif;
}
.membertable td{
	border-bottom: #CCCCCC 1px dotted;
	height: 20px;
	text-align: left;
}
.style1 {color: #FF0000
}
.style4 {color: #009900
}
.style5 {color: #CC00CC}

