body {
	margin:0;
	background-image:url(../images/bg.gif);
}

p,div,td,blockquote,ul,ol,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:link, a:visited {
	color: #0079c2;
}

a:hover, a:active {
	text-decoration:none;
}

a.grey:link, a.grey:visited{
	color: #666666;
	font-size:9px;
}

a.grey:hover, a.grey:active{
	color: #92c6e5;
}

a.footer:link, a.footer:visited {
	color: #666666;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	color:#0079c2;
}

#container {
	padding:0 34px 34px 34px;
	background:url(../images/shadow_bg.gif) repeat-y;
	text-align:left;
	margin-left: auto;
  	margin-right: auto;
	width:699px;
}

#footer {
	padding: 28px 33px 0 33px;
	font-size:11px;
	color:#999999;
}

#indent {
	padding:0 29px 0 29px;
}

b { color:#333333; }

.header {
	color:#0079c2;
	font-size:12px;
	font-weight:bold;
}

.headerOrange {
	color:#dd6e03;
	font-size:12px;
	font-weight:bold;
}

.subhead {
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

#blueBox {
	width:200px;
	border:1px solid #0066cc;
	padding:18px;
	background-color:#e5f3fc;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border:1px solid #666666;
}

#eventLeft {
	float:left;
	width:193px;
	padding-right:20px;
	margin-bottom:15px;
}

#eventRight {
	float:left;
	width:425px;
	margin-bottom:15px;
}

#aboutLeft {
	float:left;
	width:100px;
}

#aboutRight {
	float:left;
	width:599px;
}

.blue { color:#0079c2; }

#navbar {
	margin:0;
	padding:0;
}

#navbar li {
    list-style:none;
    display:inline;
}

#navbar li .flyout {
    list-style:none;
    display:block;
}

#navbar a {
	width:99px;
    height:19px;
	line-height:19px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	cursor:pointer;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	text-align:center;
	background-color:#0079c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navbar a:hover, #navbar a:active { 
    background-color:#f0b310;
}

#navbar .flyout a {
	width:99px;
    height:19px;
	line-height:19px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	cursor:pointer;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	text-align:center;
	background-color:#92c6e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navbar .flyout a:hover, #navbar .flyout a:active { 
    background-color:#0079c2;
}

.alert {
	color:#C60021;
	font-weight:bold;
}
