/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#3a3b44;
	}

a {
 color:#145281;
}
 

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#e2eaf7;
	color:#666666;
	padding:5px;
	border: none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

h2 {
 font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
 font-size:140%;
 color:#174c80;
 font-weight:bold;
}
 

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */
/* The!important declaration overrides the first declaration in IE, but is ignored in Firefox and Safari. */


#container {
	width:700px;
	margin:0 auto 0 auto!important; margin: 0px 5px 5px 300px;
	}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE STORE */

#containerStore {
	width:900px;
	margin:0 auto 0 auto!important; margin: 0px 5px 5px 300px;
}



/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
	text-align:right;
	font-size:200%;
	color:#777777;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:24px;
	color: #555555;
}


/* SIDEBAR ARTICLES WITHIN THE CONTAINER */

#sidebar_article p {
	text-align:left;
	color: #555555
}

#sidebar_article h2 {
 font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
 font-size:140%;
 color:#174c80;
 font-weight:bold;
 text-align:left;
}

#left-align-sidebar {
	text-align: left;
	color: #006
}

/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#777777;
	background-image:url(../images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:20px;
	text-decoration:none;
}

#menu a:hover {
	color:#cccccc;
	background-image:url(../images/backgrounds/a_hover.jpg);
}

/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(../images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px;
	padding-top:0;
	background-image:url();
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:24px;
	text-indent:15px;
}

#content ol,ul {
	line-height:30px;
}

#content li {
	list-style-image:url(../images/brown_button.jpg);
	line-height:25px;
}

/* THE BLOCK QUOTE */
blockquote {
	padding:5px 15px ;
	background:#f0f7fe;
	margin:10px 0;
	line-height:30px;
}


/* THE CAPTION */
#caption {
	padding:0px;
	font-style:italic;
	margin:10px 0;
	line-height:20px;

}

/* THE CAPTION FOR NEWSLETTER ISSUE */
#caption_issue {
	padding:0px;
	font-style:italic;
	margin:10px 0;
	line-height:20px;
	width:400px;

}

#caption_issue_sidebar {
	padding:0px;
	font-style:italic;
	margin:10px 0;
	line-height:20px;
	width:190px;
	text-align:left;

}


/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto!important; margin: 0px 5px 5px 300px;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
	clear: both;
	line-height:28px;
}

/* TR  */

#fullpage {
	width:600px;
	margin:0 auto 0 auto;
}


#fullpage h1 {
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:url();
	background-position:top right;
	background-repeat:no-repeat;
}

#fullpage blockquote {
	padding:5px 5px ;
	background:#f0f7fe;
	margin:10px 0;
	line-height:24px;
}



#fullpage p {
	line-height:24px;
}



/*Older online issues  */
    p.copy
    {
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
    }
	
table.main { 
border: 0px; 
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#3a3b44;
}

#utility {
border: 0px; 
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#3a3b44;
line-height:20px;
}

/*Two columns*/

#issue_image {
	float:left;
	width:inherit;
}

#issue_contents {
float:right;
width:250px;
}

#boilerplate {
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #999;
}

