/* ------------ default setting ------------ */
.main .default-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: centre;
	min-height:300px;
}

/* ------------ Index specific ------------ */
.main .index-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: center;
	min-height:300px;

}

.main .index-content h5{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 9pt;
	text-align:left;

}

.main .index-content img {
	padding: 10px

}

.main .index-content .welcome {
	min-height: 50px;
	font-size:14px;
	font-weight:bold;
}

.main .index-content .welcome #message p{
	min-height: 50px;
	text-align:left;
	font-size:12px;
	font-weight: normal;
	line-height: 120%;
}

/* ------------ meetings setting ------------ */
.main .meetings-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: centre;
	min-height:300px;
}

/* ------------ news specific ------------ */
.main .news-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: left;
	min-height:300px;
}

.main .news-content table{
	padding-left: 20px;
	padding-right: 20px;
}

.main .news-content p{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	text-align: left;
}

.main .news-content a{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color:#00f;				/* Blue text */
}

.main .news-content img{
	text-align: middle;
}

/* ------------ history setting ------------ */
.main .history-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: left;
	min-height:300px;
}

.main .history-content h2 {
	height:18px;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

.main .history-content td p {

}

/* ------------ mentoring setting ------------ */
.main .mentoring-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: left;
}

.main .mentoring-content td{
	text-align: left;
	vertical-align:top;
	padding-right: 10px;
	text-align:justify;
}

.main .mentoring-content h3{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	margin-bottom:4pt;
	line-height:100%;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: left;
}

.main .mentoring-content #navigation {
	font-size:10pt; 
	width:130px;
	padding-top:8px;
}

.main .mentoring-content #navigation ul {
	margin:0px; 
	padding:0px;
}

.main .mentoring-content #navigation li {
	list-style: none;
} 

.main .mentoring-content ul.top-level {
	background:#58e;			/* Light blue background */
}

.main .mentoring-content ul.top-level li {
	border-bottom: #fff solid;
	border-top: #fff solid;
	border-width: 1px;
}

.main .mentoring-content #navigation a {
	color: #fff;
	cursor: pointer;
	display:block;
	height:25px;
	line-height: 25px;
	text-indent: 10px;
	text-decoration:none;
	width:100%;
}

.main .mentoring-content #navigation a:hover{
	/*text-decoration: underline;*/
	color: #58e;				/* Light blue text */
}

.main .mentoring-content #navigation li:hover {
	background: #009;			/* Blue background */
	position: relative;
}

.main .mentoring-content ul.sub-level {
    display: none;
}

.main .mentoring-content li:hover .sub-level {
    background: #999;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 75px;
    top: 5px;
}

.main .mentoring-content ul.sub-level li {
    border: none;
    float:right;
    width:200px;
}

/* ------------ directions setting ------------ */
.main .directions-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: center;
	min-height:300px;
}

.main .directions-content p{
	text-align: left;
	font-size: 10pt;
}

.main .directions-content #officers h2 {
	height:18px;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

/* ------------ contacts setting ------------ */
.main .contacts-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	align: center;
	min-height:300px;
}

.main .contacts-content p{
	text-align: left;
}

/* ------------ links specific ------------ */
.main .links-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	align: center;
	min-height:300px;
}

.main .links-content p{
	text-align: left;
	font-size: 10pt;
	font-style: normal;	
	line-height: 10px;
}

.main .links-content h3{
	text-align: left;
	font-size: 11pt;
	font-style: normal;
}

.main .links-content td{
	text-align: left;
	font-size: 10pt;
	font-style: normal;
}

.main .links-content .disclaimer p{
	text-align: left;
	font-size: 8pt;
	font-style:italic;	
}

/* ------------ officers setting ------------ */
.main .officer-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: centre;
	min-height:300px;
}

/* ------------ LOI specific ------------ */
.main .loi-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: left;
	min-height:10px;
}

.main .loi-content table{
	padding-left: 20px;
	padding-right: 20px;
}

.main .loi-content td{
	line-height: 20px;
}

.main .loi-content p{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	text-align: left;
}

.main .loi-content a{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color:#00f;				/* Blue text */
}

.main .loi-content h4{
	font-family: Verdana, Arial, Helvetica, serif;
}

/* ------------ photo setting ------------ */
.main .photo-content {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #008;			/* Blue text */
	background-color:#ffb;	/* light yellow */
	text-align: left;
}






