﻿body {
	font: 14px "Times New Roman", Times, serif;
	color: #333;
}

p {
	font: 14px "Times New Roman", Times, serif;
	color: #333;
	margin-top: 1em;
}

h1 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 0.5em;		
}

h2 {
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	margin-top: 0.5em;	
}

h3 {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	margin-top: 0.75em;	
}

a:link, a:visited, a:hover { color: #000; }

#site_shell {
	width: 100%;
/*	background: url("/SiteCollectionImages/design_elements/_bgd/home.jpg") no-repeat  top center;	*/
}

#container { width: 100%; } 

/*        ################      HEADER AREA        ################       */

#header { width: 100%; }

#header img { border: 0; }

#support_nav { display: none; }


/*        ################      NEWS ALERT BULLETIN        ################       */

#alert_container { display: none; }

/*        ################      THEME NAVIGATION       ################       */

#theme_nav { display: none; }

/*        ################      BREADCRUMB       ################       */

#breadcrumb { display: none; }

#content_container {
	min-height: 100px; /* IE6 hack */
	height: auto !important; /* IE6 hack */
	height: 100px; /* IE6 hack */
}

/*        ################      FOOTER AREA       ################       */

#footer { display: none; }



/*        ################      COPYRIGHT AND LEGAL INFORMATION       ################       */

#copyright_shell {
}

#copyright { float: left; }

#copyright p {
	float: left;
	font: 10px "Times New Roman",serif;
	color: #333;
	width: auto;
}

#copyright .nav { display: none; }
#copyright p.statement {
	clear: both;
}

#copyright ul { display: none; }

.clearfloat { /* FORCE FLOATS */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*        ################      CONTENT AREA AND GENERAL SHELL     ################       */

#left_navigation { display: none; }

#centre_content { width: 100%; }

#right_side { display: none; }

/*        ################      LEFT-HAND NAVIGATION     ################       */

#left_navigation ul {
	margin: 1.2em 0.5em;
}

#left_navigation ul li {
	font: 0.75em "Times New Roman",serif;
}

#left_navigation ul li a:link, #left_navigation ul li a:visited,#left_navigation ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
}

/*        ################      CONTENT ZONE AND AUTHORING CSS   ################       */

/* lists  */
#centre_content ul {
	list-style: disc;
	margin: 1em;
	padding: 0 2em;
}

#centre_content ol {
	list-style: decimal;
	margin: 1em;
	padding: 0 2em;
}

#centre_content li {
	font: 0.75em Verdana,Helvetica,sans-serif;
	color: #333;
}

#centre_content dl {
	margin: 1em 0;
}

#centre_content dt, #centre_content dd {
	font: 0.75em Verdana,Helvetica,sans-serif;
	color: #333;
}

#centre_content dd { margin-bottom: 1.5em; }

/* images */
#centre_content img.image_left { float: left; margin: 1em 1em 1em 0; }
#centre_content img.image_right { float: right; margin: 1em 0 1em 1em; }

/* data tables */
#centre_content caption {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	padding: 0.75em 0;	
}

#centre_content table.mimimalist_table th {
	font: normal 0.85em "Times New Roman",serif;
	border-bottom: 2px solid #E8AA54;
	padding: 0 0.75em 0.75em 0.75em;
}

#centre_content table.mimimalist_table td {
	font: 0.75em "Times New Roman",serif;
	border-bottom: 1px solid #d7d5d5;
	padding: 0.75em;
}

#centre_content table.simple_table th {
	font: normal 0.85em "Times New Roman",serif;
	padding: 0.75em;
	border-bottom: 1px solid #FFF;
}

#centre_content table.simple_table td {
	font: 0.75em "Times New Roman",serif;
	border-bottom: 1px solid #FFF;
	padding: 0.75em;
	background: #F2F2F2;
}

/*        ################      LAUNCH PAD   ################       */

div.launch_pad { display: none; }
h2.launch_pad_title { display: none; }

