/* Page Setup */

html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}

body {
	margin: 50px auto;
	width: 770px;
	padding: 0px;
}

#header {
	width: 801px;
	height: 236px;
	margin: 0px;
	padding: 0px;
}

#main_body {
	width: 800px;
	margin: 0px;
	padding: 0px;
}	

#main {
	width: 770px;
}	

#nav {
	width: 190px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#content {
	width: 515px;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}

#right {
	width: 165px;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}

#footer {
	width: 801px;
	height: 58px;
	margin: 0px;
	text-align: center;
}

/* Backgrounds */

html {
	background: #fff url(http://www.afcea.org/events/west/10/images/background.jpg) repeat-x;
}

#header {
	background: #4f107a url(http://www.afcea.org/events/west/10/images/header_bg.jpg);
}

#main_body {
	background: #FFF;
}

#nav {
	background: #fff;
}

#content {
	background: #FFF;
}

#footer {
	background: #4f107a;
}


/* Borders */

#header {
	border: 1px solid #e8d766;
	border-bottom: 4px solid #e8d766;
}

#main_body {
	border-left: 1px solid #e8d766;
	border-right: 1px solid #e8d766;
}

#nav {
	border-right: 1px solid #e8d766;
}

#right {
	border-left: 1px solid #e8d766;
}

#footer {
	border: 1px solid #e8d766;
	border-top: 4px solid #e8d766;
}


/* Navigation */

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	border-bottom: 1px solid #e8d766;
	padding: 5px 20px;
}

#nav a {
	font: normal 15px/18px helvetica, sans-serif;
	color: #4f107a;
	text-decoration: none;
	outline: none;
 }

#nav a:hover {
	color: #e8d766;
}

#nav a.hilite {
	font: normal 15px/18px helvetica, sans-serif;
	color: #e8d766;
	text-decoration: none;
	outline: none;
}

#nav a.hilite:hover {
	color: #FFF;
}

#nav .menutitle {
	margin: 0px;
	border-bottom: 1px solid #e8d766;
	padding: 5px 20px;
	font: normal 15px/18px helvetica, sans-serif;
	color: #4f107a;
	cursor: pointer;
}

#nav .menutitle a {
	text-decoration: none;
	outline: none;
}

#nav .menutitle a:hover {
	color: #e8d766;
}

#nav .submenu {
	background: #e8d766;
	margin: 0px;
	padding: 5px 20px;
	font: normal 15px/18px helvetica, sans-serif;
	color: #000;
	cursor: pointer;
}

#nav .submenu a {
	text-decoration: none;
	outline: none;
	color: #000;
}

#nav .submenu a: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: #000;
	padding: 0px 20px;
}

#partner_logo {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* Content */

#content {
	font: normal 12px/16px helvetica, sans-serif;
	color: #000000;
}

a, a:link, a:visited, a:active {
	text-decoration: underline;
	outline: none;
	color: #000099
}

a:hover {
	text-decoration: none;
}

h3 {
	font: normal 20px/24px helvetica, sans-serif;
	text-transform: uppercase;
	color: #4f107a;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h4 {
	font: normal 15px/18px helvetica, sans-serif;
	text-transform: uppercase;
	color: #754597;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Search */

.searchbox {
	font: normal 12px/16px helvetica, sans-serif;
	color: #000;
	border: 1px solid #000;
	width: 130px;
	height: 22px;
	padding: 3px;
	margin-right: 2px;
}

.gobutton {
	font: bold 12px/16px helvetica, sans-serif;
	color: #FFF;
	background: #4f107a;
	border: 1px solid #000;
	padding: 1px 0px;
	height: 22px;
	width: 30px;
}


/* Footer */

#footer_nav {
	font: normal 9px/11px 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;
}


