html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

/*Defined html elements *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

html {
	background-color:#999;}

body {
width:920px; 
height:auto;
line-height: 1.25;
margin: 0 auto; 
position:relative;
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
color:#585858;
}

strong {font-weight:bold;}

li {
	margin-left:30px;
	padding:0 0 20px;
}

ul{
	margin:20px 0 0;
}


a:link, a:active, a:visited, a{
	color:	#456521;
	text-decoration:none;
}

a:hover{
text-decoration:underline;

}


h1 {
	font-size:1.5em;
	color:#456521;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0;
		
}

h1.headline{
	font-size:1.8em;
	font-weight:bold;
	background-color:#df981a;
	color:#fff;
	padding-left:28px;
}

h2{
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
}

p {
	margin: 0 0 10px 0;
	line-height:1.4;
}

h3{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}

em {
	font-style:italic;
}


hr {
	width:100%;
	height:1px;
	background-color:#585858;
	border:0;
	margin-bottom:15px;
}

#Wrapper{
	width:920px;
	background-color:#fff;
	overflow-x:hidden;
	overflow-y:hidden;
	margin:0 auto;
	
}
	

#Header{
	width:920px;
	height:120px;
}

	#Header img{
		float:left;
		margin:20px;
		
	}
	
	.right {
		float:right;
		width:500px;
		margin:40px 25px 0 0;
	}
	
	#Header h1{
		text-align:right;
		font-size:2.1em;
		font-weight:bold;
		margin-bottom:5px;
	}

	#Issue {
		font-weight:bold;
		text-transform:uppercase;
		color:#fba429;
		float:right;
	}

#LeftCol{
	float:left;
	width:480px;
	padding:0 15px 15px;
	
}

#LeftCol img {
	float: left;
	margin: 0 15px 15px 0;
}

#RightCol {
	float:right;
	width:370px;
	padding:0 15px 15px;
}

#RightCol li {
	padding-bottom: 5px;
}

#FullCol{
	
	padding:15px;
}

#Featured {
	background-color:#DFD1C3;
	padding:10px 25px 5px;
	color:#463422;
	font-size:1.1em;
}

#Featured h1{
color:#463422;
}

#Featured p.link{
	background-color:#7F6F5F;
	color:#fff;
	border:none;
	text-align:center;
}

#Featured p.link a{
	color:#fff;
}

#Featured p.link a:hover{
	text-decoration:underline;
}


#Photo{
	float:left;
}

#TOC{
	float:right;
	width:480px;
	padding:10px 20px;
	height:235px;
	font-weight:bold;
	
	background-color:#fff;
}

	#TOC li{
		margin-left:35px;
	}
	
	#TOC h1{
		color:#DF981A;
		font-size:1.2em;
		font-weight:bold;
		margin-left:20px;
	}
	
	#TOC a{
		color:#585858;
	}
	
p.link { 
	background-color:#CBDFB5;
	padding:10px;
}

p.more a{
	color:#000;
	font-weight:bold;
}


.list1, .list2, .list3, .list4, .list5, .para1, .para2, .para3{
	display:none;
}

.slidedown1, .slideup1, .slidedown2, .slideup2, .slidedown3, .slideup3,  .slidedown4, .slideup4,  .slidedown5, .slideup5  {
	cursor:pointer;
}

li.no-bullet{
	list-style-type:none;
	margin-left:0;
	padding:0;
}

#Footer {
	background-color:#466522;
	padding:5px;
	color:#fff;
	text-align:center;
}

.spacer{
	width:20px;
	display:inline-block;
}


.social {
	margin-bottom:15px;
}
.social li img{
	float:left;
	margin-right:10px;
}

.social li{
	list-style-type:none;
	margin-left:0;
	background-color:#7F6F5F;
	padding:10px;
	border-bottom:1px dashed #ccc;
}


.social a{
	color:#fff;
}

