@charset "utf-8";

a:link{
	color:#0000FF;
	text-decoration:none;
	border:0;
}
a:visited {
	color:#000099;
	text-decoration: none;
	border:0;
}
a:hover {
	color:#000099;
	text-decoration:none;
	border:0;
}

a:active {
	text-decoration:none;
	color:#FFFFFF;
	border:0;
}

/*beginning of homepage css. Most of these are global and will affect all pages in the site */



/*main div container*/
.style2 {font-weight: bold; font-size: 16px;}
.style1 {
	font-size: 24px;
	font-weight:bold;
}

#container_div {
	position:relative;
	left:50%;
	margin-left:-365px;
	top:0%;
	width:730px;
	padding-bottom:280px;
	/*height:918px;*/
}
/*the div for the logo*/
#logo_div {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:110px;
    background-image: url(images/logo_bg.jpg);
}

/*Div under the logo*/
#second_vertical {
    position:absolute;
    left:1px;
    top:110px;
    width:100%;
    height:167px;
}

/*left menu div container*/
#left_menu {
    background-color:#9a9b9d;
    margin:0px;
    padding:0px;
    position:absolute;
    left:0px;
    top:277px;
    width:116px;
    height:236px;
}

/*place where the top image is stored for the left menu*/
#left_menu_top {
/*    vertical-align:top;*/
    margin:0px;
    padding:0px;
    top:0px;
    left:0px;
    height:11px;
    width:116px;
}
/*place where the links are stored in the left menu*/
#left_menu_content{
    background-color:#9a9b9d;
    margin:0px;
    padding:0px;
    height:216px;
    width:114px;
}

/*Place where the bottom image is stored on the left menu*/
#left_menu_bottom{
    margin:0px;
    padding:0px;
    top:644px;
    height:11px;
    width:116px;
}

/*call to action*/
#second_div_font {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

#left_menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    color:#FFFFFF;
    font-size:14px;
    line-height: 12px;
}
#left_menu a
{
	color: #ffffff;
	text-decoration:none;
}
.left_menu_img_bottom
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
}
.left_menu_img_top
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
}
#left_menu li{
	font-family:Arial;
	margin: 6px;
	padding: 3px;
	text-decoration: none;
}
/* this is where the main text goes*/
#maincontent {
	position:relative;
	left:144px;
	top:277px;
	width:420px;
	/*height:486px;*/
}
#maincontent ul li{
list-style:circle;
color:#000000;
font-family:arial;
margin:0;
padding:0;
text-decoration:none;
}
/* this changes properties for the tables that are on certain pages*/
#maincontent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#container_div #maincontent h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

#container_div #maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#006666;
	text-align: left;
}
#container_div #maincontent strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container_div #maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#right_menu_container {
	position:absolute;
	background-color:#CCCCCC;
	right:0px;
	top:285px;
	width:116px;
	height:311px;
}
#right_menu_top{
	width:100%;
	height:24px;
	background-image:url(images/rightmenu_spacer.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	word-spacing: 3px;
	white-space: normal;
	letter-spacing: normal;
	line-height: 25px;
}
#right_menu_top_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
}
#name_box{
	width:70px;
}
#email_box{
	width:70px;
}
#right_menu_bottom {
	position:absolute;
	background-image:url(images/rightmenu_spacer.jpg);
	left:0px;
	top:208px;
	width:100%;
	height:24px;
	background-image:url(images/rightmenu_spacer.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	word-spacing: 3px;
	white-space: normal;
	letter-spacing: normal;
	line-height: 25px;
}

 #right_menu_bottom_content{
	position:absolute;
	left:0px;
	top:230px;
	width:100%;
	height:135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	border-right-width: 5px;
 }
#right_menu_bottom_content img
{
    border: 0px;
}
#footer {
    margin-left: -365px;
	position:relative;
	left:50%;
	bottom:0px;
	width:730px;
	height:33px;
	background-image:url(images/footer_spacer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #000000;
}



/*The End!*/
