/**
 * Default CSS File
**/

/**
 * Global CSS Styles
**/
	body {
		background: #066;
		margin: 15px 0px 15px 0px;
		padding: 0px;
		text-align: center;
	}
	
	h1 {
		color: #039;
		font-family: Comic Sans MS, Arial;
		font-size: xx-large;
		font-weight: bold;
	}
	
	h2 {
		color: #000;
		font-size: xx-large;
		text-align: center;
	}
	
/**
 * Page Styles
**/
	#page-wrap, 
	#header-wrap, 
	#content-wrap, 
	#footer-wrap {
		/*width: 780px;*/
		width: 980px;
	}
	
	#page-wrap {
		color: #000;
		margin: 0px auto 0px auto;
	}

/**
 * Header Styles
**/
	#header-wrap {
		background: #fff;
		clear: both;
		color: #000;
		font-size: x-large;
		padding: 5px 0px 0px 0px;
		text-align: center;
		vertical-align: middle;
	}
	
	#header-block1-wrap {
		float: left;
		text-align: center;
		/*width: 150px;*/
		width: 250px;
	}
	
	#header-block1-wrap img {
		margin-top: 10px;
	}
	
	#header-block2-wrap {
		float: left;
		/*width: 470px;*/
		width: 480px;
	}
	
	#header-block3-wrap {
		float: right;
		text-align: center;
		/*width: 160px;*/
		width: 250px;
	}
	
	#header-block4-wrap {
		/*background: #39f;*/
		background: #f00;
		clear: both;
		font-size: 0px;
		height: 40px;
		width: 100%;
	}
	
	.header-logo-color1 {
		color: #f00;
	}
	
	.header-logo-color2 {
		color: #3c0;
	}
	
	.header-logo-color3 {
		color: #039;
	}
	
	.header-logo-color4 {
		color: #360;
	}

/**
 * Content Styles
**/
	#content-wrap {
		background: #fff url('../../..includeimages/page_bg.jpg') top left repeat-y;
		clear: both;
		position: relative;
	}
	
	#content-block1-wrap {
		/*background: #f00;*/
		background: #39f;
		color: #000;
		float: left;
		text-align: left;
		width: 25%;
	}
	
	#content-block1-wrap div {
		margin: 15px 5px 5px 15px;
	}
	
	#content-block2-wrap {
		background: #fff;
		color: #000;
		float: right;
		text-align: left;
		width: 75%;
	}
	
	#content-block2-wrap div {
		margin: 15px 10px 15px 10px;
	}
	
	.menu-navigation, .menu-naviagation li, .menu-navigation a {
		list-style-type: none;
		margin: 0px;
	}
	
	.menu-navigation li {
		margin-bottom: 15px;
	}
	
	.menu-navigation a:link, 
	.menu-navigation a:active, 
	.menu-navigation a:visited, 
	.menu-navigation a:hover {
		color: #000;
		font-size: x-large;
		text-decoration: none;
	}
	
	.menu-navigation a:hover {
		text-decoration: underline;
	}
	
	#content-block1-accreditation-wrap {
		margin: 10px 5px;
		text-align: center;
	}
	
	.two-column-wrap, 
	.three-column-wrap {
		clear: both;
		width: 95%;
		vertical-align: top;
	}
	
	.two-column-wrap div, 
	.three-column-wrap div {
		margin: 0px;
		padding: 0px;
	}
	
	.two-column-block1-wrap {
		float: left;
		width: 44%;
	}
	
	.two-column-block2-wrap {
		float: right;
		width: 44%;
	}
	
	.three-column-block1-wrap, 
	.three-column-block2-wrap {
		float: left;
		margin: 0px;
		padding: 0px;
		width: 25%;
	}
	
	.three-column-block3-wrap {
		float: left;
		margin: 0px;
		padding: 0px;
		width: 28%;
	}
	
/**
 * Footer Styles
**/
	#footer-navigation-wrap {
		background: #066;
		color: #CC6633;
		font-size: large;
		font-weight: bold;
		margin: 5px;
	}
	
	#footer-navigation-wrap a:link, 
	#footer-navigation-wrap a:active, 
	#footer-navigation-wrap a:visited, 
	#footer-navigation-wrap a:hover {
		color: #CCCCCC;
		font-weight: bold;
		text-decoration: none;
	}
	
	#footer-navigation-wrap a:hover {
		text-decoration: underline;
	}.fieldNameCSS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.fieldValueCSS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.description {
	font-weight: bold;
}
