@charset "UTF-8";
body {
	background: #dcdbd6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}


p {
	color: #666;
	line-height: 1.3em;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 170%;
	line-height: 1.6em;
	font-weight: bold;
	text-indent: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E2DE;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #3F3B31;
}



.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CDCCC9;
	border-bottom-color: #CDCCC9;
}
.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
	height: 140px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	background-color: #EFEEEB;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-left: 24px;
	border: 1px solid #CBC8C4;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;	
}

#footer a {
	color: #4E4A40;
	font-size: 80%;	
	
	
	
}
.logo {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	top: 20px;
	right: 20px;
	position: absolute;
}

.nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 29px;
	right: 389px;
}


.flip {
	float: left;
	position: absolute;
	z-index: 1;
}

.anchor {
	position: absolute;
	height: 1px;
	width: 1px;
	clear: both;
	z-index: -1;
}


.offsetted {
	position: relative;
	background-image: url(images/New_issue.png);
	background-repeat: no-repeat;
	bottom: 260px;
	left: 145px;
	height: 70px;
	width: 70px;
}

.magholder {
	padding: 0px;
	float: left;
	width: 226px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: center;
	margin-top: 8px;
}



.imagebord {
	padding: 2px;
	border: 1px solid #DCDBD8;
}
.magholder p {
	margin: 0px;
	padding: 0px;
}
.imagnav {
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	width:180px;
}
.previewmagholder {
	padding: 0px;
	float: left;
	width: 130px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}




/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

#stylized{
	border:2px solid #F88420;
	background-color: #F2F1EE;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
	font-size:12px;
	color:#666666;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D0;
}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 30px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background-color:#3F3B31;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
}

.lefttext {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 420px;
}

.righttext {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 450px;
	padding-right:20px;
}
strong {
	color: #F18410;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #3F3B31;
}
h3 {
	color:#ff8400;
	font-size:1.3em;
	padding:0;
	margin:0;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #3F3B31;
}
