/* CSS Document */

#wrapper img {                      /* additional img here not in infopages or Global */
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #000099;
	border-left-color: #000099;
}


#header h1 {                /* same as in infopages */
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
}

#header img {                /* same as in infopages */
	margin-left: 27px;
	margin-top: 9px;
	float: left;
	border: none;
}


#Box1, #Box2{
	background-color: #deebf2;
	border: medium inset #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003162;
}

#Box1 a, #Box2 a{
	color:#000066;
	font-weight: bold;
}

#Box1 {
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 160px;
}


#Box2 {
	float: left;
	width: 530px;
	margin-top: 5px;
	padding-left: 4px;
	padding-right: 3px;
	margin-left: 10px;
	margin-right: 7px;
}

#Box2 table{
	border: medium groove #9999FF;
	font-weight:bold;
	width: 530px;
}

caption {
	font-size: x-large;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #000066;
	text-align: center;
}

.subheading{
	background-image: url(../images/bluemiddle.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

.red {color:#CC0000; font-weight:bold; }

.largebold {
	font-size: large;
	font-weight: bold;
}

.clear {
	clear: left;
}

.green {
	color: #336666;
}

.bckgrd {
	background-color: #000066;
	border: medium outset #0000CC;
	font-size: 2px;
}

