/* Defaults */

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-bottom: 25px;
	margin: 0px;
	color: #0f0f0f;
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	background-color: #797b7e;
}

a:link {
	font-weight: bold;
	color: #1069AE;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #1069AE;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #1069AE;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #1069AE;
	text-decoration: none
}

img {
	border: 0px;
}

#containerwrap {
	margin: 0 auto;
	width: 1004px;
	background-image: url(/globals/bg_span.jpg);
	background-repeat: repeat-y;
}

.containerwrap {
	margin: 0 auto;
	width: 1004px;
	background-image: url(/globals/bg_span.jpg);
	background-repeat: repeat-y;
}

#contentwrap {
	margin: 0 auto;
	width: 1004px;
	background-image: url(/globals/bg_span.jpg);
	background-repeat: repeat-y;
}

#container {
	width: 990px;
	margin: 0 auto;
	background-color: white;
}

.container {
	width: 990px;
	margin: 0 auto;
	background-color: white;
}

#header {
	background-image: url(/globals/headerbg.jpg);
	height: 413px;
	width: 990px;
}

	#tag {
		position: relative;
		z-index: 1;
		top: 381px;
		left: 667px;
		width: 323px;
		height: 134px;
		background-image: url(/globals/bg_tag.jpg);
		background-repeat: no-repeat;
	}
	
		#tag p strong {
			font-size: 1.2em;
			color: white;
			font-style: normal;
			font-weight: bold;
		}
		
		#tag p {
			font-weight: bold;
			font-style: normal;
			color: white;
			line-height: normal;
			padding-top: 10px;
		}
		
		#tag a {
			color: #ffda76;
		}
		
#content {

}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
}

	.contentleft {
		float: left;
		width: 660px;
	}
	
		ol {
			margin-left: 20px;
			padding-left: 25px;
			padding-bottom: 20px;
		}
		
			ol li {
				padding-bottom: 10px;
			}
	
		.contentleftpad {
			padding-right: 20px;
		}
	
		.imgfloat {
			float: right;
			padding-left: 25px;
		}
		
		h1, h2, h3, h4, h5 {
			color: #ffcb3f;
		}
		
		h2, h3, h4, h5 {
			padding-left: 20px;
			padding-top: 0px;
			padding-bottom: 0px
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		h1 {
			font-size: 1.7em;
			padding: 20px;
		}
		
		h2 {
			font-size: 1.4em;
		}
		
		h3 {
			font-size: 1.4em;
		}
		
		h4 {
			font-size: 1.3em;
		}
		
		h1 span {
			color: #797b7e;
		}
		
		
		.h1left {
			color: #231f20; 
			width: 30%;
			float: left;
			font-weight: lighter;
			padding-bottom: 20px;
		}
		
		.h1right {
			color: #ffc423;
			width: 60%;
			float: right;
			text-align: left;
			padding-bottom: 20px;
		}

		p {
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 20px;
			clear: both;
			text-align: justify;
			line-height: 24px;
		}
		
		p strong {
			color: #ffc423;
			font-style: italic;
		}
		
		ol span {
			color: #ffc423;
			font-style: italic;
		}
		
		.contentright ul {
			padding: 10px 20px 20px;
			list-style-image: url(/globals/icon_list.jpg);
		}
		
		.contentright li {
			text-align: justify;
			line-height: 24px;
			padding-bottom: 20px;
		}
		
	.contentright {
		padding-top: 70px;
		float: right;
		width: 330px;
	}
	
	p span {
		color: black;
		font-style: normal;
	}

#menuwrap {
	background-color: #a1a3a5;
	width: 100%;
}
	
	#menu {
		width: 1004px;
		margin: 0 auto;
		background-image: url(/globals/bg_menu.jpg);
		background-repeat: no-repeat;
		height: 34px;
	}
	
		#menu ul {
			margin: 0px;
			padding: 7px 0 0 38px;
			list-style-type: none;
		}
		
			#menu li {
				padding-right: 33px;
				display: inline;	
				list-style-type: none;
			}
			
			#menu li a {
				font-size: 1.3em;
				font-weight: bolder;
				color: #797b7e;
			}
			
			#menu .current a {
				color: #5f8ac2;
			}
	
#footer {
	margin: 0 auto;
	width: 1004px;
	height: 42px;
	clear: both;
	background-image: url(/globals/bg_footer.jpg);
}

	.copyrightleft {
		float: left;
		width: 60%;
	}
	
	.copyrightright {
		float: right;
		width: 40%;
		text-align: right;
	}
	
	#footer p {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 5px;
	}
	
	
	form {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	
		.ctrl input {
			width: 45%;
			float: right;
		}
		
		.ctrl textarea {
			width: 45%;
			float: right;
		}
		
		.ctrl label {
			width: 45%;
			float: left;
			font-size: 1em;
			font-weight: bold;
		}
		
		.ctrl {
			clear: both;
			padding: 10px 0 0 0;
		}
		
		.inlineLabel label {
			width: 100px;
			float: none;
			display: inline;
			position: relative;
			margin-right: 5px;
		}
		
		.buttonHolder {
			clear: both;
			text-align: right;
			padding-top: 5px;

		}
		
		fieldset {
			padding: 10px;
			border: 0px;
			background-color: #f3f3f3;
			margin-bottom: 5px;
		}