/* Overall Page Settings */

p { 
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

body {
	text-align: center;
	background-color:#aaaaaa;
}


table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
}

div {
}

/* Main Layout Structures*/
#MainBody {

	width: 1045px;
	margin: auto;
	text-align:left;
	background-image: url(images/men_watermark.gif);
	background-position:left 380px;
	background-repeat: no-repeat;
	background-color: white;
	padding: 10px 0px 10px 25px;
	display:block;
	clear:left;
}

#Logo {
	width: 310px;
	display:block;
	float:left;
}

#FlashObject {
	width: 700px;
	float:left;
	padding-right: 6px;
	display:block;
}

#breakRed {
	width: 845px;
	margin-right: 15px;
	height: 20px;
	background-color: red;
	float:left;
	display:block;
}

#breakGray {
	width: 155px;
	height: 20px;
	background-color: #666666;
	float: left;
	display:block;
}


/*Content Area*/
#PageContent {
	font: normal 0.8em arial;
	color: #333333;
	width: 470px;
	padding: 10px;
	float: left;
}


#PageContent div.dynamic {
	display:table;
	margin: 0px;
	width: 465px;
}

#PageContent div.people{
	margin: 0px;
	width: 465px;
}

h2.people{
	margin: 0px;
	padding: 0px;
	display:block;
	clear: left;
}

.person {
	width:120px;
	text-align:left; 
	float: left;
	border:0px;
	margin: 0px 10px 10px 0px;
}

#PageContent div.dynamicRow {
	display: table-row;
	width: 465px;
}

#PageContent div.images {
	display: table-cell;
	float:right;
	width: 232px;
}

#PageContent div.text{
	display: inline;
	width: 232px;
	float:left;
}

#PageContent h1 {
	font: normal 1.5em arial;
	color: black;
	padding: 0px;
	margin: 0px;
}

#PageContent h2 {
	font: bold 1.2em arial;
	color: red;
}

#PageContent h3 {
	font: bold 1.0em arial;
	color: red;
	margin-top:10px 0px 2px 0px;
	padding: 0px;
}

#PageContent h4 {
	font: normal 13pt arial;
	color: black;
}

#PageContent h5 {
	font: bold 1.2em arial;
	color: gray;
	display:block;
}

#PageContent h6 {
	font: bold 1.0em arial;
	color: black;
}

#PageContent p {
	font-family: "arial";
	color: #333333;
	padding: 0px 0px 10px 0px;
}


#PageContent ul {
	font: normal 1.0em arial;
	color: #333333;
}

#PageContent li {
	font: normal 1.0em arial;
	color: #333333;
	padding-left: 5px;
}

#PageContent td {
	font: normal 1em arial;
}

#PageContent a {
	font: normal 1.0em arial;
	color: red;
}


#PageContent a:hover {
	font: normal 1.0em arial;
	color: red;
}

#PageContent a:visited {
	font: normal 1.0em arial;
	color: red;
}

#PageContent div.breadcrumbs {
	margin:0px;
	padding:0px;
	padding: 2px 0px 20px 0px;
	display:block;
	width: 450px;
	
}

#PageContent div.breadcrumbs a {
	font: normal 8pt "arial";
	color: #aaaaaa;
}

#PageContent div.breadcrumbs a:visited {
	font: normal 8pt "arial";
	color: #aaaaaa;
}

#PageContent div.breadcrumbs a:hover {
	font: bold 8pt "arial";
	color: red;
}


#NewsInsert{

	float: left;
	width: 155px;
	background-image: url("images/newsgradient.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height:400px;
	height:auto !important;
	height: 400px;
	margin-top: 14px;
}

#NewsInsert h5 {
	
	font-family: arial;
	background-color: red;
	color:white;
	padding: 5px;
	margin: 0px;
}

#NewsInsert h4 {

	font: bold 0.7em arial;
	padding: 10px 5px 0px 5px;
	margin: 0px;
}

#NewsInsert h4 a{
	color: white;
}

#NewsInsert p{
	font: normal 0.7em arial;
	padding: 0px 5px 0px 5px;
	color: black;
}

#Buttons {
	width: 170px;
	float:left;
	min-height:400px;
	height:auto !important;
	height: 400px;
}

#kudos{
	width: 1020px;
	clear:left;
}




.submitbutton {

	border: solid 1px #333333;
	color: white;
	background-color: red;

}
