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

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #020944;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container {
	width: 958px;
	text-align: left;
	border: solid #FF0000 2px;
	margin: 0 auto;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-nav.jpg);
} 
#maincontent {
	float: right;
	width: 738px;
	padding: 10px 10px 10px 10px;
	background-color: #F0ECF0;
}
#maincontent p {
	font-size: 12px;
	color: #020944;
	text-align: justify;
	text-indent: 10px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#maincontent h1 {
	font-size: 34px;
	color: #020944;
	padding: 0px;
	margin: 10px 0px 10px 12px;
	text-align: left;
	letter-spacing: 2px;
	border-top: 0px solid #FF0000;
	border-right: 0px solid #FF0000;
	border-bottom: 4px solid #FF0000;
	border-left: 0px solid #FF0000;
}
#maincontent h2 {
	font-size: 24px;
	color: #020944;
	padding: 0px;
	margin: 10px 0px;
	text-align: center;
	letter-spacing: 1px;
	border-top: 0px solid #020944;
	border-right: 0px solid #020944;
	border-bottom: 0px solid #FD0021;
	border-left: 0px solid #020944;
}
#maincontent h3 {
	font-size: 16px;
	color: #020944;
	padding: 0px;
	margin: 10px 0px;
	text-align: justify;
	border-top: 0px solid #020944;
	border-right: 0px solid #020944;
	border-bottom: 0px solid #FD0021;
	border-left: 0px solid #020944;
}
#maincontent h4 {
	font-size: 14px;
	color: #020944;
	padding: 0px;
	margin: 10px 0px;
	text-align: justify;
	border-top: 0px solid #020944;
	border-right: 0px solid #020944;
	border-bottom: 0px solid #FD0021;
	border-left: 0px solid #020944;
	text-decoration: underline;
}
#maincontent h5 {
	font-size: 14px;
	color: #FF0000;
	text-align: justify;
	margin: 0px 10px 10px;
	padding: 0px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}



#maincontent h6{  /* Like <p> for bullet list - without indent plus 20px right margin */
	font-size: 12px;
	color: #020944;
	text-align: justify;
	margin: 0px 20px 5px 0px;
	padding: 0px;
	font-weight: normal;
}

#maincontent li {
	font-size: 75%;
}




#sidebar-left {
	width: 200px;
	float: left;
}


#banner {
	width: 958px;
	text-align: left;
	background-color: #33FFCC;
	height: 100%;
	background-image: url(../images/banner-bg.jpg);
	float: left;
} 
#banner img {
	vertical-align: top;
	display: inline;
}

#banner h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70px;
	color: #FF0000;
	line-height: 150px;
	display: inline;
	white-space: normal;
}
#footer-left-side {
	width: 200px;
	text-align: center;
	height: 100%;
	float: right;
} 
#footer {
	width: 758px;
	text-align: center;
	height: 100%;
	float: right;
} 
#footer p {
	font-size: 12px;
	color: #F0ECF0;
	text-indent: 10px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#footer a {

}
#footer a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:           #F0ECF0;
  } 
#footer a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:           #F0ECF0;
  } 
#footer a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #F0ECF0;
  } 
#footer a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color:#F0ECF0;
  } 
