/*fonts*/


h1{
	color: #cf041b;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
}
h2{
	color: #0434cf;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
}
h3{
	font-size: 1.2em;
	color: #F22B3E;
	font-weight: bold;
}
h4{
	color: #0434CF;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}
h5{	
	color: #F22B3E;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
h6{
	color: #0434CF;
	font: bold 0.86em Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #DD2541;
	text-decoration: none;
	border-bottom: 1px dotted #303E47;
}
a:visited { 
	color: #DD2541; 
	text-decoration: none; 
	border-bottom: 1px dotted #177f88; 
}
a:hover{ 
	color: #3333FF;
}
a.noBorder  {
	border-bottom: none;
}

p {
	color: #333333;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.5em;
}

#left-inner p {font: 12pt/14pt Garamond, Georgia, serif; color: #000; }

td, tr {
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
.onlychild   { 
	color: #cf041b; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 0.9em; 
	font-family: "Times New Roman", Georgia, Times; letter-spacing: 1px 
}

.textVerdana {
	font: 0.8em/1.4em Verdana, Arial, Helvetica, sans-serif;
}

.textLarge {
	font-size: 2em;
}


/*legacy fonts*/

.black16 { color: #000; font-weight: bolder; font-size: 16px }
.black16i { color: black; font-style: italic; font-size: 16px; font-family: "Times New Roman", Georgia, Times }
.gray14   { color: #323232; font-size: 14px; font-family: Arial, Helvetica, Geneva }
.gray14t { color: #323232; font-size: 14px; line-height: 16px; font-family: "Times New Roman", Georgia, Times }
.gray18i  { color: #696969; font-style: italic; font-size: 18px; font-family: "Times New Roman", Georgia, Times }
.gray24 { color: gray; font-size: 24px; font-family: Arial, Helvetica, Geneva }
.gray24i { color: #808080; font-style: italic; font-size: 24px; font-family: "Times New Roman", Georgia, Times }
.red14 { color: red; font-size: 14px; font-family: Arial, Helvetica, Geneva }
.red16i { color: red; font-style: italic; font-weight: bold; font-size: 16px; font-family: "Times New Roman", Georgia, Times }
.red18i { color: red; font-style: italic; font-weight: normal; font-size: 18px; font-family: "Times New Roman", Georgia, Times }
.onlychild13   { color: red; font-style: italic; font-weight: bold; font-size: 13px; font-family: "Times New Roman", Georgia, Times; letter-spacing: 1px }
.smlink a:link   { color: #696969; font-weight: lighter; font-size: 9px; vertical-align: sub }
.smlink a:hover   { color: #696969; font-size: 9px; font-family: Arial, Helvetica, Geneva; text-decoration: underline; vertical-align: sub }
.smlink a:visited  { color: #696969; font-weight: lighter; font-size: 9px; font-family: Arial, Helvetica, Geneva; vertical-align: sub }
.lglink a:link { color: red; font-weight: bolder; font-size: 18px }
.lglink a:hover { color: #ff4500; font-weight: bolder; font-size: 18px; text-decoration: underline }
.lglink a:visited { color: red; font-weight: bolder; font-size: 18px }
.price { color: #ca0808; font-size: 11px; font-family: Geneva, Helvetica, Arial; font-weight: bold; }
.price2 { font-size: 11px; font-family: Geneva, Helvetica, Arial; text-decoration: line-through; }
.lglink2 a:link { color: red; font-weight: bolder; font-size: 20px ; font-family: Georgia, "Times New Roman", Times, serif; }
.lglink2 a:hover { color: #ff4500; font-weight: bolder; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: underline  }
.lglink2 a:visited { color: red; font-weight: bolder; font-size: 20px ; font-family: Georgia, "Times New Roman", Times, serif; }


/*layout*/

html {
	padding:0px;
	margin:0px;
	background: #FFFFFF;
}
body {
	background: #FFFFFF url(../images/bg1000h_paisley2.jpg) repeat;
	height: 100%;
	width: 100%;
	font-size: 100%;	
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	padding:0px;
	text-align:left;	
}

#header {
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: 339px;
}
#banner {
	height: 300px;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	width: 900px;
	/*min-height: 500px;*/
	background: #FFFFFF;
	overflow: auto;
	margin: 1px auto 0px;
	border-left: thin dotted #DC6F90;
	border-right: thin dotted #717DE1;
}

#left {
	width: 200px;	
	float: left;
}	
#left-inner {
	background: #FFFFFF;
	border: 0;
	padding: 15px;
}	

#center {
	width: 500px;
	float: left;
}
#center_twoColumn {
	width: 700px;
	float: left;
}
#center_full {
	width: 900px;
	float: left;
}
#center-inner {
	background: #FFFFFF;
	padding: 15px;
	overflow: auto;
	border-right: thin dotted #DC6F90;
	border-left: thin dotted #717DE1;
}

#right {
	width: 200px;
	float: left;
	height: 300px;
}	
#right-inner {
	background: #FFFFFF;
	border: 0;
	padding: 15px;
}

#footer {
	font: 0.65em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	border-top: thin dotted #999999;
	text-align: center;
}

#backissueList {

}


#backissueDetail {

}

/*navigation horizontal top*/

#nav {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	height:30px;
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: #E9EAF1;
	padding: 5px 0px;
}

#nav li {
	display: inline;
}


#nav ul li a:link, #nav ul li a:visited {
	color: #3333FF;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	vertical-align: top;
	border-style: none;
}
#nav ul li a:hover {
	color: #C2001D;
	background: #FFFFFF;
	padding: 5px;
	border-bottom: medium solid #C2001D;
}
#nav ul li.current a:link, #nav ul li.current a:visited {
	padding: 5px;
	text-decoration: none;
	color: #C2001D;
	background: #FFFFFF;
	font-weight: bold;
	border-bottom: medium solid #C2001D;
}

