body {
	background-color: #000000;
	margin:0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border: 0;
}
a {
	color: #000000;
}
a.sel_menu_link{
  color: #CCCCCC;
  font-weight: bold;
}
a.menu_link{
  color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#main_border {
	width: 820px;
	height: 550px;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	top: 60px;
}

#cred_image {
	width: 799px;
	height: 533px;
  background-image:url(header800mail.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 7px;
}

#main_image {
	width: 799px;
	height: 533px;
  background-image:url(main800mail.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 7px;
}

#main_frame {
	position: relative;
}

#main_columns {
  position: absolute;
  height: 487px;
  width: 797px;
  top: 46px;
  border: solid 1px #CCCCCC; 
}

#my_title {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: x-large;
	font-weight: bold;
  color: #000000;
}

#my_links {
	position: absolute;
	top: 460px;
	font-size: medium;
	font-weight: bold;
}

#left_column {
  position: absolute;
  height: 487px;
  width: 20px;
  top: 0px;
  left: 0px;
  padding: 5px;
}

#right_column {
  position: absolute;
  height: 483px;
  width: 682px;
  top: 0px;
  left: 100px;
  background: #CCCCCC;
  overflow: scroll;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 4px;
}

