.style120 {font-size: 28px}
#barsprtall {
	position:absolute;
	width:6px;
	height:300px;
	z-index:5;
	left: 219px;
	top: 300px;
	background-color: #FFFFFF;
}
.style112 {font-size: 11px}
body, td {
	font-family:	"Tahoma",sans-serif;
	font-size:		10pt;
	color:			#333;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family:	"Georgia",serif;
	font-weight:	normal;
}

h1 {
	font-size:			24pt;
}

h2 {
	font-size:			18pt;
}

h3 {
	font-size:			16pt;
}

h4 {
	font-size:			14pt;	
}

a:link {
	color:				#666666;
}

a:visited {
	text-decoration:	none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
}

a:hover {
	color:					#FF6600;
	text-decoration: underline;
}

div.layout {
	text-align:			left;
}

div#content h2 {
	margin:0px;
/* 	border-bottom:		1px #ccc solid; */
}

div#content p {
	line-height:		1.3em;
	text-align: 		justify;
/* 	margin-top:			0px; */
}
div#content h3 {
	margin:0px;
}

.clear {
	clear:				both;
}

div#footer {
	font-size:			8pt;
}

div.box {
	background-color:	#fff;
}

div.center {
	text-align:			center;
}

div.padding {
	padding:			10px;	
}

hr {
	border: 			0;
	height: 			1px;
	border-top: 		1px solid #aaaaaa;
	color: 				#fff;
	background-color: 	#fff;
}

.left {
	float: left;
}
.right {
	float:right;
}

blockquote {
	margin:				20px 25px 20px 25px;
	border:				1px #f0f0f0 solid;
	border-left:		5px #ccc solid;
	background-color:	#f8f8f8;
	padding:			3px;
	padding-left:		10px;
	font-size:			9pt;
}

blockquote cite {
	display:			block;
	font-weight:		bold;
	text-align:			right;
}

small {
	font-size:			8pt;
}

P.tagline {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	MARGIN: 20px 0px 0px;
	COLOR: black;
	LINE-HEIGHT: 1.2em;
	FONT-STYLE: italic;
	TEXT-ALIGN: center;
}


/********************************************************/
/* Blog Stuff										 	*/
/********************************************************/

.article h2 {
	margin-top:			10px;
	letter-spacing: 	-1px;
	padding-bottom:		3px;
	border-bottom:		1px #dddddd solid;
}

.article h2 a {
	border-bottom:		0px;
}

.article h4 {
	font-size:			8pt;
	margin:				5px 0px 5px 0px;
	color:				#777;
}

.entryText {
	padding-top:		3px;
}

h1 + .blog {
	margin-top:			3px;
	border-top:			1px #dddddd solid;	
}

.article_text img {
	border:				1px #dddddd solid;
}

.commentlink {
	font-family: 		"Georgia","Times","Times New Roman",serif;
	border-bottom:				1px #dddddd solid;
	text-align:			right;
	font-size:			8pt;
	margin-top:			5px;
	padding-bottom:		5px;
}

.commentlink a:link, .commentlink a:visited {
	border-bottom:		0px;
}


.articleNav td, .commentlink div {
	font-family: 		"Georgia","Times","Times New Roman",serif;
	font-size:			8pt;	
}

.article_text {
	padding:			0px 20px 0px 20px;
	text-align: justify;
	font-weight: bold;
}

.category .article_text {
	padding:			3px 0px 0px 0px;
	margin:				0px;
}

.category .commentlink {
	border:				0px;
	border-top:		1px #dddddd solid;
	padding:			0px;
	padding-top:		3px;
	text-align:			right;
}

/********************************************************/
/* Side Menu Formatting									 	*/
/********************************************************/

.sideMenuEmphasis {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #717171;
}

.sideMenuLinks  {
	font-size: 10px;
	color: #696969;
	font-family: Tahoma, Arial, sans-serif;
}

.sideMenuLinksLg  {
	font-size: 11px;
	color: #696969;
	font-family: Tahoma, Arial, sans-serif;
}

/********************************************************/
/* Table Formatting									 	*/
/********************************************************/
.table {
	border-collapse:	collapse;
	font-size: 9px;
}

.table th, .table td {
	border:				1px #999 solid;
	padding:			3px;				
}

.table tr.header {
	background-color:	#cccccc;
	text-align:			center;
}

.table tr.even {
	background-color:	#f8f8f8;	
}

.table tr.odd {
	background-color:	#eeeeee;	
}
.contentLinksLg  {
	font-size: 13px;
	color: #696969;
	font-family: Tahoma, Arial, sans-serif;
}

.aboutThisPageText  {
	font-size: 18px;
	color: #5A5A5A;
	font-family: Tahoma, Arial, sans-serif;
	padding-left: 20px;
	text-align: center;
}

/********************************************************/
/* Bibliography Formatting							 	*/
/********************************************************/
.bibliography h2 {
	text-align:		center;
	margin-top:		30px;
	margin-bottom:	20px;
}

.bibliography ul, .bibliography ol {
	list-style:		none;
	padding-left:		.25in;
	text-indent:		-.25in;
}

.bibliography li {
	margin-bottom:	10pt;
}

/********************************************************/
/* Images											 	*/
/********************************************************/
img.border, a img {

}

/********************************************************/
/* Notifications									 	*/
/********************************************************/
#notifications div.message {
	margin:				10px;
	border:			1px green solid;
	background-color:	#DBFFEB;
	padding:			5px;
}

#notifications div.error {
	margin:			10px;
	border:			1px red solid;
	background-color:	#FFDBDB;
	padding:			5px;
}


/************************************************************/
/* Forms	 												*/
/************************************************************/
div.widget {
	clear:both;
	margin-bottom:		5px;
}

div.widget label {
	float:				left;
	font-weight:		bold;
	width:				175px;
}

div.widget textarea {
	width:				350px;
	height:				150px;
}

div.widget.center {
	text-align:			center;
}


fieldset .instructions {
	font-size:			px;
}
.redboldmed {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.redboldlarge {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.redboldsmall {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
.blueboldlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #696969;
}
.tanboldlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
}
.dkgrayboldlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.dkgraylarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.bluelarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
}
.tdlabletext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	text-align: left;
}
.tdtext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.formelements {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #24366B;
	width: 150pt;
	height: 15pt;
	border: 1px solid #24366B;
}
.formbutton {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #24366B;
	width: 75pt;
	height: 20px;
	border: 1px solid #24366B;
}
.formtextbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #24366B;
	border: 1px solid #24366B;
}

