﻿/* ++++++++++++++++++++++++++
GLOBAL TAG STYLING
++++++++++++++++++++++++++ */

html, body, form
{
	height:100%;
	margin: 0;
	padding: 0;
	
}

body
{		
	color: #235c98;
	background: #fff;	
	font:normal 14px Calibri, Verdana, Sans-serif;
	line-height: 20px;
}

textarea, select, input
{    
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

p
{
	margin: 0;
	padding: 5px 0;
}

a
{
    color:#2B393C;
    font-weight: bold;
    
}

a:active
{
    text-decoration: none;
    background-color: #7d8fa4;
    color: White;
}

a:hover
{
	text-decoration: none;
	color: Silver;
}

#pageSetter
{
	width: 765px;
	margin-left: auto;
	margin-right: auto;	
}

#header .info
{
	color: #669966;
	font-size: 16px;
	font-weight: bold;
}


#content h2
{
	font-size: 20px;
	font-weight: bold;
	font-family: Calibri;
	color: #235c98;	
	padding: 0;
	margin: 5px 0;
}

#content h3
{
	color: #669966;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0;
	font-family: Verdana;
}




/* Pop Out Type 1 */

.popout1_top_left
{
	height: 9px;	
	background: #5a925a url(../Images/po_lt.png) top left no-repeat;	
}

.popout1_top_right
{
	height: 9px;	
	background: transparent url(../Images/po_rt.png) top right no-repeat;	
}


.popout1_bot_left
{
	height: 9px;	
	background: #5a925a url(../Images/po_lb.png) bottom left no-repeat;	
}

.popout1_bot_right
{
	height: 9px;	
	background: transparent url(../Images/po_rb.png) bottom right no-repeat;	
}

.popout1_main_outer
{
	background: #5a925a;
}

.popout1_main_inner
{
	padding: 0 6px;
	font-size: 12px;
	color: white;
	line-height: 16px;
}

.popout1_main_inner h4
{
	color: White;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	text-align: center;
}

.popout1_main_inner h5
{
	color: White;
	font-size: 14px;
	margin: 3px 0;
	font-weight: bold;
	text-align: center;	
}