@media print {

body {
	background-color: #cccccc;
	font-size: 9pt;
}

div,ul {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
}

input, textarea, select, option {
	font-size: 8pt;
}

table, tr, td {
	font-size: 10pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

li {
	color: #000000;
}

/*************************************************************
	              Default Link Styles 
**************************************************************/

a {
	color: #333399;
	text-decoration: underline;
}

a:link {
	color: #333399;
	text-decoration: underline;
}

a:active {
	color: #333399;
	text-decoration: underline;
}

a:visited {
	color: #333399;
	text-decoration: underline;
}

a:focus {
	color: #336633;
	text-decoration: underline;
}

a:hover {
	color: #336633;
	text-decoration: underline;
}

/*************************************************************
	                  Page Layout Styles 
**************************************************************/


div#wrapper {
	width: 580px;
	margin: 0 auto;
	
	background-color: #ffffff;
	
	border: 1px solid #000000;
	
	font-size: 9pt;
	font-family: Verdana, Arial, serif;
	
	background-image: url(../images/layout/left-col-tile.gif);
	background-repeat: repeat-y;
}

#wrapperlanding {
	width: 580px;
	margin: 0 auto;
	
	background-color: #ffffff;
	
	border: 1px solid #000000;
	
	font-size: 9pt;
	font-family: Verdana, Arial, serif;

}


#header {
	height: 105px;
}

#top {
	height: 60px;
	
	background-image: url(../images/layout/header-tile.gif);
	background-repeat: repeat-x;
}

#bottom {
	margin: 0;
	padding: 0;
}

#gradient {
	background-image: url(../images/layout/header-gradient2.gif); 
	background-repeat: no-repeat; 
	margin-left: 240px; 
	height: 45px;
}

#body {
	width: 100%;
	margin: 0;
	padding: 0;
}

#right {
	/*float: right;
	width: 230px;
	margin-bottom: 0px;
	background-color: #ffffff;*/
	/*background-image: url(../images/layout/right-tile.gif);
	background-repeat: repeat-y;
	background-position: 5px 0;*/
	width: 0;
	display: none;
}



#form {
	margin: 0;
	padding: 0 0 0 5px;
	background-image: url(../images/layout/right-tile.gif);
	background-repeat: repeat-y;
	float: right;
	width: 225px;
}

#left{
		margin:0;
		padding:0;
		display: none;
	}
	
#leftbg {
		margin:0;
		padding:0;
		display: none;
	}


	#main {
		margin:0;
		padding:0;
		/*margin-right: 240px;*/
		padding-top: 10px;
	}

#footer {
	font-size: 8pt;
	text-align: left;
	
	clear: both;
	
	margin-top: 9px;
	margin-left: 0px;
	padding: 5px;
	
	color: #660099;
}

	#navigation {		
		text-align: right;
		padding: 0 0 0 0;
		display: none;
		margin:0;
	}


/*************************************************************
	                 Page Element Formatting
**************************************************************/

img.hspace {
	margin-left: 5px; 
	margin-right: 5px; 
}

img.vspace {
	margin-top: 3px; 
	margin-bottom: 3px; 
}

p.heading {
	font-weight: bold;
	font-size: 10pt;
	color: #333399;
	padding-top: 2px;
	margin: 0;
}

h1 {
	font-weight: bold;
	font-size: 14pt;
	color: #333399;
	padding-top: 2px;
	margin: 0;
}
/* H1 is the heading for article titles. */

h2 {
	font-weight: bold;
	font-size: 10pt;
	color: #333399;
	padding-top: 2px;
	margin: 0;
}

/* H2 is used on headings with the dashes. */



h4 {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	padding-top: 2px;
	margin: 0;
}


div.heading-outer {
	margin:0px 10px 8px 0px; 
	background-image: url(../images/layout/dash-tile.gif); 
	background-repeat: repeat-x;
	clear: none;
}

div.heading-inner {
	background-image: url(../images/layout/arrow-left.gif);
	background-repeat: no-repeat; 
	padding-left: 12px; 
	padding-top: 6px;
}

.left-content {
	border-bottom: 1px dashed #660099;
	
	width: 85%;
	margin: 0 auto;
	padding: 3px 5px;
}

li.left-content {
	border-bottom: 1px dashed #660099;
	list-style-type:none;
	
	width: 85%;
	margin: 0 auto;
	padding: 3px 5px;
}

li.left-contentOver {
	border-bottom: 1px dashed #660099;
	list-style-type:none;
	
	background-color: #c2d5f5;
	cursor: pointer;
	
	width: 85%;
	margin: 0 auto;
	padding: 3px 5px;
}



.left-box-title {
	/*background-image: url(../images/layout/left-box-title-tile.gif);
	background-repeat: repeat-x;*/
	width: 155px;
	height: 28px;
	margin-bottom: 3px;
}

.left-box-title-text {
	text-align: center;
	color: #000099;
	font-weight: bold;
	font-family: Verdana, Arial, serif;
	font-size: 9pt;
	margin-top: 8px;
}

.left-box-title-l {
	float: left;
	background-image: url(../images/layout/left-box-title-l.gif);
	background-repeat: repeat-x;
	width: 16px;
	height: 28px;
}

.left-box-title-r {
	float: right;
	background-image: url(../images/layout/left-box-title-r.gif);
	background-repeat: repeat-x;
	width: 16px;
	height: 28px;
}


.left-box-header {
	background-image: url(../images/layout/left-box-top-tile.gif);
	background-repeat: repeat-x;
	width: 155px;
	height: 10px;
}

.left-box-header-r {
	float: right;
	background-image: url(../images/layout/left-box-top-r.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.left-box-header-l {
	float: left;
	background-image: url(../images/layout/left-box-top-l.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.left-box-header-r-white {
	float: right;
	background-image: url(../images/layout/left-box-top-r-white.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.left-box-header-l-white {
	float: left;
	background-image: url(../images/layout/left-box-top-l-white.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.left-box-footer {
	width: 155px;
	height: 10px;
	background-image: url(../images/layout/left-box-bottom-tile.gif);
}

.left-box-footer-r {
	float: right;
	background-image: url(../images/layout/left-box-bottom-r.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.left-box-footer-l {
	float: left;
	background-image: url(../images/layout/left-box-bottom-l.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.left-box-footer-r-white {
	float: right;
	background-image: url(../images/layout/left-box-bottom-r-white.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.left-box-footer-l-white {
	float: left;
	background-image: url(../images/layout/left-box-bottom-l-white.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

.left-box-body {
	background-image: url(../images/layout/left-box-body-tile.gif);
	width: 155px;
}

ul.left-box-items {
	padding: 0;
	margin: 0 auto;
}

.left-box-item, li.left-box-item {
	border-bottom: 1px dashed #000099;
	list-style-type: none;
	color: #000099;
	margin: 0;
	width: 80%;
	padding: 5px 5px;
	margin: 0 auto;
}

.left-box-itemOver, li.left-box-itemOver {
	border-bottom: 1px dashed #000099;
	list-style-type: none;
	background-color: #f9f9f9;
	color: #669933;
	margin: 0;
	width: 80%;
	padding: 3px 5px;
	margin: 0 auto;
}


/*************************************************************
	                 Text Formatting
**************************************************************/

.italic {
	font-style: italic;
	font-weight: normal;
}

.bold {
	font-style: normal;
	font-weight: bold;
}

.blue {
	color: #003399;
}

.green {
	color: #669933;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

.redAsterisk {
font-family: Verdana, Helvetica;
font-size: 11px;
color: #E90016;
line-height: 12px;
}



}
