/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	background-image:url(/images/common/vignette.jpg);
	background-color: #e6d6a3;
	background-repeat: repeat-x;
	color: #323232;
}

hr {
	display: none;
}

h2 {
	font-size: 18px;
	line-height: 16px;
	margin: 18px 0px 10px 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 16px 0px 10px 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

a {
	color:#CC6600;
	text-decoration: underline;
}
a:visited {
	color:#993300;
	text-decoration: underline;
}
a:hover {
	color:#FF6600;
	text-decoration: underline;
}

.introParagraph {
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	margin-top: 20px !important;
}

.noTopMargin {
	margin-top: 0px !important;
}

.noBottomMargin {
	margin-bottom: 0px !important;
}

.picBorder {
	border: 1px solid #666666;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 2px 10px 12px 0px;
}

.picLeftLess {
	display: block;
	clear: both;
	float: left;
	margin: 3px 10px 8px 0px;
}

.picLeftLessPad {
	display: block;
	clear: both;
	float: left;
	margin: 3px 5px 0px 1px;
	text-align: left;
	width: 175px;
}
.picLeftLessPad p {
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 3px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 2px 0px 12px 15px;
}

.picCenter {
	display: block;
	text-align: center;
	margin: 5px 0px 12px 0px;
}

.divider {
	margin: 30px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	height: 3px;
	background-image: url("/images/common/divider_bg.gif");
	background-repeat: repeat-x;
	overflow: hidden;
}



.smallText {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}

.alignLeft {
	text-align: left !important;
}
.alignCenter {
	text-align: center !important;
}
.alignRight {
	text-align: right !important;
}
.alignJustify {
	text-align: justify !important;
}

ul {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		list-style-position: outside;
	}

	ul li {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 18px;
		background-image: url("/images/common/list_bullet.gif");
		background-position: 1px 5px;
		background-repeat: no-repeat;
	}

	ul.loud {
		color: #FF620A;
		font-weight: bold;
	}
	
	ul.loud li a {
		color: #FF620A;
		text-decoration: underline;
	}
	ul.loud li a:visited {
		color: #FF620A;
		text-decoration: underline;
	}
	ul.loud li a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	blockquote {
		margin: 20px 0px 30px 0px;
		padding: 0px 0px 0px 10px;
		border-left: 2px solid #DDDDEB;
	}
	
	blockquote p {
		margin: 0px 0px 5px 0px;
		line-height: 15px;
	}
	
	blockquote p.blockquoteCredit {
		margin: 0px 0px 0px 0px;
		color: #7474BC;
	}

/*
Misc positioning elements
-------------------------
*/

#fullBrowserWidth {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#miscTags {
	display: none;
}

/*
Common top-of-page elements
-------------------------
*/

#cssSwitch {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 3px;
	right: 45px;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
}

#cssSwitch a:visited {
	color: #173184;
	text-decoration: underline;
}

#skipNav {
	display: none;
}

#mvLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}

/*
Content elements
-------------------------
*/

#centeredPage {
	display: block;
	margin: 0px auto 0px auto;
	position: relative;
	width: 1000px;
	text-align: left;
	background-color: #f3e5b9;
	background-image: url("/images/common/header_fade.gif");
	background-position: top center;
	background-repeat: no-repeat;
}

#centeredPage #twoColumns {
	display: block;
	margin: 0px 35px 0px 35px;
	padding: 0px 0px 0px 0px;
	width: 930px;
}

#centeredPage #twoColumns #leftColumn {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 200px;
}

#centeredPage #twoColumns #mainColumn {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 690px;
}

/*
Nick's Page Title 
-------------------------
*/

#pageTitle {
	display: block;
	position: relative;
	top: 15px;
	left: 0px;
	z-index: 10;
}

#pageTitle h1 {
	margin: 28px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 30px;
	line-height: 32px;
	color: #323232;
}

/*
sig image
-------------------------
*/

#sigImage {
	display: block;
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 520px;
	height: 345px;
}

#sigImage #pageTitle {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 10;
}

#sigImage #pageTitle h1 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	line-height: 25px;
	color: #323232;
}


/*
Show Panel
-------------------------
*/

#eventWizard {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 1px 7px;
	background-color: #e6d6a3;
}

#eventWizard h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	color: #323232;
	font-weight: normal;
}

#eventWizard select, #eventWizard input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#eventWizard select {
	width: 184px;
}

#eventWizard input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*
Table elements
-------------------------
*/

table {
	display: block;
	clear: both;
	margin: 20px 0px 20px 0px;
	border: none;
	font-size: 11px;
	line-height: 13px;
}
table caption {
	padding: 2px 3px 2px 5px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: left;
	border: none;
}
table th {
	margin: 1px;
	padding: 5px 4px 5px 4px;
	font-weight: bold;
	text-align: left;
	border: none;
}
table th.subHeading {
	margin: 1px;
	padding: 5px 4px 5px 4px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
table td {
	margin: 1px;
	padding: 5px 4px 5px 4px;
	font-weight: normal;
	text-align: center;
	border: none;
}
table #tableHeadings th {
	margin: 1px;
	padding: 2px 4px 2px 4px;
	font-weight: normal;
	text-align: left;
	background-image: none;
	border: none;
}
table #tableHeadings th.centered {
	text-align: center;
}
table tr.commentArea td {
	margin: 1px;
	padding: 8px 4px 4px 4px;
	font-weight: normal;
	text-align: left;
	background-image: none;
	border: none;
}
table tr.commentArea td p {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}


/*
Footer elements
-------------------------
*/

#lowerMenuAccessKeys {
	display: none;
}

#footerArea {
	display: block;
	margin: 30px 35px 0px 35px;
	position: relative;
	width: 930px;
	height: 40px;
	border-top: 1px solid #12151a;
	font-size: 11px;
	line-height: 13px;
	color: #d0d6e6;
}

#footerArea a {
	text-decoration: none;
}
#footerArea a:visited {
	text-decoration: none;
}
#footerArea a:hover {
	text-decoration: underline;
}

#footerArea p.footerLinksLeft {
	position: absolute;
	top: 15px;
	left: 0px;
	color: #323232;
}

#footerArea p.footerLinks {
	position: absolute;
	top: 15px;
	right: 0px;
}

#footerArea p.toTop {
	position: absolute;
	top: 5px;
	left: 0px;
}
	
	
	
	
/*
Print panel elements
-------------------------
*/
		
	.wwPrint {
		display: block;
		margin: 0px 0px 15px 0px;
		padding: 5px 20px 10px 20px;
		background-color: #9e916f !important;
	}
	
	
	.wwPrint p {
		color: #323232;
	}
	
	.wwPrint a {
	text-decoration:underline;
	color: #323232;
	}
	
	.wwPrint H2 {
	margin-bottom:2px;
	}
	.wwPrint H3 {
	margin-bottom:2px;
	}
	
	.wwPrint .wwPrintContent {
		display: block;
		width: 250px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
	}
	
	.wwPrint .wwPrintRight {
		display: block;
		width: 200px;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 6px 0px;
	}
	
	.wwPrint .wwPrintPhotoAndButtons {
		display: block;
		width: 200px;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 6px 0px;
	}
	
	.wwPrint .wwPrintPhotoAndButtons img {
		margin: 0px 0px 0px 0px;
		border: 1px solid #ffffff;
	}
	
	.wwPrint .wwPrintPhotoAndButtons dl {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.wwPrint .wwPrintPhotoAndButtons dd {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.wwPrint .wwPrintPhotoAndButtons a {
		display: block;
		width: 165px;
		height: 18px;
		margin: 0px 0px 0px 0px;
		background-image: url("/images/common/white_button_off.gif");
		background-repeat: no-repeat;
		color: #F4E5BA;
		font-size: 10px;
		line-height: 18px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.wwPrint .wwPrintPhotoAndButtons a strong {
		padding: 0px 0px 0px 20px;
	}
	.wwPrint .wwPrintPhotoAndButtons a:visited {
		background-image: url("/images/common/white_button_off.gif");
		color: #4c75a2;
		text-decoration: none;
	}
	.wwPrint .wwPrintPhotoAndButtons a:hover {
		background-image: url("/images/common/white_button_over.gif");
		color: #ffffff;
		text-decoration: none;
	}
	


/*
Copyright notice elements
-------------------------
*/

#copyrightArea {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}

#copyrightArea a {
	color: #999999;
}
#copyrightArea a:visited {
	color: #999999;
}
#copyrightArea a:hover {
	color: #173184;
}
