/*Whole Page Settings*/
body{
	text-align:left;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	margin:30px 0;
}
#container{
	width:700px;
	margin: auto;
}
#header{
	width:100%;
	line-height:101px;
	color:#fff;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;}
/*Content Settings*/
#primaryContent{
	width:700px; /* 100% of 700px */
	line-height:20px;
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	margin: auto;
}
#abcContent {
	width:700px; /* 100% of 700px */
	line-height:20px;
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	margin: auto;
	background-image: url(../images/abcbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*Link Management Settings*/
a:link{color: #0F1EA3; font-weight: bold; text-decoration: none;}
a:visited{color: #0F1EA3; font-weight: bold; text-decoration: none;}
a:hover{color: FFCC33; font-weight: bold;}
/*Footer Settings*/
#footer{
	width:100%;
	line-height:20px;
	clear:both;
	font-size:12px;
	text-align: center;
}
#footer a, #footer a:link {
	display: inline;
	color: #0F1EA3;
	font-size: 12px;}
#footer a:hover {
	color: #FFCC33;
	font-size: 12px;}
.notice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
.highlight{
	background-color: #FF0;
}

.link2 a{
	color:#ffcd33
}

.highlightb{
	background-color: #243e90;
	color:#ffcd33;
}
.italic{
	font-style: italic;
}
#search a, #search a:link, #search a:hover{
	display: inline;
	margin: 0 0 0 2px;
	padding: 2px 3px;
	text-decoration: none;
	color: #9C0000;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
#fancy, #fancy a:link, #fancy a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffcd33;
}
#fancy a:link{
	text-decoration: underline;
}
/*Navigation Bar Settings*/
#navigation{
	background-color: #FFCC33;
	width:100%;
	line-height:normal;
	color:#fff;
	text-align: center;
	margin: auto;
}
#nav {
	display: inline;
	float: none;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav ul, #nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;}
#nav a, #nav a:link {
	border-left: 5px solid #9C0000;
	display: inline;
	font: bold 10px/22px verdana, arial, sans-serif;
	margin: 0 0 0 2px;
	padding: 2px 3px;
	text-decoration: none;
	border-top: 1px solid #9C0000;
	border-right: 1px solid #9C0000;
	border-bottom: 1px solid #9C0000;
	background-color: #0F1EA3;
	color: #FFFFFF;}
#nav a:hover {
	border-left: 5px solid #9C0000;
	border-top: 1px solid #9C0000;
	border-right: 1px solid #9C0000;
	border-bottom: 1px solid #9C0000;
	color: #0F1EA3;
	background-color: #FFCC33;}
#nav a.active, #nav a:link.active, #nav a:hover.active {
	background: #fff;
	border: 1px solid #520;
	border-left: 5px solid #9C0000;
	color: #000;}


/*Drop Down Menu Settings*/
#subs {
	font: bold 10px verdana, arial, sans-serif;
	margin-bottom: 5px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 100%;}
#subs a:link{
	color: #0F1EA3;}
#subs a:visited{
	color: #9C0000;}


/*Text Formats*/
.WhiteBold{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;}
.BlackBold{
	font-size: 18px;
	font-weight: bold;
	color: #000000;}
.Heading{
	font-size: 1.5em;
	font-weight: bolder;
	line-height: 1em;
	color:#9C0000
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;}
.whitenormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;}
.rednormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
}
.blacknormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;}
.blackcenter {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;}
tr.tablerowone {
	background-color: #CCCCCC; color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
tr.tablerowtwo {
	background-color: #999999;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sa, #button{
	margin:0px;
	padding: 0px;
	width: 30px;
	height: 30px;
}
#sa {
	border: none;
	background-color: transparent;
	background-image: url(../images/button.gif);
	
}
#button {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
}

