/* Page Setup */

html {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	margin: 50px auto;
	width: 770px;
	padding: 0px;
}

#header {
	width: 770px;
	height: 227px;
	margin: 0px;
	padding: 0px;
}

#main_body {
	width: 770px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}	

#nav {
	width: 183px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#content {
	width: 564px;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}

#footer {
	width: 770px;
	height: 41px;
	margin: 0px;
	text-align: center;
}

/* Backgrounds */

html {
	background: #fff url(/events/nga/images/background.jpg) repeat-x;
}

#header {
	background: #000;
}

#main_body {
	background: #FFF;
}

#nav {
	background: #75a059;
}

#content {
	background: #FFF;
}

#footer {
	background: #131440;
}


/* Borders */

#header {
	border: 1px solid #131440;
	border-bottom: 4px solid #131440;
}

#main_body {
	border-left: 1px solid #131440;
	border-right: 1px solid #131440;
}

#nav {
	border-right: 1px solid #131440;
}

#footer {
	border: 1px solid #131440;
	border-top: 4px solid #131440;
}


/* Navigation */

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	border-bottom: 1px solid #131440;
	padding: 5px 20px;
}

#nav a {
	font: normal 15px/18px helvetica, sans-serif;
	color: #131440;
	text-decoration: none;
	outline: none;
 }

#nav a:hover {
	color: #131440;
}

#nav a.hilite {
	font: normal 15px/18px helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

#nav a.hilite:hover {
	color: #FFF;
}


/* AFCEA Logo */

#afcea_logo {
	text-align: center;
	padding: 50px 0px 10px 0px;
}

#afcea_logo {
	border: 0px;
}

#afcea_logo_caption {
	text-align: center;
	font: normal 11px/14px helvetica, sans-serif;
	color: #131440;
	padding: 0px 10px;
}


/* Content */

#content {
	font: normal 12px/16px helvetica, sans-serif;
	color: #000000;
}

a, a:link, a:active {
	text-decoration: underline;
	outline: none;
}

a:visited{
	color: #25277E;	
	}

a:hover {
	text-decoration: underline;
}

h3 {
	font: normal 20px/24px helvetica, sans-serif;
	color: #131440;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

h4 {
	font: normal 15px/18px helvetica, sans-serif;
	color: #75a059;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}


/* Footer */

#footer_nav {
	font: normal 10px/12px helvetica, sans-serif;
	color: #FFF;
	margin-top: 12px;
}

#footer_nav a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

#footer_nav a:hover {
	text-decoration: underline;
}

#footer_nav span {
	padding: 0px 2px;
}


