@charset "utf-8";
/* CSS Document */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}


body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

a:link {text-decoration:none;}
ul {list-style:none}


html, body {
    margin: 0;
    width: 100%;
    height: 100%;
	background-color: #F0F1F5;
}
H1 {
	font-size: 1.6em;
	font-weight: bold;
}
H2 {
	font-size: 1.4em;
	font-weight: bold;
}
H3 {
	font-size: 1.25em;
	font-weight: bold;
}
H6 {
	font-size: .75em;
	color: black;
}
#BlackText {
	font-family: "Bell MT", Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-indent: 8px;
	line-heigh: 3;
}
#BlackText p {
	margin-top: 10px;
}
.author {
	font-weight: bold;
}
.title {
	font-style: italic;
}
		p.hang {
			margin-left:30px;
}


#OuterWrapper {
	width: 100%;
	height:100%;
	background-color: #F0F1F5;
	min-width:700px;
}
#Header {
	height: 100px;
	width: 960px;
}
#ContentWrapper {
	width: 960px;
	overflow: auto;
	min-height: 800px;
	clear: both;
	float: left;
	height: auto;
}
#Sidebar {
	float: left;
	width: 201px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-color: #6576AA;
	font-size: 1.25em;
}
#Content {
	float: left;
	width: 629px;
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 70px;
	color: #C72C30;
	font-size: 1.25em;
	font-family: "Bell MT", Georgia, "Times New Roman", Times, Serif;
	min-height: 700px;
	overflow: auto;
	height: auto;
}
#content a[href^="http"] {
background:url(../images/external_link.png) no-repeat center right; padding-right: 16px; 
}
#reviewpagecontent a[href^="http"] {
background:url(../images/external_link.png) no-repeat center right; padding-right: 16px; 
}
#OuterWrapper #ContentWrapper #Content h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 1em;
}
#OuterWrapper #ContentWrapper #Content h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 1em;
}
#OuterWrapper #ContentWrapper #Content h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
}




#TwitterFeed {
	padding-top: 25px;
	margin-top: 25px;
}

#Footer {
	background-color: #F0F1F5;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(../images/FooterAsImage.jpg);
	background-repeat: no-repeat;
	height: 120px;
}


#TwitterFollowLink {
	height: 50%;
	width: 200px;
	padding-top: -15px;
	float: left;
}
#twitterholder {
	clear: left;
	list-style: none;
	margin: 30px,5px,20px,5px;
}

#Footer img {
	padding-top: 50px;
	padding-right: 500px;
	padding-bottom: 50px;
	padding-left: 50px;
	opacity: 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic
}#reviewpagecontent p {
	margin-bottom: 30px;
}
#ContentWrapper #Content #reviewpagecontent h4 {
	padding-left: 20px;
	margin-bottom: 25px;
}


.TopLink {
					font-weight: bold;
	text-align: right;
	color: #000;
	padding-right: 4px;
	padding-top: 8px;

}
