@charset "UTF-8";
/* CSS Document */

body{
background: #dff7ba;
font-family: century gothic, arial, sans-serif;
font-size: 12px;

}

#global {
     margin-left: auto;
     margin-right: auto;
     width: 800px; /* mandatory to be centered */
     }
	 
	 
div#content {
width: 800px;
background-color:#fff;
}

div#inner_content_home {
width: 780px;
background-color:#fff;
margin-left: 10px;
vertical-align:top;
}

div#inner_content {
width: 770px;
background-color:#fff;
margin-left: 10px;
vertical-align:top;
}




#aamc{
margin-top: 20px;
float: left;
}

#welcome_paragraph{
width: 610px;
margin-left: 170px;
}

#blue_features_bar{
background-color: #00013f;
height: 20px;
width: 800px;
color: #fff;
font-size: 14px;
}

#blue_border{
border: 1px solid #0013f;

}

.second_feature{
margin-left: 150px;
}

.third_feature{
margin-left: 80px;
}

.fourth_feature{
margin-left: 125px;
}



a:link {
color: #000066;
text-decoration: underline;
}

a:visited {
color: #000066;
text-decoration: underline;
}


a:hover {color: #003300;
text-decoration: none;


}

a.nav:link {
color: #000066;
text-decoration: none;
}

a.nav:visited {
color: #000066;
text-decoration: none;
}


a.nav:hover {color: #003300;
text-decoration: underline;


}

a.active:link {
color: #000066;
text-decoration: underline;
font-weight: bold;
}

a.active:visited {
color: #000066;
text-decoration: underline;
font-weight: bold;
}


a.active:hover {color: #003300;
text-decoration: none;
font-weight: bold;

}






#features_table{
border-width: 1px;
border-color:#000066;
border-style: dotted;
}

#border_td{
border-width: 1px;
border-color:#000066;
border-style: dotted;

}


.float_left{
float: left;
margin-right: 10px;
margin-bottom: 10px;
border-width: 3px;
border-color:  #dff7ba;
border-style: solid;
}

.green_border{
margin-right: 10px;
margin-bottom: 10px;
border-width: 3px;
border-color:  #dff7ba;
border-style: solid;
}



.float_left2{
float: left;
margin-right: 20px;
margin-bottom: 10px;
border-width: 3px;
border-color:  #dff7ba;
border-style: solid;
}

.float_left_small{
float: left;
}

div#links{
position:relative;
height: 29px;
width: 800px; 
background-image: url(images/navBar.gif);
}


