/* zerro out stuff */
* {
	border:0;
	margin:0;
	padding:0;
}
/* general */
a {
	color:#2D0360;
	text-decoration:none;
}
a:hover {
	color:#BC322D;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BC322D;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #000080;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}
/* body */
body {
	background:#fff url('../img/background_body.jpg') repeat-x top;
	color:#666;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
/* header */
#header {
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;
	background-color: #FFFFFF;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#666;
	font-size:32px;
	font-weight:400;
	left:0px;
	letter-spacing:-2px;
	position:absolute;
	top: 0px;
}
#header p {
	bottom:70px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:25px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
}
#header ul li a:hover {
	background:#b484da;
	color:#eee;
	text-decoration:none;
	display:block;
}
#nav {
	margin:0 auto;
	position:relative;
	width:760px;
	top: -30px;
}

#topnav {
	height: 140px;
	margin: 0;
	padding:0;
	position: relative;
	left: 20px;
	width: 100%;
}
#topnav .outer {
	float: left;
	width: 140px;
	height: 100px;
	margin: 0 5px 0 0;
	background: url(../img/corpnav.jpg) no-repeat 0 0px;
	padding: 0px;
}
#topnav .outer span  {
	display: block;
	margin:0;
	bottom: 0px;
	top: 104px;
	position: relative;
	height: 30px;
	background-image: url(../img/bg1.png);
	background-repeat: repeat-x;
}
#topnav .outer a  {
	display: block;
	margin: 0;
	padding:0;
	font: 13px/2em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: 100%;
	height: 100%;
	width: 100%;
}
#topnav .home {
	background: url(../img/Home_nav.jpg) no-repeat 0 0px;
}

body#home #topnav .home,#topnav .home a:hover,#topnav .home a:active  {
	color: #BC322D;
	background: url(../img/Home_nav.jpg) no-repeat 0 -101px;
}

#topnav .corporate {
	background: url(../img/corpnav.jpg) no-repeat 0 0px;
}
body#corporate #topnav .corporate,#topnav .corporate a:hover,#topnav .corporate a:active  {
	color: #BC322D;
	background: url(../img/corpnav.jpg) 0 -101px no-repeat;
}

#topnav .personal {
	background: url(../img/ptnav.jpg) no-repeat 0 0px;
}
body#personal #topnav .personal,#topnav .personal a:hover,#topnav .personal a:active  {
	color: #BC322D;
	background: url(../img/ptnav.jpg) no-repeat 0 -101px;
}

#topnav .events {
	background: url(../img/campnav.jpg) no-repeat 0 0px;
}
body#events #topnav .events,#topnav .events a:hover,#topnav .events a:active  {
	color: #BC322D;
	background: url(../img/campnav.jpg) no-repeat 0 -101px;
}

#topnav .articles {
	background: url(../img/newsnav.jpg) no-repeat 0 0px;
}
body#articles #topnav .articles,#topnav .articles a:hover,#topnav .articles a:active  {
	color: #BC322D;
	background: url(../img/newsnav.jpg) 0 -101px no-repeat;
}

#navhor1 {
	margin: 0 0 0 30px;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #993300;
	height: 1em;
	}
	
#navhor1 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;	
}

#navhor1 a:link, #navhor1 a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #BC322D;
	}

#navhor1 a.active:link, #navhor1 a.active:visited, #navhor1 a:hover {
	border-bottom: 4px solid #BC322D;
	padding-bottom: 2px;
	background: #fff;
	color: #BC322D;
	}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* sidebar */
#sidebar {
	float:left;
	width:210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#sidebar h1 {
	border-bottom:2px solid #000050;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:85%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#main input, #main textarea {
		margin-bottom: 5px;
}
#main label {
	float: left;
	width: 75%;
	font-weight: bold;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}
	
/* Main */
#main {
	float:right;
	width:520px;
}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
}
#main h1 {
	border-bottom:2px solid #000050;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
/* footer */
#footer {
	margin:10px auto;
	width:760px;
	clear: both;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #000080;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
	margin:0;
}

/* Table Style */
table {
	color: #7F7F7F;
	border-collapse: collapse
}
table, caption {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
}
caption, th, td {
	border-left: 0;
	padding: 10px
}
caption, thead th, tfoot th, tfoot td {
	background-color: #F1F1F1;
	color: #666;
	font-weight: bold;
	text-transform: uppercase
}
thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center
}
tbody th {
	padding: 20px 10px
}
tbody tr.odd {
	background-color: #F7F7F7;
	color: #666
}
tbody tr.even {
	background-color: #CCF;
	color: #666
}
tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}
tbody a:active, tbody a:hover, tbody a:focus, tbody a:visited {
	color: #666
}
tbody tr:hover {
	background-color: #EEE;
	color: #333
}
tbody tr:hover a {
	background-color: #FFF
}
tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}
tbody td+td+td+td a:active, tbody td+td+td+td a:hover, tbody td+td+td+td a:focus, tbody td+td+td+td a:visited {
	color: #E63C1E
}
#main  h2  {
	margin-top: 2em;
}
#main  li  {
	color: #000080;
	text-indent: 0em;
	margin-left: 6em;
}
#main  h3  {
	margin-top: 1.5em;
}



#menu5 {
	width: 200px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 10px;
	}
	
#menu5 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url(../img/menu5.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url(../img/menu5.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
	
#menu5 li a:active {
	color: #fff;
	background: url(../img/menu5.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}
#articles #newsletter {
	width: 100%;
	height: 200%;
}
.halfwidth {
	width: 48%;
	margin: 0px;
	padding: 0px;
