body
{
	background: url(images/page_background.jpg) top left repeat-x #6372B3;
	color: #43495E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
h1
{
	color: #43495E;
	font-size: 160%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h2
{
	color: #578F12;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h3
{
	color: #43495E;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3.keynote
{
	color: #6372B3;
	font-size: 125%;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
a
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: #578F12;
	text-decoration: underline;
}
p
{
	color: #43495E;
	font-size: 105%;
	line-height: 1.25em;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
p.center
{
	text-align: center;
}
ul.list
{
	font-size: 105%;
}
ul.list li
{
	line-height: 2em;
}
/* Dividers and wrappers */

#top-title
{
	background: url(images/focapd_title.jpg) top right no-repeat #43495E;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
#wrapper
{
	left: 0pt;
	margin: 0px;
	padding: 0px;
	top: 30px;
	width: 100%;
}
#content-wrapper
{
	background: url(images/wrapper_background.gif) top left repeat-y;
	bottom: 0px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	postion: relative;
	width: 960px;
}
#left-side
{
	background: url(images/focapd_logo_picture.jpg);
	float: left;
	height: 600px;
	margin: 0px;
	padding: 0px;
	width: 247px;
}
#center-content
{
	background: url(images/center_background.jpg) top left no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 500px;
}
#center-wrapper
{
	margin: 0px;
	padding: 15px;
	width: 470px;
}
#center-footer
{
	background: url(images/center_footer_background.jpg) top left no-repeat #282E36;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 0 247px;
	text-align: center;
	padding: 30px 0px 15px 0px;
	width: 500px;
}
#right-side
{
	background: url(images/focapd_navigation_picture.jpg);
	float: left;
	height: 600px;
	margin: 0px;
	padding: 0px;
	width: 213px;
}
#wrapper-footer
{
	background: #282E36;
	clear: both;
}
#page-footer
{
	background: #282E36;
	border-top:1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	height:90px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

/* NAVIGATION */

#right-side ul
{
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 175px;
}
#right-side li
{
	margin: 0px;
	padding: 0px;
}
#right-side li a
{
	border-bottom: 1px solid #82a0d8;
	color: #282E36;
	display: block;
	padding: 9px 5px 8px 5px;
	text-decoration: none;
}
#right-side li a:hover
{
	background: url(images/nav_chosen_background.jpg) #446C12;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid #2E3840;
	border-bottom: 1px solid #2E3840;
	color: #FFF;
	padding: 8px 4px;
}
#right-side #chosen a
{
	background: url(images/nav_hover_background.jpg) #43485c;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid #2E3840;
	border-bottom: 1px solid #2E3840;
	color: #FFF;
	padding: 8px 4px;
}
#right-side #chosen a:hover
{
	text-decoration: none;
}

/* CENTER-WRAPPER */
#center-wrapper img.picture
{
	border: 1px solid silver;
	float: right;
	margin: 0px 5px 5px 15px;
	padding: 5px;
}

/* TABLES */

#technical
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 470px;
}
#technical th
{
	border-bottom: 1px solid #82a0d8;
	padding: 5px 0px;
	text-align: left;
	vertical-align: top;
	width: 170px;
}
#technical th.full
{
	width: 100%;
}
#technical th.right
{
	padding-right: 10px;
	text-align: right;
	width: 75px;
}
#technical td
{
	border-bottom: 1px solid #82a0d8;
	padding: 5px 0px;
	text-align: left;
	vertical-align: top;
}
