/* 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;
	/**/font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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: 14px Arial, Helvetica, sans-serif;
text-align: center;
background: url(../images/bg_x.jpg) repeat-x;

}
a img 
{
border:none; 
}
#container
{
text-align: left;
margin: 0 auto;
padding: 0;
width: 964px;
}
#wrapper
{
float: left;

}
#top
{
float: left;
background: url(../images/banner_transp.png) no-repeat;
width: 964px;
height: 160px;
}

#menu
{
float: left;
background: url(../images/bg_menu_transp.png) no-repeat;
text-align:center;
width: 964px;
height: 32px;
line-height: 32px;
}
#menu ul
{
margin: 0;
padding: 0;
}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 8px;
}
#menu a:link, #menu a:visited
{
font-size: 14px;
font-weight: bold;
color: #650030;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #6B88D8;

}


#content
{
float: left;

background: url(../images/bg_content_transp.png) repeat-y;
width: 964px;
}
#content a:link, #content a:visited
{
color: #D91A21;

}
#content a:hover, #content a:active
{
background-color: #D91A21;
color: #fff;
text-decoration: none;
}
.left
{
background: #650030;
float: left;
width: 214px;
margin-left: 42px;
color: #fff;
font-size: 14px;
}
.left h3
{
font-size: 24px ;
color: #f9a21b;
}
.left p, .left h1, .left h2, .left h3, .main p, .main h1, .main h2, .main h3
{
padding: 1em 10px 0px 10px;
}
.main
{
float: left;
width: 650px;
line-height: 24px;
}

/**/


h1
{
font-size: 22px;
color: #D91A21;
padding: 1em 0 0.5em 0;

}
h2
{
font-size: 20px;
}
h3
{
font-size: 18px;
}
#footer
{
float: left;
background: url(../images/bg_menu_transp.png) no-repeat;
width: 964px;
height: 32px;
text-align: center;
line-height: 32px;
}
#footer a:link, #footer a:visited
{
color: #000;
text-decoration: none;
}
#footer a:hover, #footer a:active
{
}

.topflash
{position: relative;
left: 380px;
top: -1px;


}
.logos
{
width: 214px;
height: 116px;
background: #fff;

text-align: center;
}
.eventdates
{
width: 660px;
background: #000;
height: 40px;
color: #FF9900;
text-align: center;
font-size: 20px;
padding-top: 15px;
font-style: italic;
}
.welcome
{
width: 500px;

background-color: #fdf309;
margin-left: 50px;
margin-right:0;
padding: 1em;
border: 1px solid #069cd9;
}

/*Define style for header(s)*/

h3 
{
	color:#C34342;
	font-size: 16px;
	padding-top: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.greenbold
{
color: #00CC00;
font-weight: bold;
font-size: 16px;
}
.blueitalic
{
color: #003399;
font-style: italic;
font-weight: bold;
font-size: 16px;
}
.redbigger
{
font-size: 26px;
font-weight: bold;
color: #FF0000;
}
img.floatimageleft 
{
float: left;
}
img.floatimageright 
{
float: right;
}