/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #333333;
	line-height: 1.366;
	margin: 0px 5px;
	padding: 0px;
	font-size:13px;
	background-color: #562079;
	background-image:url(images/bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

p{ margin: 0px 0px 10px 0px; }

ul { list-style-type: square;
     padding: 0;
	 margin: 0px 0px 13px 2px;
}
ol { padding: 0;
	 margin: 0px 0px 0px 7px;
 }
li{	padding: 0;
	margin: 0px 0px 0px 15px; 
}

a:link, a:visited, a:hover {
	color: #562079;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 185%;
 color: black;    /* 006699 */
 font-weight: bold;
 line-height: 1.2;
 margin-bottom: 10px;
}

h2{
 font-size: 145%;
 color: black;    /* 006699 */
 font-weight: bold;
 line-height: 1.2;
 border-bottom: 1px solid #000000;
 margin-bottom: 10px;
}

h3{
 font-size: 100%;
 color: black; 
}

h4{
	font-size: 115%;
	font-weight: bold;
	color: black;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4;
	margin-bottom: 6px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 120%;
 color: black;
 font-weight: bold;
 line-height: 1.5;
 border-bottom: 1px solid black;
 margin-bottom: 10px;
}

h7{
 font-size: 105%;
 color: black;
 font-weight: bolder;
 line-height: 1.65;
 margin-bottom: 10px;
}

h8{
 font-size: 75%;
 color: black;
 line-height: 15px;
}
 

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 	color: #334d55;
}

img { border: none; }

.morelink {font-size: 10px; color: #CCCCCC }
a.morelink { font-size: 10px; color: #CCCCCC; }
a.morelink:hover { text-decoration: underline;}

.notes { font-size: 10px; color: #333333 }

.headerlink {font-size: 100%; color:#FFFFFF}
a.headerlink  { font-size: 100%; color: #FFFFFF; }
a.headerlink:hover { font-size: 100%; color: #FFFFFF; text-decoration: underline;}
a.headerlink:visited  { font-size: 100%; color: #FFFFFF; }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin-left: auto;
	margin-right: auto;
	background-color: #ffeda6;
	width: 778px;
	padding: 0;
	border: 0;
}

#sideBar{
	margin: 0;
	background-color: #ffeda6;
	float: right;
	width: 294px;
	overflow: hidden;
	display: inline;
	padding-top: 2px;
}
.sbcontent{
	padding: 17px 15px 15px 15px;
}

.sbcontent2{
	padding: 0;
}

#content{
	float:left;
	width: 424px;
	margin: 0;
	padding: 20px 35px 20px 25px;
	background-color: #ffffff;
}


#navbar{
	background-color: #f5ebf5;
	text-align:center;
	font-size:11px;
	font-weight:bolder;
	color:#ffffff;
	padding: 5px 5px 5px 5px;
	margin:0px;
	border-width: 0;
}

a.navbar {
	padding: 0;
	text-decoration: none;
}

a.navbar:link{
	color:#562079;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
}

a.navbar:visited{
	color:#562079;
}

a.navbar:hover{
	text-decoration:underline;
	color: #000000;
}
	
a.navbar:active{
	text-decoration:none;
	color:#000000;
}
a.blogpost:link{
	color: #562079;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
}
	
a.blogpost:visited{
	color: #CCCCCC;
}

a.blogpost:hover{
	text-decoration:none;
	color: #000000;
}
	
a.blogpost:active{
	text-decoration:none;
	color:#CCCCCC;
}
.blogPost {
	padding-top: 5px;
	margin-bottom: 8px;
}


.sideBarHeader {
	font-size: 145%;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	color: #ffffff;
	text-align: center;
	font-size: small;
	font-weight: bold;
	margin-top: 16px;
}
.highlighted {
	background-color: #ffeda6;
	padding: 1px;
}
#copyrightBar {
	padding-top:0;
	padding-bottom: 10px;
}
.headlineBox {
	clear: both;
	background-color: #FFFBEA;
	width: 180px;
	height: 223px;
	padding: 10px;
	margin: 0 10px 10px 10px;
	border: 1px solid #ffeda6;
}
.headlineBox a {
	text-decoration: none;
	color: black;
}
.headlineImg {
	clear: both;
	margin-bottom: 4px;
	border: 1px black solid;
}

div #headline1:hover {
	background-color: #f5ebf5;
	cursor: pointer;
	border: 1px solid #562079;
}
div #headline2:hover {
	background-color: #f5ebf5;
	cursor: pointer;
	border: 1px solid #562079;
}
div #headline3:hover {
	background-color: #f5ebf5;
	cursor: pointer;
	border: 1px solid #562079;
}
div #headline4:hover {
	background-color: #f5ebf5;
	cursor: pointer;
	border: 1px solid #562079;
}
.quote {
	font-weight: bold;
}
.quoteSource {
	font-style: italic;
	margin-top: 8px;
}
.pullQuote {
	margin: 20px 40px 20px 30px;
	border-top: 1px black solid;
	padding-top: 14px;
	border-bottom: 1px black solid;
	padding-bottom: 14px;
	font-size: 14px;
	font-weight: bold;
}
.pullQuoteSource {
	margin-top: 10px;
	font-style: italic;
	text-align: right;
	font-weight: normal;
}

