@charset "UTF-8";
/* CSS Document */

/* Reset Block */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td img {
	display: block;
}


/* End Reset Block */

body {
	background: #CCCCCC;
}

#outerWrapper {
  margin: 0;
  text-align: left;
  width: 100%;
}

#innerWrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 760px;
	color: #fff;
	font-size: 11px;
}

#innerWrapper #title {
	position: relative;
	height: 88px;
}

#innerWrapper #menuBar {
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 27px;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75; 
	text-align: center;
	z-index: 50;
}

#menu {
	position: relative;
	top: -27px;
	color: #ffffff;
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	z-index: 50;
	text-align: center; 
}

#menu a, #menu a:hover, #menu a:visited, #menu a:active {
	color: #fff;
	text-decoration: none;
	padding: 8px 8px;
}

#innerWrapper #contentWrapper {
	position: absolute;
	top: 140px;
	left: 350px;
	width: 420px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
	border: 1px solid #fff;
}

h1 {
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
    margin: 4px 0 14px 0;
	font-weight: normal;
}
h2 {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
h3 {
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  padding-top: 4px;
  margin-bottom: 4px;
}

p + h2 {
  padding-top: 8px;
}

#contentWrapper #content {
	margin: 24px 24px 36px 24px;	
	z-index: 10;
}

#contentWrapper a,
#contentWrapper a:visited {
	color: #ffc;
	text-decoration: underline;
}

#contentWrapper a:hover {
	color: #ffa;
	text-decoration: none;
}

#contentWrapper td.specials a {
  color: #fff;
  text-decoration: none;
}

#contentWrapper p,
#contentWrapper td p {
	margin-bottom: 12px;
}


#innerWrapper #sidebarWrapper {
	position: absolute;
	top: 495px;
	left: 49px;
	width: 260px;
}

#sidebarWrapper #sideBar {
   margin: 12px;
   z-index: 10;
   font-size: 11px;
   line-height: 13px;
}

#sidebarWrapper #sideBar img {
	margin: 8px 12px;	
	border: none;
}

#portraitTitle {
	position:absolute;
	left:800px;
	top:540px;
	width:142px;
	height:55px;
	z-index:10;
	line-height: 120%;
	font-weight: bold;
	text-align: right;
	color: #000;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#content ul { list-style-type: disc; padding: 0; margin: 0; }
#content ul li { padding: 0; margin-left: 12px; margin-bottom: 8px; }
