﻿body 
{
	background-color: #aaaaaa; background-image: none; background-repeat: repeat; margin: 0; padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	/*background-image: url('/images/grey_background.gif'); */
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { }
a:active { }

#main_container 
{
	margin: 0 auto;
	padding: 0;
	top: 0;
	width: 908px;
}

#shadow_container
{
	position: relative;
	top: 0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

#shadow
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 2000px;
	background-color: Black;
	opacity: 0.2;
	filter:alpha(opacity=20);
}

#container
{
	position: relative;
	margin: 0 3px 2px 3px;
	padding: 0;
	border-width: 1px;
	border-color: #939393;
	border-style: solid;
	width: 900px;
	background-color: White;
}

#header
{
	background-position: 15px 30px;
	height: 90px;
	width: 100%;
	background-image: url('/images/pacelogo.gif');
	background-repeat: no-repeat;
	border-bottom: solid 2px #bc2525;
}

#header #menu
{
	position: relative;
	width: 520px;
	top: 35px;
	left: 380px;
	text-align: right;
	font-size: 13px;
}

#header #menu .staticMenuItem a:link, 
#header #menu .staticMenuItem a:visited, 
#header #menu .staticMenuItem a:active
{
	color: #666666;
}

#header #menu .staticMenuItem a:hover
{
	color: #bc2525;
}

#header #menu .main_menu
{
	height: 15px;
}

#header #menu .staticMenuItem
{
	padding: 0 5px;
	margin: 0;
	text-align: center;
}

#title_bar
{
	background-image: url('/images/grey_squares.gif');
	background-repeat: repeat-y;
}

#title_bar h1
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 18px;
	font-size: 18px;
}

#bread_crumbs
{
	border-top: solid 1px #bc2525;
	border-bottom: solid 1px #bc2525;
	height: 19px;
	background-color: White;
	color: #888888;
}

#bread_crumbs .bread_crumbs_path
{
	margin-left: 18px;
	font-size: 13px;
}

#bread_crumbs .bread_crumbs_path a:link, a:visited, a:active
{
	color: #888888;
}

#bread_crumbs .bread_crumbs_path a:hover
{
	color: #bc2525;
}

#main  
{
	position: relative; 
	float: left;
	width: 886px;
	top: 0; 
	left: 0;
	margin: 0; 
	padding: 7px;
	background-image: url(../images/grey_squares.gif); 
	background-repeat: repeat; 
	border-color: #c3c3c3; 
	border-width: 1px; 
}

#content
{
	position: relative;
	float: left;
	width: 625px;
	padding: 5px 5px 15px 15px;
	background-image: url('/images/pace-backgnd.gif');
	background-position: center top;
	background-repeat: repeat-y;
	border: solid 1px #808080;
	font-family: 'Times New Roman' , Times, serif;
	color: #777777;
}

#content h2
{ 
	color: #252c24; 
	font-size: medium; 
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	margin-top: 5px; 
	margin-bottom: 10px; 
	padding-bottom: 5px; 
	border-bottom: 1px dotted #777777; 
}

#content h3  
{
	color: #000; 
	font-size: small; 
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 5pt; 
	margin-bottom: 2pt; 
	margin-left: 3pt; 
}

#content ul  
{
	margin: 0; 
	padding: 0; 
}

#content ul li  
{
	color: #5b5b5b; 
	font-size: medium; 
	margin-left: 25px; 
	padding: 0 0 8px; 
	list-style-image: url(../images/red-arrow.gif); 
	list-style-position: outside; 
}

#content ol  
{
	margin: 10px; 
	padding: 0; 
}

#content ol li  
{
	list-style-position: outside; 
	margin-left:25px; 
	font-size:90%; 
	padding-bottom:8px;
}

#content a img
{
	border: none;
	padding: 6px;
}

#content a:link, a:active, a:visited
{
	color: #bc2525;
}

#content a:hover
{
	color: #777777;
}

#content table 
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
}

#content table thead th
{
	text-align: left;
	padding-left: 0;
	padding-right: 10px;
	color: Black;
}

#content table .formLayoutTable tbody
{
	font-size: small;
}

#content table tbody
{
	padding-left: 0px;
	padding-right: 10px;
	color: #666666;
	font-size: 85%;
}

#content table th 
{
	text-align: right;
	padding-right: 10px;
	padding-left: 30px;
}

#content .inline_image_right  
{
	float: right; 
	padding: 5px 10px 5px 5px; 
}

#content .inline_image_left  
{
	padding: 5px 10px; 
	float: left; 
}

#content .story  
{
	margin-bottom: 3ex; 
	margin-left: 2pt; 
	padding-bottom: 5pt; 
	padding-left: 10pt; 
	border-bottom: 1px solid #ccc; 
	border-left: 8px solid #e8a4a4; 
}

#content .story_separator  
{
	width: 95%; 
	height: 1px; 
	padding-top: 0; 
	padding-bottom: 0; 
	border-bottom: 1px dashed #808080; 
}

#content hr
{
	border-style: none;
	border-bottom-style: dotted;
}

#content p
{
	padding-right:10px;
}

#side_bar  
{
	position: relative; 
	float: right;
	width: 230px; 
	color: #00527d; 
	font-size: small; 
	font-family: "Trebuchet MS", Arial, sans-serif; 
	background-image: url(../images/grey_squares_sidebar.gif); 
	background-repeat: repeat-y;  
	padding: 0; 
	border: solid 1px #808080; 
}

#side_bar h3 
{ 
	color: #000; 
	font-size: small; 
	line-height: 1em; 
	background-color: #ccc; 
	background-image: url(../images/side_bar_fade.gif);
	background-repeat: repeat-y; 
	margin: 0; 
	padding: 5px; 
	border-bottom: 1px dotted #666; 
}

#side_bar p
{
	margin: 10px;
}
#side_bar ul
{
	margin-top: 5px; 
	margin-left: 0; 
	padding: 0 5px;
}

#side_bar li  
{
	margin-left: 20px; 
	padding: 0 0 5px; 
	line-height: 110%;
	list-style-image: url(../images/red-arrows.gif); 
	list-style-position: outside; 
}

#side_bar a:link  
{
	color: #00527d; 
}

#side_bar a:visited  
{
	color: #00527d; 
}

#side_bar a:hover  
{
	color: #bc2525; 
}

#side_bar img  
{
	text-align: center; 
	margin: 0 5px; 
	padding: 0; 
	border-color: #5b5b5b; 
	border-width: 1px; 
}

#side_bar table
{
	margin: 5px;
}
#side_bar table th
{
	text-align:right;
	padding-right: 5px;
}

#footer
{
	position: relative;
	clear: both;
	background: White;
	border-top: solid 1px #bc2525;
	color: #888888;
	font-size:11px;
	text-align: center;
	padding: 10px;
}

.layout_table
{
	border: none;
	border-spacing: 0;
}

.centered
{
	text-align: center;
}

.footnote
{
	font-size: 90%;
}

#content .footnote a:link,.footnote a:visited
{
	color: #666666;
}

#content .footnote a:hover,.footnote a:active
{
	color: #666666;
	text-decoration: underline;
}