body {
	background-color:#045C97;
	background-image:url(../images/layout/background.jpg);
	background-attachment:fixed;
    font-family:Verdana, Arial;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.edge {
    background-image:url(../images/layout/edge.png);
    background-repeat:repeat-y;
	background-position:center;
    width:759px;
	margin:auto;
	}
	
.separator {
border-bottom: 1px dotted #336699;
margin-top:5px;
margin-bottom:5px;
}

.date {
font-family:Verdana, Arial;
color:#000000;
font-size:11px;
text-align:center;
font-weight:bold;
}

.breadcrumbs {
font-size:11px;
text-align:left;
}

.p_titleb {
font-family:"Garamond", "Times new Roman", Times, serif;
color:#336699;
font-size:22px;
font-weight:bold;
text-align:left;
height: 30px;
border-bottom: 1px dotted #cccccc;
width: 100%;
}

.p_title {
font-family:"Garamond", "Times new Roman", Times, serif;
color:#336699;
font-size:24px;
text-align:left;
height: 30px;
border-bottom: 1px dotted #cccccc;
width: 100%;
}

.p_title2 {
font-family:"Garamond", "Times new Roman", Times, serif;
color:#336699;
font-size:18px;
text-align:left;
font-weight:bold;
padding-left:5px;
height:22px;
border-bottom: 1px dotted #999999;
width: 100%;
}

.boxtitle{
font-family:Verdana;
color:#FFFFFF;
font-size:12px;
text-align:left;
font-weight:bold;
padding-left:3px;
}

.boardtitle {
font-weight:bold;
border-bottom: 1px dotted #336699;
margin-top:5px;
margin-bottom:5px;
}

.footer {
font-size:10px;
color:#FFFFFF;
}

.search {
font-family:Verdana;
font-size:11px;
}

.adobepdf {
font-family:Verdana;
font-size:11px;
text-align:center;
}

.size11 {
font-size:11px;
}

.business {
text-align:left;
color:#FFFFFF;
background-color:#336699;
padding-left:4px;
padding-top:1px;
padding-bottom:1px;
font-weight:bold;
}

a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}

a.footer2:link    {
     color:#FFFFFF;
	 font-size:10px; 
}

a.footer2:visited    {
     color:#FFFFFF; 
	 font-size:10px;
}

a.boxtitle:link    {
     color:#FFFFFF;
	 font-size:11px;
}

a.boxtitle:visited    {
     color:#FFFFFF; 
	 font-size:11px;
}

li.list  {
margin-bottom:4px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigation {
text-align: center;
/*float: center; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(../images/menu/greenbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #FFFFFF;
	background: url(../images/menu/greenleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a span {
	background: url(../images/menu/greenright.gif) no-repeat right top;
	display: block;
	padding:4px 18px 2px 10px;
}
#navigation a span {
	float: none;
}


.glossymenu{
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 auto 0 auto;
	background: url(../images/layout/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a:visited{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/layout/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/layout/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 475px;
}

.curlycontainer .innerdiv{
background: transparent url(../images/layout/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}