/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: black;
	background-attachment: fixed;
	color: #333333;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/background4.jpg);
	background-repeat: repeat-x;
	background-color: #32438C;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
  font-size: 1.3em;
	text-align: center;
	padding-bottom: 1.66em;
	margin-bottom: 0.33em;
	border-bottom: double #EEEEEE;
}
h2, h3, h4, h5, h6, h7, h8 {
	font-style: italic;
	margin-bottom: 0;
}
h1, h2, h3 {
	color: #49678B;
}
h2 {
	font-size: 1.1em;
	margin-top: 2em;
}
h3 {
	font-size: 1em;
	margin-top: 2em;
}
h4, h5, h6, h7, h8 {
  font-size: 0.9em;
	color: #7E7E7E;
}
a:link, a:visited, a:hover, a:active {
	color: #2867A6;
	padding: 2px 2px 3px 2px;
}
a:link, a:visited  {
	text-decoration: none;
}
a:hover, a:active {
	/* text-decoration: underline; */
	color: white;
	background-color: #6372AD;
}

#content p {
	margin: 0.33em 0 1.5em;
}
#content ul, #content ol {
  margin-top: -.66em;
}
#content ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#content ul li {
	padding-left: 15px;
	background-image: url(/assets/images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1.66em;
}

#l_margin {
	background-image: url(/assets/images/lmargin_repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#r_margin {
	background-image: url(/assets/images/rmargin_repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;  
}
#menu {
	background-image: url(/assets/images/head_menu_back.jpg);
	background-repeat: no-repeat;
	background-position: left middle;
}
#menu td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
#content {
	background-image: url(/assets/images/content_repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 1.5em 3em 3em 3em;
	font-size: .8em;
  line-height: 1.8em;
}
#footer {
	background-image: url(/assets/images/foot_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1em 0;
}
#footer td, #l_margin {
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active,
#l_margin a:link, #l_margin a:visited, #l_margin a:hover, #l_margin a:active {
  color: white;
	background-color: transparent;
}
#footer a:hover, #footer a:active,
#l_margin a:hover, #l_margin a:active {
  color: #6070B5;
	background-color: transparent;
}
#footer address {
	font-style: normal;
}
