/* Start of CMSMS style sheet 'markarnett' */
* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .70em Trebuchet MS, Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #fb999a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 15px auto;
width: 726px;
background: #fff url('images/midbg.jpg');

}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {
background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
height: 200px;
background:center url('images/header.gif') no-repeat; 
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

#menu {
	float: left;
	width: 650px;
	border: none;
	background: rgb(255,255,255);
	color: rgb(75,75,75);
	font-size: 100%;
} 

/*Color navigation bar normal mode*/
#menu ul {list-style-type:none;}


#menu ul li {float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px ##fb999a;;
background-color: #FFFFFF

	
}
#menu ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:5px 10px 5px 10px; text-decoration:none; color: rgb(100,100,100);

}
#menu ul li ul {display:none; border:none;

}

#menu ul li table {display:none; border:none;

}

#menu a, #menu strong, #menu span { 
	float:left; 
	display:block; 
	background: #ffffff;
	border-bottom: 4px solid #f4f4f4;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	color:#000000; 
	padding: 2px 9px;
	font-weight:bold; 
	text-decoration:none;
}

#menu ul li:hover a {background-color:#fff; text-decoration:bold;
border-bottom: 4px solid #fb999a;

} /*Color main cells hovering mode*/
#menu ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:000; top:3.8em; margin-top:0.1em; left:100;}
#menu ul li:hover ul li a {
	display: block;
	width: 10em;
	height: auto;
	line-height: 1.3em;
	margin-left: -4px;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px #fb999a;
        border-right: solid 1px #fb999a;
	border-top: solid 1px #fb999a;
	border-bottom: solid 1px #fb999a;
	background-color: #fff;
	font-weight: normal;
	color: rgb(50,50,50);
} /*Color subcells normal mode*/
menu ul li:hover ul li a:hover {background-color:#fb999a; text-decoration:none;} /*Color subcells #hovering mode*/





#menu a { 
	float:none; 
}

#menu li { 
	float:left; 
	background:inherit; 
	margin:0 0 0 4px; padding:0 0 0 0px; 
}



/*Color subcells normal mode*/
#menu ul li:hover ul li a:hover {background-color:#fb999a; text-decoration:none;} /*Color subcells hovering mode*/






.middle {
	float: left;
	width: 98%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}


.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #fb999a;
}

.middle h2 { color: #fb999a; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #fb999a; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}






/* End of 'markarnett' */

