body
{
    margin: 0px;
}

.nestList {
	position: relative;
	left: 10%;
	}
/* modal window */
#modalPage					/*covers entire page */
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; 
	left: 0px;
	
}
.modalBackground			/*used to hide remaining page when modal is active */
{
    opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%; 
	height: 100%;
	background: #999999 repeat scroll;
    position: absolute;
    z-index: 500;
    top: 0px; 
	left: 0px;
}
.modalContainer					/*specifies container */
{
    position:absolute;
    width: 400px;
    left: 45%;
    top: 50%;
    z-index: 750;
}

.modal							/*modal window */
{
    background-color: #f4d03f;
    border: solid 4px black; 
	position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 400px;
    /*height: 200px;*/
    margin: 10px;
}
.modalTop					/*title bar of modal container */
{
    width: 392px;
    background-color:  #CC0000;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
	padding-left: 20px;
	font-size: 12px;
	font-weight: bolder;	
	margin-left: 1%;
}

/* Left Sidebar */

.leftsidebar_box {
	padding: 15px 15px;
	text-align: left;
}

.leftsidebar_box img {
	width: 105px;
	height: 130px;
	}
	
.leftsidebar_box .highlight {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


/* Right Column */

.rightcolumn_box {
	
	padding: 15px 20px;
}

.rightcolumn_box h2 {
	text-align: left;
	padding-bottom: 10px;
	font-size: 26px;
	color: #c00000;
	background-color: inherit;
}

/* Page Content First Row */



#rightcolumn_1 {
	width: 566px;
	float: left;
	font-size: 10px;
}

#rightcolumn_1 .rightcolumn_box p {
	padding-bottom: 5px;
	padding-left: 5px;
	width: 500px;
	float: right;
	line-height: 125%;
	font-size: 14px;
	letter-spacing: 0.5px;
	
}

#rightcolumn_1 .rightcolumn_box ul li {
	padding-bottom: 15px;
	padding-left: 5px;
	width: 500px;
	float: right;
	line-height: 125%;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	list-style-type: circle;
	cursor: pointer;
}

#rightcolumn_1 .rightcolumn_box input {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	
}


#rightcolumn_1 .whitebar {
	margin : 0px;
	height : 1px;
	color: inherit;
	background-color: #fff;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
}



#leftsidebar_1 {
	width: 221px;
	background: url('images/sidebar_box1_top.jpg') no-repeat 0% 0%;
	text-align: right;
	float: left;
}

#leftsidebar_1_header {
	margin: 18px 15px 0px auto;
	width: 156px;
	height: 33px;
	background: url('images/sidebar_box1_headerbg.jpg') no-repeat 0% 0%;
	overflow: hidden;
}

#leftsidebar_1_header h2 {
	width: 156px;
	height: 33px;
	background: url('images/whatsnew_header.gif') no-repeat 50% 50%;
}

