/* CSS Document */

body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005D8C;
	line-height: 20px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #26A315;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background-color: #26A315;
	text-decoration: underline;
}

a:active {
	color: #FEFF9E;
	text-decoration: none;
}

.image a:hover {
	background-color: #FFF;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	line-height: 30px;
	color: #EC529E;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #E854A0;
}

#container {
	width: 795px;
	margin: 0px auto;
	padding: 0px;
}

#left_col {
	width: 223px;
	height: 300px;
	float: left;
	background-image: url(images/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#right_col {
	width: 562px;
	margin: 0px 0px 0px 223px;
	padding: 0px;
}

#footer {
	color: #999999;
	text-align: right;
	width: 540px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#ga {
  margin-bottom:0;
  padding-top:20px;
  padding-bottom:0;
  bottom: 0;
  position:relative;
  clear:both;
  }
#ga img {border: none;}

/* STYLESHEET FOR NAVIGATION */

#navcontainer {
	width: 223px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#navlist {
	width: 205px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #B2DFBB;
}

#navlist li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	line-height: 17px;
}

#navlist li a {
	width: 171px;
	height: 20px;
	color: #F68EC3;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 6px 30px 4px 4px;
	border-top: 1px dotted #B2DFBB;
	display: block;
	background-image: url(images/navigation_off.jpg);
}

#navlist li a:hover {
	color: #F70080;
	background-image: url(images/navigation_over.jpg);
	background-color: #FFF;
}

#navlist li a#active {
	color: #F70080;
	background-image: url(images/navigation_on.jpg);
}

/* STYLESHEET FOR SUBNAVIGATION */

#subnavlist {
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

#subnavlist li {
	margin: 0px;
	padding: 0px;
}

#subnavlist li a {
	font-weight: 100;
	margin: 0px;
	padding: 0px;
	border-top: 0px;
}

#subnavlist li a:hover {
	color: #F70080;
}

#subnavlist li a#active {
	color: #269BD8;
}

/* STYLESHEET FOR ROUNDED CORNER TABLE */

#main-sides {
	width: 562px;
	background-image: url(images/main_sides.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px;
}

#main-top {
	width: 562px;
	background-image: url(images/main_top.jpg);
	background-position: top;
	background-repeat: no-repeat;}

#main-content {
	width: 450px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 25px 10px 40px 50px;
}

#main-bottom {
	width: 562px;
	background-image: url(images/main_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* STYLESHEET FOR ROUNDED CORNER TABLE */

.crisp_byline a {
	color: #999999;
}

.crisp_byline a:hover {
	color: #5D5D5D;
}

/* STYLESHEET FOR TABLE */

.row1 {
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#005D8C;
}

.row2 {
	font-size: 11px;
	line-height: 15px;
	background-color:#C0D5E7;
}

.row3 {
	font-size: 11px;
	line-height: 15px;
	background-color:#DBECFA;
}