body {
	text-align : center;
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : small;
	color : #4B0082;  /*Hils #0178A2; */
	background-color : #AFEEEE;
}

a {
	font-size : small;
	color : #E52324;
	text-decoration : none;
}

a:visited {
	font-size : small;
	color : #E52324;
	text-decoration : none;
}

a:hover {
	font-size : small;
	color : #4B0082;
	text-decoration : underline;
}

a:active {
	font-size : small;
	color : #4B0082;
	text-decoration : underline;
}

#PageContainer {
	width : 770px;
	text-align : left;
	border : 1px solid #0178A2;
	margin-left : auto;
	margin-right : auto;
}

#Header{
	height : 100px;
	background-image : url(images/header.gif);
	background-repeat : no-repeat;
}

#Menu {
	height : 25px;
	border-bottom : 1px solid #0178A2;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	display : block;
	height : 25px;
}

#nav a {
  	font-family : Tahoma, Arial, Helvetica;
  	font-size : small;
  	color :#4B0082;  /*Hils #0178A2; */
  	text-decoration: none;
	display : block;
	padding-left : 15px;
}

#nav a:hover {
	color : #E52324;
}

#nav a.daddy {
	background: url(rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	height : 20px;
  	line-height : 20px;
	padding-top : 4px;
	display : block;
}

#nav li a {
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 185px;
	margin: 0em 0 0 15px;
	background-color : #AFEEEE;
	border-left : 1px solid #0178A2;
	border-right: 1px solid #0178A2;
	border-bottom: 1px solid #0178A2;
	line-height : 15px;
	display : block;
}

#nav li li {
	padding-left: 2px;
	padding-right: 0px;
	width: 185px;
	border-top: 1px solid #0178A2;
	margin: 0px;
	display : block;
}

#nav li ul a {
	width: 180px;
	padding-left: 5px;
	display : block;
}

#nav li ul ul {
	margin: -25px 0 0 185px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	
}

#Content {
	//padding : 10px;
}

#Box {
	height : 478px;
	width : 350px;
	margin-bottom : 20px;
	//background-color : #0178A2;
}

#BoxTop {
	background-image :url(images/bullet/box_top.gif) ;
	background-repeat : no-repeat;
	height : 50px;
	width : 355px;
}

#BoxOuter {
	background-color : #0178A2;
	width : 345px;
	padding : 5px;
}

#BoxInner {
	background-color : #FFFFFF;
	color : #4B0082;  /*Hils #0178A2; */
	padding : 5px;
	height : 350px;
	width : 335px;
}

#BoxBottom {
	background-image :url(images/box_bottom.gif) ;
	background-repeat : no-repeat;
	height : 50px;
	width : 355px;
}

h1 {
	color : #AFEEEE;
	font-size : x-large;
	font-weight : normal;
	text-align : center;
}

h2 {
	color : #0178A2;
	font-size : x-large;
	font-weight : normal;
	text-align : center;
}

#Line {
	height : 1px;
	width : 325px;
	border-top: 1px solid #0178A2;
	clear : both;
}

hr {
	height : 1px;
	width : 325px;
	border-top: 1px solid #0178A2;
	clear : both;
}

#Footer {
	background-color : #0178A2;
	color : #FFFFFF;
	font-size : x-small;
	height : 25px;
	line-height : 25px;
	padding-left : 10px;
	clear : both;
}

a.footer {
	color : #FFFFFF;
	font-size : x-small;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	font-size : x-small;
	text-decoration : none;
}

a.footer:hover {
	color : #AFEEEE;
	font-size : x-small;
	text-decoration : underline;
}

a.footer:active {
	color : #AFEEEE;
	font-size : x-small;
	text-decoration : underline;
}
.button
{
	color:indigo;
	background-color:White;
	border-color:RoyalBlue;
	border-style:outset;
	border-width:medium;
}