* {
	margin: 0;
	padding: 0;
}

img {
	border:0;
	padding:8px;
}

h3 img {
	padding:2px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a {
	color: #0077dd;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	position: relative;
	background: #004778 url('/image/a5.gif') bottom left repeat-x;
	height: 8em;
	padding-left: 1em;
}

#header h1
{
	position: absolute;
	top: 0.6em;
	padding-left: 70px;
	font-size: 1.5em;
	height: 61px;
	letter-spacing: -0.05em;
	background: url('/image/logo.png') no-repeat top left;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	padding-left: 70px;
	font-size: 0.8em;
	top: 6em;
	color: #E0E8EF;
}

/* Menu */

#menu
{
	position: absolute;
	top: 5em;
	right: 2em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a {
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.5em;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: .7em;
}

/*#content h2,h3
{
	border-bottom: dashed 1px #dfdfdf;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}*/


#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.3em;
}

#content h4
{
	font-size: 1.1em;
}

#primaryContentContainer ul, ol
{
	margin-bottom: 1.5em;
	padding-left: 1.2em;
}

#primaryContentContainer ul
{
	list-style-type: square;
}

#primaryContentContainer ul ul
{
	list-style-type: circle;
}

#primaryContentContainer li
{
	margin-bottom: .8em;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url(/image/a7.gif) top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

/* Primary Content */

#primaryContentContainer
{
	margin-left: 18em;
	padding: 1.2em;
}


/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 17em;
	padding: 1em 0.5em 1.5em 0.5em;
	background: #fff url(/image/a1.gif) top right repeat-y;
}

#secondaryContent .xbg {
	background: #fff url(/image/a3.gif) top right no-repeat;
        margin: -1em -0.5em -1.5em -0.5em;
	height: 64px;
}

/* Tertiary Content */

#tertiaryContent {
	float: right;
	width: 13em;
	line-height: 1.3em;
	padding: 1em 1em 1.5em 1em;
	font-size: 9pt;
	margin: -1.2em 0 0 1.2em;
	background: #fff url(/image/a2.gif) top left repeat-y;
}

#tertiaryContent p, #tertiaryContent ul {
	margin-bottom: 1.2em;
}

#tertiaryContent .xbg {
	background: #fff url(/image/a4.gif) top left no-repeat;
	margin: -1em -1em -1.5em -1em;
	height: 64px;
}

/* Footer */

#footer
{
	background: #004778 url(/image/a5.gif) left repeat-x;
	border-top: solid 5px #005984;
	padding: 1em 0em;
	color: #fff;
	text-align: center;
}
#footer a
{
	color: #fff;
	padding: 0.1em;
}
#footer p
{
	margin-bottom: 1.2em;
}

#menu li a:hover
{
	text-decoration: none;
}

#mainMenu {
	margin-top: 12px;
}

#mainMenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 16.5em;
}

#mainMenu a {
	display: block;
	text-decoration: none;
}

#mainMenu li {
	margin-top: 1px;
}

#mainMenu li a {
	background-color: #004778;
	color: #fff;
	padding: 0.5em;
}


#mainMenu li a:hover {
	background-color: #003366;
}

#mainMenu li ul li a {
	background-color: #ccc;
	color: #000;
	padding-left: 8px;
}

#mainMenu li ul li a:hover {
	background-color: #aaa;
	border-left: 3px #003366 solid;
	padding-left: 5px;
}

#mainMenu a img {
	border: 0;
	padding:5px;
}

#mainMenu ul ul {
	display: none;
}

#mainMenu li.active ul {
	display: block;
}

.linkw {
	background: url(/img/msword.gif) no-repeat right;
	padding-right: 17px;
}

.stevents li p span {
	color: #990000;
}

.errors {
	padding: 12px;
	background-color: #FFEAEA;
	border: 1px solid red;
	margin-bottom: 10px;
}

#mainblock75 {
	font-size: 1.1em;
}
#mainblock48 h4 {
	font-size: 1em;
}


.clear {
	clear: both;
}
