/* Common Elements */
body{
	text-align:left;
	background:#FFFFFF;
	font-size:12pt;
	margin:0;
}

/* General */
hr		{height:1px; background-color:#000000; color:#000000; border:none;}
.clear	{clear:both; min-height:1px; font-size:1px;}

/* Dimensions and Page Alignment */
#canvas{
	width:660px;
	min-height:300px;
	margin:0 20px 0 20px;
	text-align:left;
}

/* Common Areas in any Layout */
/*#header{
	width:100%;
	height:50px;
}*/
#header,
#wrap #mainHeader,
#wrap_inside #mainHeader,
.pod{
	padding-bottom:20px;
}
#wrap_inside #mainHeader{
	padding-top:20px;
}
#header h1 a,
#wrap .pod h4 a,
#wrap_inside .pod h5 a{
	color:#000000;
	text-decoration:none;
}
#header h2{
	color:#000000;
	text-decoration:none;
	font-size:14pt;	
}
#footer{
	padding-top:30px;
}
.frame{
	width:199px;
	float:left;
	border:1px solid #d8d8d8;
	padding:8px 8px 4px 8px;
	margin:0 14px 25px 0;
}
.info{
	padding:10px;
	border:1px solid #d8d8d8;
	margin:20px 0 0 0;
}
img.leftAligned{
	float:left;
	padding:0 6px 6px 0;
}
#leftCol .pod,
#mainHeader{
	clear:both;
}
span.highlight{
	color:#000000;
	font-weight:bold;
}

#main_nav, 
#breadcrumbs{
	display:none;
}


/* Typography */
/* Text */
p{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	line-height:normal;
	margin:0 0 10px 0;
	padding:0;
}
pre{
	font-family:"Times New Roman", Times, serif;
}
blockquote{
	margin-left:20px;
}
abbr{
	font-family:"Times New Roman", Times, serif;
}


/* Links */
a			{color:#0000FF; text-decoration:underline;}
a:visited	{color:#0000FF; text-decoration:underline;}
a img		{border:none;}

/* Headings */
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h4{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;	
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h5{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
h6{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}


/* Lists */
ul{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	list-style-type:disc;
}
ol{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
}
dl {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	margin:0 0 1.5em 0;
	padding:0;
}
dl dt {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	margin:0.25em 0 0.25em 0;
	padding:0;
}
dl dd {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	margin:0 0 0 30px;
	padding:0;
}


/* table */
table{
	font-family:"Times New Roman", Times, serif;
	border-collapse:collapse;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
table caption{
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12pt;
}
thead	{font-weight:bold;}
th		{font-size:12pt;text-align:left; vertical-align:middle;}
td		{font-size:12pt;text-align:left; vertical-align:middle;}


/* Forms */
form{margin:0; padding:0;}

input{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

input.noborder{border:none;}
fieldset{border:none;}

textarea, select{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
label{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
}
legend{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-weight:bold;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}