body {
	background-color: #ffffff;
	margin:15px 0px 15px 0px;
	padding:0px;
}


.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link {color:#900; text-decoration:none;} 
a:visited {color:#900; text-decoration:none;} 
a:hover {color:#000; text-decoration: underline;}
a:active {color:#fff; text-decoration:none;}

#main {

	width:100%;
	margin: 0px auto 0px auto;

}

#start2_r1_c1 {
	margin-left:0px;
	margin-bottom:0px;
	float:none;
	display:inline;

}






.print {
	visibility:visible
	
}
#start2_r3_c1 {
	width: 100%;
	float:none;


}

#start2_r4_c1 {

	display:none;

}


#main_content {
	width: 100%;
	margin: 0 auto 0 auto;

}
#left_content {

	display:none;
	
}

#middle_content {
	width: 100%;
	float: none;
	padding:10px 0 10px 0;
}

#right_content {
	display:none;
	

}

#top_menu {
	display:none;
	
}

#entry {
	margin:0px;
	padding:0 15px 0 15px;
	
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 170px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: white url(../images/media/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #F60;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #F60;
}

.markermenu ul li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(../images/media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


/*End vertical menu*/