/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*start here after reset*/
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font: 12px Arial, Helvetica, sans-serif;
text-align: center;
background: #296e88;
}
a img 
{
border:none; 
}
#container
{
text-align: left;
margin: 0 auto;
padding: 0;
width: 810px;
}
#wrapper
{
float: left;
background: url(../images/bg_content_y.gif) repeat-y;
}
#top
{
background: url(../images/banner2.jpg) no-repeat;
width: 810px;
height: 185px;
}
#menu
{
background: url(../images/bg_menu_y.gif) repeat-y;
text-align:center;
width: 810px;
height: 42px;
line-height: 42px;
}
#menu ul
{
margin-top: -4px;
}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 8px;
}
#menu a:link, #menu a:visited
{
font-size: 14px;
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #FFC322;

}


#content
{
font-size: 14px;
padding: 0 10px;
width: 790px;
}
#content a:link, #content a:visited
{
color: #004C64;

}
#content a:hover, #content a:active
{
background-color: #004c64;
color: #fff;
text-decoration: none;
}
.main
{
float: left;
width: 540px;
}
.left
{
float: left;
width: 205px;
}
.middle
{
float: left;
width: 380px;
}
.right
{
float: right;
width: 205px;
}

.boxies_196
{
border: 1px #fff solid;
width: 196px;
margin: 10px 0;
}

.boxies_196 h1
{
color: #fff;
display: block;
border: none;
background: #296e88 ;
font-size: 13px ;
padding: 0 13px;
font-weight: normal;
line-height: 27px;
}
.boxies_196 h2
{
color: #000;
display: block;
border: none;
background: #ff9000 ;
font-size: 16px ;
font-style: italic;
padding: 0 3px;
}
.boxies_196 p
{
padding: 5px;
}
/*
If you don't want linked images witin the content area to have the same mouse-over as textlinks give the
element a class (<a href="website.com" class="nohighlight"><img src"..."></a> and add the following code to stylesheet:
#content a.nohighlight:hover 
{
background: none;
}
*/
h1
{

color: #f10b2c;
padding: 0.5em 0 0.5em 0;
font-size: 18px;

}
h2
{
padding: 0.5em 0 0.5em 0;
font-size: 16px;

}
#footer
{
float: left;
background: url(../images/footer2.gif) no-repeat;
width: 810px;
height: 32px;
}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}
#copyright
{
padding: 15px;
color: #fff;
font-size: 10px;
text-align: center;
}
#copyright a
{
color: #fff;
background: #004c64;
}

.smallerfont
{
font-size: 10px;
}

img.floatimageright
{
float: right;
padding-left: 10px;
}
img.floatimageleft
{
float:left;
padding-right: 10px;
}
