/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 62.5%;
}

p
{
	font-size: 1.2em;
	color: #515151;
}

H1, H2, H3, H4, H5
{
	color: #454545;
	margin-bottom: 1px;
	font-weight: bold;
}

h1
{
	color: #808080;
	font-size: 2em;
}

h2
{
	font-size: 1.3em;
	 font-weight:bold;
}

a:link
{
	font-size: 1em;
	color: #3333cc;
	text-decoration: none;
}

a:visited
{
	font-size: 1em;
	text-decoration: none;
	color: #333399;
}

a:active
{
	font-size: 1em;
	text-decoration: none;
	color: #333399;
}

a:hover
{
	font-size: 1em;
	text-decoration: underline;
	color: #3333cc;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	font-weight: bold;
	font-size: 1em;
	color: #0000cc;
	line-height: 3.5em;
	list-style-type: none;
}


OL LI
{
	font-weight: bold;
	font-size: 1.2em;
	color: #0000cc;
	list-style-type: decimal;
	line-height: 3.5em;
}

OL OL LI
{
	font-weight: normal;
	font-size: 1em;
	color: black;
	line-height: 1.6em;
	list-style-type: decimal;
}


.MidBarCellBackground
{
	background-image: url(images/aquilalogomidbar.jpg);
	background-color: #00f;
}

.GenTextBlack
{
	font-size: 1em;
	color: black;
}

.GenTextBlackBold
{
	font-weight: bold;
	font-size: 1em;
	color: black;
}

.main
{
	margin: 0 auto;
	width:960px;
}


#middle
{
	width: 100%;
}

.YellowTableBorder
{
	padding-top:0.5em;	
	border-right: #000 2px solid;
	border-top: #000 0px solid;
	background-image: url(images/bg.jpg);
	border-left: #000 2px solid;
	border-bottom: #000 2px solid;
	border-color: #333333;
	width: 100%;

}

.YellowTableBorder h2
{
	padding-left:1em;
}


.YellowTableBorder a
{
	font-size:13px;
	padding-left:1em;
	line-height:2em;  
}

.YellowTableBorder img
{
	padding-bottom:0.5em;
 	padding-right:0.5em;
}


.YellowTableHeader
{
	border: 2px solid #333333;
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	height: 1.6em;
	background-color: #f8ec00; /*background-image: url(images/mid_tab_yellow.jpg);*/
	width: 100%;
	margin-right:1em;	
}

.GenTextGrey
{
	vertical-align: baseline;
	color: #2f4f4f;
}

.HeaderBlurb
{
	color: #2f4f4f;
	text-align: left;
}

.MainPageBlurb
{
	vertical-align: top;
	padding-left: 2em;
	line-height: 2.6em;
	color: #666666;
}

.MainPageImage
{
 padding: 0em 0em 0em 0em;
  	
}

.FooterLinks
{
	text-align:center;	
	font-size:1.2em;
	padding-top:0.5em;
}

.FooterBlurbText
{
	vertical-align: middle;
	color: #000;
	text-align: center;
	padding-bottom:1em;
}

.MainLogoImage
{
	 padding-bottom:0px;	
	 margin-bottom:0px;	
}

.left_image
{
	float: left;
	padding-right: 10px;
}

.padding
{
	padding-left: 2em;
	font-size: 1.2em;
	color: #666666;
}

