/* generic body text styles */

.body {
color: #666666;
}

p,li,ol,ul,td
{
color: #666666;
font-size: 12px; 
line-height: 18px; 
font-family: arial;
}

.bodyEmphasis
{
color: #6b749f;
font-size: 12px; 
line-height: 18px; 
font-family: arial;
}

.bodyEmphasis2
{
color: #6b749f;
font-size: 12px; 
line-height: 18px; 
font-family: arial;
font-weight: bold;
}

.highlightSmall {
color: #666666;
font-size: 12px; 
font-weight: bold;
}


.highlightMid {
color: #535681;
font-size: 13px; 
font-weight: bold;
}

.highlightTitle {
color: #535681;
font-size: 12px; 
font-weight: bold;
}
/* overall link styles if no class is applied */

A:link  {
font-size: 12px;
font-family: arial;
color: #6b749f;
text-decoration: underline;
}

a:visited {
font-size: 12px;
color: #6b749f;
text-decoration: underline;
}

A:hover  {
font-size: 12px;
color: #6b749f;
text-decoration: none;
}

.sidenav {
padding-left: 28px;
}

a.side:link {
text-decoration: none;
font-size:10px;
}

a.side:visited {
color: #333333;
text-decoration: none;
font-size:10px;
}

a.side:hover {
color: #666666;
}

a.dirdis:link {
color: #006699;
}

a.dirdis:visited {
color: #006699;
}

a.dirdis:hover {
color: #006699;
}
/* -- form elements -- */


select {
	font: 9px arial
}

textarea {
	BORDER-RIGHT: #696969 1px solid;
	BORDER-TOP: #696969 1px solid;
	BORDER-LEFT: #696969 1px solid;
	BORDER-BOTTOM: #696969 1px solid;
	font: 9px arial
}
 
INPUT {
	background-color: #FFFFFF;
	BORDER-RIGHT: #696969 1px solid;
	BORDER-TOP: #696969 1px solid;
	BORDER-LEFT: #696969 1px solid;
	BORDER-BOTTOM: #696969 1px solid;
	font: 11px arial
} 
	
/* --------------------------------------------------------- */

.colortd {
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

.footer{
color: #660000;
font-size: 10px; 
line-height: 12px; 
font-family: arial;
}

a.footerLink:link {
color: #333333;
font-size: 10px;
line-height: 12px;
}

a.footerLink:visited {
color: #333333;
}

a.footerLink:hover {
color: #666666;
}

a.atlanticLink:link {
color: #660000;
text-decoration: none;
}

a.atlanticLink:visited {
color: #660000;
text-decoration: none;
}

a.atlanticLink:hover {
color: #666666;
text-decoration: none;
}

A.smallcal  {
font-size: 10px;
color: #660000;
text-decoration: underline;
}

A.smallcal:hover  {
font-size: 10px;
color: #660000;
text-decoration: underline;
}

A.smallcal:visited  {
font-size: 10px;
color: #660000;
text-decoration: underline;
}
.Navybody {
color: #334B8C;
font-size: 11px; 
line-height: 14px; 
}

/*shizzle boxes*/
.shizzleboxes{
	position:relative;
	border:1px solid #99c9bd;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	width:550px;
	height:150px;
	background: #C4EFFC; /* old browsers */

background: -moz-linear-gradient(top, #C4EFFC 0%, #75C5DD 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4EFFC), color-stop(100%,#75C5DD)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4EFFC', endColorstr='#75C5DD',GradientType=0 ); /* ie */
}

.shizzleicon{
	width:100px;
	height:100px;
	position:absolute;
	left:-3px;
	bottom:-10px;
}

.readaboutit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C00;
	font-weight:bold;
}

.readaboutit A:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C00;
	font-weight:bold;
	text-decoration:underline;
}


.readaboutit a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C00;
	font-weight:bold;
	text-decoration:underline;
}

.quote {
	font-size:16px;
	line-height:20px;
}

	
