/* CSS Document */






* {
	margin: 0;
	padding: 0;
}


body {
	margin-top: 20px;
	background: #333333;
	/*for IE
	background: url(images/pattern_140.gif) !important;*/
	background: url(images/pattern_140.gif);
}

#contentWrapper a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#contentWrapper a:hover, {
	text-decoration:none;
	border-bottom: dashed 1px #666666;
}

#contentWrapper a:active {
	text-decoration:none;

}


h1 {
	font-size: 220%;
	font-weight: normal;
	color: #3E3E3E;
	letter-spacing: -.08em;	
}
h2 {font-size: 115%;
	color: #3E3E3E;}
	
h3 {font-size: 110%;}
h4 {font-size: 85%;}


#wrapper {
	width: 856px;
	position:relative;
	left:50%;
	margin-left:-438px;
}

#header {
	width: 856px;
	height: 173px;
	background: url(images/header.png);
}

blockquote {
	width: 250px;
	display: inline;
	color: #3E3E3E; 
	font-size: 1.5em;
}

#footer {
	width: 856px;	
	clear:both;
}

.picLeft {
	float: left;
	margin:5px;
}

.picRight {
	float: right;
	margin:5px;
}

#contentWrapper {
	position: relative;
	width: 856px;
	background: url(images/content_background.png) repeat-y;
	overflow:auto;
}


#contentMain {
	width: 580px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*border: 1px solid red;*/
}

#contentMainOneCol {
	width: 770px;
	float: left;
	margin-left:10px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*border: 1px solid red;*/
}


#contentMainOneCol h1 {
	margin-left: 44px;
}

#contentMainOneCol img {
	border: 5px white solid;
	margin-bottom: 10px;
	/*margin-left: 44px;*/
}

#articlePics {
	width: 400px;
	/*border: 1px solid red;*/
}

#articleText  img {
	border: 5px white solid;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 44px;
}

#articleTitle {
	width: 565px;
	margin-left: 6px;
	padding-right: 10px;
	padding-top: 14px;
	background: #F6F4EE;
	border-bottom: 3px solid #CDC0A0;
}

#articleTitle  h1 {
	margin-left: 44px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #3E3E3E;
	letter-spacing: -.08em;
}

#articleTitle  h2 {
	padding-left: 44px;
	letter-spacing: -.09em;
	line-height: 1.2em;
	font-weight: normal;
	color: #666666;
}

#articleTitle  h4 {
	margin-top: 15px;
	padding-left: 44px;
	letter-spacing: -.03em;
	font-weight: normal;
	color: #666666;
}


#articleSubtitle {
	padding-top: 20px;
	padding-left: 44px;
	font-size: .7em;
	color: #666666;
}

#articleText {
	/*width: 520px;*/
	width: 540px;
	margin-left: 48px;
	margin-top: 20px;
	font-size: .8em;
	line-height: 1.5em;
}

#articleText .vertPic{
	margin-left: 125px;
}

#articleText  p {
	width: 540px;
}

#articleText  ul {
	width: 440px;
	font-size: .9em;

}

#articleText  li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
}



#contentSidebar {
	width: 200px;
	float: right;
	padding: 5px;
	margin-top: 200px;
	margin-right: 8px;
	background: #F6F4EE;
	border-top: 3px solid #CDC0A0;
	border-bottom: 3px solid #CDC0A0;
}

#contentSidebar h1 {
	font-size: 130%;
	letter-spacing: -.01em;
	margin-bottom: 8px;
	font-weight: normal;

}
#contentSidebar p {
	font-size: .65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#contentSidebar ul {
	font-size: .65em;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;

}

#contentSidebar li {
	margin-top:5px;
}


.category {
	width: 370px;
	background: #F6F4EE;
	border-bottom: 3px solid #CDC0A0;
}

.category h2 {
	font-size: 1.4em;
	color: #3E3E3E;
	font-weight: normal;
	margin-left: 6px;
	margin-top: 8px;
}

.category p {
	font-size: .65em;

}

.category ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: .65em;
	margin-bottom: 15px;
	list-style: none;
}

.category li {
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 9px;
}


.category img {
	margin: 10px;

	
}

.categorydesc {
	float: right;
	width: 240px;
}


