/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images-common/bkgr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: small;
	color: #333333;
	margin: 0px;
}

/* This manages the full design size */

#wrapper {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

/* This is the header area only */

#header {
	padding-left: 267px;
	color: #000000;
	font-weight: bold;
	height: 200px;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:visited {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
#header a:active {
	color: #000000;
	text-decoration: none;
}


/* This is the full content area, which consists of two columns */

#content {
	margin-right: 15%;
	margin-left: 25%;
}
#content h1 {
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-large;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-bottom: 0px;
}
#content h2 {
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 0px;
}

#content p {
	line-height: 1.5em;
}



/* This is the footer with the copyright language and contact info */
#footer {
	color: #999999;
	font-size: x-small;
	font-weight: normal;
	width:100%;
	background-image: url(images-common/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 153px;
	z-index: auto;
}
#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #CC0033;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
}
/* Other stuff */
.announcement {
	background-color: #EBEBEB;
	padding: 5px;
	width: 80%;
	border: thin double #9D031E;
	float: left;
	margin-left: 8%;
}
.tabulardata {
	color:#333333;
	border: 1px solid #EBEBEB;
}
.tabulardata th{
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.tabulardata td{
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.redText {
	color: #FF0000
}
.graySmall {
	color: #999999;
	font-size: 9px;
}
.photoRight {
	color: #999999;
	font-size:10px;
	text-align: center;
	float: right;
	padding: 5px;
	margin: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.photoRight img {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content img {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
