﻿/* Site font */
body, p
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt; 
	line-height: 140%;
	letter-spacing: 0.15px;
}

body
{
	/* background-image:url('background_slash.png'); */
	margin: 0 0 0 0 ;
}

img
{
	border:0;
}

li
{
	padding-bottom: 5pt;
}


/************** Header stuff ***********************************/
TD.site_header_cell {
	vertical-align: middle;
	padding-right: 20px;
}

/******************************* First Menu Line ****************/
.site_header_menu1
{
	background-color: #393594;
	font-family: Calibri, Verdana, Arial;
	color: white;
	font-size: 15pt;
	font-weight:bold;
	padding:   2px 0px 3px 10px;
}

.site_header_menu1 a:hover
{
	background-color: #6964C8;
}

.site_header_menu1 a:visited, .site_header_menu1 a:active, .site_header_menu1 a:link 
{
		color: white;
		text-decoration: none;
}


/**************************** Second Menu Line *********************/
DIV#site_header_menu2
{
	text-align: right;
	background-color: #DCE1F5;
	color: #393594;
	font-size: 9pt;
	padding: 2px 20px 3px 10px;
	
}

DIV#site_header_menu2 a:hover
{
	background-color: white;
}

DIV#site_header_menu2 a:visited, DIV#site_header_menu2 a:active, DIV#site_header_menu2 a:link 
{
		color: #393594;
		text-decoration: none;
}

/************************** Content Table Layout ****************************/
TD#leftcolumn
{
	width: 15%;
	padding-right: 10px;
	padding-left: 10px;
	border-right: thin black dotted;
	vertical-align: top;
}


TD#middlecolumn
{
	padding-right: 10px;
	padding-left: 10px; 
	vertical-align: top;
}

TD#rightcolumn
{
	width: 20%;
	padding-right: 10px;
	border-left: thin black dotted;
	padding-left: 10px;
	vertical-align: top;
}

/************************ Content Table Styling ***************************/
TD#leftcolumn H2, TD#rightcolumn H2
{
	color: #393594;
	font-size: 10pt;
	margin-bottom: 0px;
	/* background-color: #DCE1F5; */
	border-top: thin black solid;
	border-bottom: 1px black dotted;
	background-image:url('images2/article-tag-graduated.png');
	background-repeat:repeat-x;
	padding: 3px 0px 3px 0px;
	text-align: center;
}


TD#leftcolumn P, TD#rightcolumn P
{
	margin-top:5px; 
	font-size: 9pt; 
}




/****************************** Article Stuff ******************************/
DIV#page_content H1
{
	padding-top: 4px;
	color: #393594;
}


DIV#page_content #article_header H1
{
	font-size: 15pt; 
	padding: 3px 0px 5px 13px;
	font-family: Calibri, Tahoma, Arial;
	font-weight: bold;
	border-bottom: 2px #393594 dotted;
	border-top: 1px #393594 solid;
	margin-bottom: 0px;
	background-color: #393594;
	color: white;

}

DIV#article_header H1 a:visited, DIV#article_header H1 a:active , DIV#article_header H1 a:link  
{
		color: white;
		text-decoration: none;
}

p.tag-line
{
	margin-top: 0px;
	padding-top: 2px;
	font-size: 8pt;
	border-top: none;
	padding-bottom: 5px; 
	margin-bottom: 0px;
	padding-left: 10px;
	background-image:url('images2/article-tag-graduated.png');
	background-repeat:repeat-x;

}


DIV#page_content a:link, DIV#page_content a:active, DIV#page_content a:visited
{
	font-weight: bold;
	/* color: #393594; */
}

DIV#page_content H1
{
	padding-top: 4px;
	color: #393594;
}





DIV#article_body H2
{
	font-size: 12pt;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #393594;
}

DIV#article_body H3
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial;
	color: #393594;
}

DIV#article_body PRE
{
	background-color: #fffaed;
	padding: 10px 10px 10px 10px;
	border-style: dotted;
	border-width: 1px;
	/* font-size: 8pt; */
	font-family: 'Lucida Console' , 'Courier New' ,  Monospace;
}

DIV#article-footer
{
	border: dotted 2px black;
	padding: 10px 10px 10px 20px;
	background-color: #EBEEF9;
	margin-top: 10px;
	margin-bottom: 10px;
}

/****************************** Site Footer ******************************/
DIV#article-paging
{
	text-align: center;
	padding-top: 15px;
	font-size: 10pt;
	font-weight: bold; 
}


/****************************** Site Footer ******************************/
DIV#site-footer
{
	text-align: center;
	font-size: 7pt;
}

/****************************** Article Navigation *************************/
DIV#article_header .article-navigation-dropdown
{
	font-weight: bold;
	margin-top: 5px;
	vertical-align: middle;
}

.article-navigation-nextprevious
{
	font-weight: bold;
	margin: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 120%;
}

