/*
This is the print style sheet,
which defines which items will not be visible
or have different formatting on printed pages.
Customized for each project.
*/

html,body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body,td,th,p,select,input,a,em,strong,li,ul,span,table {
	font-size: 12px;
	line-height: 18px !important;
	background-image: none;
	background-color: white;
	text-align:left;
	font-weight: normal;
}


p {
	font-size:12px;
}

a {
    text-decoration:none !important;
    }
    
table{
    width:auto !important;
    height:auto !important;
    border:0 !important;
    margin:0 !impotant;
    padding:0;
}

.tableData td
{
	font-weight: normal !important;
}




/* Hide the following things */

#skipnav,
.header,
.banner_holder,
.breadcrumb,
.last_updated,
.printer_friendly,
.printerfriendly_noleftnav,
.calendar_filter,
.calendar_nextprev,
.downloadmessage,
.box_container,
.advanced_search,
.quick_links,
.home_collage,
.box_title,
.left_links,
.box_list,
.home_enews,
.view_more,
#home_buttons,
#home_right,
.searchbox,
.special_title,
.leftnav,
.toolbox,
.adminSpan,
.dropdownmenu,
.title_wrapper img,
.filter,
.depthome_right,
.title_wrapper a,
.forward_link_hyperlink,
.forward_link,
#header_right,
.rss_button
{
	display:none !important;
	height:0;
	border:0 !important;
}

.content_noleftnav_special p{
	font-size: 12px;
	line-height:2em;
}

#header_left{
	display:inline;
	height:75px;
}

#home_left{
	float:none;
	height:100px;
}

.header_logo {
	display:block;
}

.home_middle{
	float:none;
	width:300px;
	height: 175px;
}

.home_middle img {
	display:none;
}

.home_right{
	float:none;
	width:300px;
}

.home_updates a{
	font-size: 1.2em;
	padding:0;
	margin:0;
}

#contentheader {
	border:0;
	padding:0;
	margin:0;	
}

#contentheader {
	border:0;
	padding:0;
	margin:0;	
}

.footer_home, .footer {
	border-top: 1px dotted #003241;
	margin:0;
	padding:0;
}

.footer_home p, .footer p, .footer p a, .footer_home p a{
	text-align: left;
	margin:0;
	padding:5px 0 0 0;
	font-size:10px;
}

div, span {
    padding:0;
    margin:0;
    float:none !important;
}

.title {
	font-size: 2em !important;
	padding:10px;
	overflow:visible;
}

.component_title{
	font-size: 2em !important;
	padding:10px;
	overflow:visible;
}

.title_subtitle, .component_subtitle {
	padding:10px 15px;
    font-size: 1.5em !important;
}

.container,
.container_noleftnav,
.container_noleftnav_special,
.mainSpan, .component_content 
{
	font-size: 12px;
	float: none !important;
	width:700px;
	height:auto !important;
	border:0;
	overflow:visible;
}

.calendar_eventlink{
	font-size:12px;
	padding:0 1em;
}

.calendar_othermonthday {
	color:#FFF;
}

.calendar_today{
	color:#000;
}

.calendar_dayheader{
	font-size:11px;
	text-align:center;
	width:auto;
}

.content,
.content_noleftnav,
.component_content
{
	background-color:#fff;
	margin:0;
	border:0;
	padding:20px;
}