/* CSS Document */

body {
	margin:0px; padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	/* Need to set body margin and padding to get consistency between browsers. */

#top {
	position:relative;
	height: 126px;
	width:800px;
	text-align:left;
	background-color:#fff;
	}
	
#buttons {
	position:relative;
	width:750px;
	height: 30px;
	text-align:left;
	background-color:#fff;
	}

#content {
	position:absolute;
	left:50%;
	width:800px;
	margin-top:0px;
	margin-left:-400px;
	margin-bottom: 0px;
	border-top-width: 10px;
	border-right-width: 4px;
	border-bottom-width: 18px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align:left;
	padding:0px;
	background-color:#fff;
	margin-right: 0px;
	}
	
#body1 {
	position:relative;
	height: 100%;
	width:780px;
	text-align:left;
	background-color:#fff;
	padding: 8px;
	}
	
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align:center;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	position: relative;
	bottom: 0px;
	padding: 0px;
	height: 20px;
	width: 800px;
	clear:both;
}


a:link {color: #000000} 
a:visited {color: #006699} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333} 

.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: square;
} 
.mytext a:link {color: #333333; text-decoration: underline} 
.mytext a:visited {color: #666666; text-decoration: underline} 
.mytext a:hover {color: #999933; text-decoration: none} 
.mytext a:active {color: #333333; text-decoration: none} 
.mytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-type: square;
} 
.mytext2 a:link {color: #666666; text-decoration: underline} 
.mytext2 a:visited {color: #666666; text-decoration: underline} 
.mytext2 a:hover {color: #CCCCCC; text-decoration: none; background-color: #333333} 
.mytext2 a:active {color: #333333; text-decoration: none} 
.headline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.bold-serif1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	list-style-type: square;
	font-weight: bold;
	text-transform: uppercase;
}
