/* CSS Document */

/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
}

body
{
margin: 0;
/* setting border: 0 hoses ie5 win window inner well border */
padding: 0;
font-family: verdana, 'trebuchet ms', sans-serif;
font-size: 12px;
}
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
margin-top: 10px;
margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
clear: both;
overflow: hidden;
width: 1px;
height: 1px;
margin: 0 -1px -1px 0;
border: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ?*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative; /* center on everything else */
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 5px;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody {
	position: relative;
	width: 660px;
	padding: 10px 20px 0px;
	line-height: 20px;
}


/* basic page elements */

body
{
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
font-size: 12px;
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

h1, h2, h3, h4, h5, h6
{
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}



/* page layout */

body
{
min-width: 700px;
color: #333;
background: #F9F5D3;
}

#container
{
	width: 700px;
	margin-bottom: 20px;
	background: #fff;
	border: 3px double #666666;
}

#container-inner
{
}

#banner
{
width: 700px; /* necessary for ie win */
background: #273158;
}

#banner-inner
{
padding: 15px 13px;
border-width: 2px;
}
#banner-header
{
margin: 0;
color: #fff;
font-size: 24px;
font-weight: bold;
line-height: 1;
}

.info
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #273158;
	border-right-color: #273158;
	border-bottom-color: #273158;
	border-left-color: #273158;
	padding-top: 10px;
	padding-bottom: 10px;

}
.info-inner
{
	margin-left: 50px;
	margin-right: 50px;


}
.pdf {
	background-image: url(pdficon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 32px;
	text-align: right;
	padding-right: 40px;
	line-height: 32px;
}

