body {
	margin : 0;
	padding : 0;
	font-family : Verdana, Arial, sans-serif;
	color : #003;
	font-size : .8em;
	background: #003;
}
a {color: #003; }
a:hover { text-decoration: none;}
img { border: 0; }
#Container
{
	width : 800px;
	background : url(../images/common/background.gif) top center repeat-y #000033;
}
#Header
{
	border-bottom : 1px solid #000033;
}

#Navigation
{
	text-align: left;
	width : 156px;
	height: 330px;
	border-right : 1px solid #000033;
	background-color : #333366;
	vertical-align:top;
	background-image:url(../images/navigation/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color : #CCCCFF;
}
#Navigation a
{
	color : #CCCCFF;
	font-family : Verdana, Arial, sans-serif;
	font-variant : small-caps;
	display : block;
	border-bottom : 1px solid #000033;
	font-size : 12px;
	padding-left : 10px;
	line-height : 28px;
	height: 29px;
	text-decoration:none;
}
#Navigation a:hover
{
	color : #000033;
	background-color : #CCCCFF;
}
#Navigation li ul a:hover
{
	color : #000033;
	background-color : #9999FF;
}
#Navigation li ul a.sel
{
	color : #000033;
	background-color : #9999FF;
}
#Navigation a.sel
{
	color : #000033;
	background-color : #CCCCFF;
}
#Navigation li, #Navigation ul
{
	list-style-type: none;
	padding:0;
	margin:0;
}
#Navigation ul li
{
	position: relative;
}

/* Holly Hack. IE Requirement \*/
* html #Navigation ul li { float: left; height: 1%; }
* html #Navigation ul li a { height: 1%; }
/* End */

#Navigation li ul
{
	width: 160px;
	display: none;
	left: 156px;
	position: absolute;
	background-color: white;
	top: -1px;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-top: 1px solid #000033;
	margin: 0;
	padding: 0;
}
#Navigation li ul li
{
	position : static;
	float : none;
	border : none;
}
#Navigation li ul a
{
	color: #000033;
	background-color: #CCCCFF;
}
#Navigation li:hover ul
{
	display: block;
}
#Navigation li.hover ul
{
	display: block;
}
#Navigation li.hoversel ul
{
	display: block;
	color : #000033;
	background-color : #CCCCFF;
}
#Content
{
	width : 594px;
	background-color : white;
	text-align: left;
}
#Content h1
{
	text-align : right;
	padding-right : 15px;
	font-size : 1em;
	font-weight : bold;
	font-variant:small-caps;
	font-style:italic;
	margin : 0;
	line-height : 2em;
	border-bottom : 1px solid #000033;
	height : 29px;
}
#Content h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000033;
	width: 300px;
	margin-left: 5px;
	padding-bottom: 2px;
}
#Content h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000033;
	margin-left: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-right: 10px;
}
#Footer
{
	font-size : .8em;
	padding : 4px;
	clear: both;
	margin: 150px;
	text-align: right;
}
#PullQuote {
	border : 1px solid #000033;
	margin : 10px;
	padding : 4px;
	float : right;
	background-color : #9999FF;
	font-size : 1em;
	font-variant : small-caps;
	width : 234px;
	clear:right;
}
#SideImage {
	border : 1px solid #000033;
	margin : 10px;
	float : right;
	clear:right;
}
#PullQuote em
{
	margin-top: 15px;
	text-align : right;
	font-size : .8em;
	display: block;
}
#PullQuote h1
{
	margin-bottom: 5px;
	padding:0;
	text-align:center;
	font-size:.8em;
	line-height:.8em;
	height:1em;
}	
p {
	padding : 5px;
	margin-top : 0;
}
p.quote {
	color: #003399;
}
p.quote strong {
	display:block;
	text-align:right;
}
ul.presList {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top: -15px;
	padding-left: 14px;
}
ul.presList li {
	padding-bottom: 5px;
}
ul.presList a {
	text-decoration: none;
}
ul.presList a:hover {
	text-decoration: underline;
}
