
/*
 * Updated: 25th November 2009
 */

* {
	font-family:	Helvetica, Arial, Tahoma, sans serif;

	background: #6699cf;
	color:		#fff;
	font-size:	20px;
}

i {
	font-style:	normal;
}

*:hover {
}

a {
	text-decoration:	none;
	font-weight:	bold;
	color:		#66c;
	font-size: 16px;
}
a:hover {
	text-decoration:	underline;
}

body {
	margin:	5px;
}

h1 {
	font-size:	28px;
}

p {
	font-size:	16px;
}

li {
	list-style-type:	square;
	font-size:	16px;
}

li a em {
	text-decoration:	italic;
	font-weight:	bold;
	color:		#66c;
	font-size: 16px;
}


#header-wrap {
	margin:	5px;
	padding:	5px;
	background:	#002a55;

	/* border: 1px yellow dashed; */
}
#header-wrap img {
	background:	#002a55;
}
#header-wrap a {
	background:	#002a55;
}
#header-wrap a img {
	background:	#002a55;
	margin: 0;
	padding: 0;
	border-width:	0;
}

#content-wrap {
	min-height:	250px;
}

#footer-wrap {
	height:	50px;
}
#footer-wrap #footer {
	margin-top:	40px;
	padding-top:	10px;
	border-top:	1px solid #999;
}

#footer-wrap #footer a {
	font-weight:	bold;
}
#footer-wrap #footer p {
	font-size:	12px;
}

#footer-wrap #footer table tr td a img {
	border:	0;
}


#contact-info {
	float:	left;
}
#copyright-info {
	float:	right;
}

.page-horizontal-placement-wrap {
	text-align: left;

	/* border: 1px green dashed; */
}
.page-horizontal-placed-content {
	/* text-align: center; */
	margin-left: 20px;
	margin-right: 20px;
	/* margin: auto; */
  /* width: 540px; */

	/* border: 1px white dashed; */
}



#header {
	background:	#002a55;
	border-width:	0;
}
#header img {
	border-width:	0;
}
#header a {
	border-width:	0;
}
#header a img {
	border-width:	0;
}




.content {
}
.content-para {
	margin:	20px 0 20px 0;
}
.content-para p {
	font-size:	16px;
}



.expansion {
	margin:		10px;
	border:		2px dashed;
	padding:	10px;
	background:	#fff;
	color:		#002a55;

	text-align:	left;
}

.expansion *, .expansion h2, .expansion p {
	background:	#fff;
	color:		#002a55;
}

.expansion-close {
	float:	right;
	font-size:	150%;
}
