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

body { 
  background:		url(graphics/bkgrnd.jpg) top left;
  background-repeat: no-repeat;
  font-family:		Verdana, Arial, Helvetica, sans-serif;
  color:			#000066;
  font-weight:		normal;
  font-size:		16px;
  line-height:		1.5em;
  margin:           0px;
}

#header {
  background-color: #46609b;
  margin:           65px 10px 0px 10px;
  height:           145px;
  border-bottom:	none;
}

#header img {
	text-align: center;
	}

#navigation {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		90%;
	font-weight:	bold;
	text-align:		center;
	background-color: #2a4885;
  	margin:           0px 10px;
	height:           25px;
	padding-top:	  6px
	}
	
#navigation2 {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		90%;
	font-weight:	bold;
	background-color: #2a4885;
	margin:           0px 10px;
	height:           25px;
	padding-top:	  6px
}
	
#main {
  background-color:	#546fa6;
  font-size:        100%;
  height:           635px;
}

#main2 {
  background-color:	#546fa6;
  font-size:        100%;
  margin:           0px 10px 0px 10px;
  height:           380px;
}

#main3 {
  background-color:	#546fa6;
  font-size:        100%;
  height:           1140px;
}

#textpadrt {
	padding:        0px 15px 0px 0px;
	font-weight:	normal;
	}

#footer {
  background-color: #546fa6;
  color:            #FFFFFF;
  text-align:       center;
  padding-top:		10px;
  margin:           0px 10px 10px 10px;
  height:           50px;
  font-size:        70%;
}

#footer2 {
  background-color: #546fa6;
  color:            #FFFFFF;
  text-align:       center;
  padding-top:		10px;
  margin:           0px 0px 10px 0px;
  height:           50px;
  font-size:        70%;
  clear:	both;
}

h1 {
  font-size:        120%;
  color:            #954b4b;
}

h2 { 
	font-size: 100%;
	font-style:	italic;
	color:          #FFFFFF;
}

a:link {
  color:            #FFFFFF;
  text-decoration:  none;
}
a:visited {
  color:            #90aeee;
  text-decoration:	none;
}
a:hover {
	color:	#FFFFFF;
	text-decoration:	underline;
	}
	
#inline-list2 ul, #inline-list2 li {
	display: inline;
	padding:          0px 25px 0px 25px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#allcontent {
	width:			662px;
	padding-top:    5px;
	padding-bottom:	5px;
	margin-left:	auto;
	margin-right:	auto;
	}