/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background-color:#BCE4E8;
}

#holder {
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */



body, html
{
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* This Class is for a cell that contains the Navi Table */
.NaviRow
{
	padding-top:13px;
	padding-bottom:13px;
}

/* This class is applied to the table that contains the navi items*/
.NaviTable
{
	border:2px solid #1DB9F2;
}

.NaviTable td
{
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.7em;
	font-weight:bold;
}

.NaviTable td a
{
	color:#1DB9F2;
	font-weight:bold;
	text-decoration:none;
}

.NaviTable td a:hover
{
	color:#1DB9F2;
	font-weight:bold;
	text-decoration:underline;
}

.SelectedNaviItem
{
	color:#3161AA;
	font-weight:bold;
	text-decoration:none;
}

/* This Class is for a cell that contains the Maincontent Table  of two columns*/
.MainContentRow
{
	background-color:#BCE4E8;
}

.BlueNewsHeader H2
{
	color:#2859A6;
	text-decoration:none;
}
	
.PageBg H2 a
{
	color:#2859A6;
	text-decoration:none;
}

.PageBg H2 a:hover
{
	color:white;
	text-decoration:none;
}

.PageBg a
{
	color:#3161AA;
	text-decoration:underline;
}

.PageBg a:hover
{
	color:#3161AA;
	text-decoration:none;
}

.Breadcrumbs
{
	margin-bottom:20px;
	color:#2859A6;
	font-weight:bold;
	font-size:1em;
}

.Breadcrumbs a
{
	color:#2859A6;
	text-decoartion:underline;
}

.Breadcrumbs a:hover
{
	color:white;
	text-decoartion:none;
}

.RightCol
{
	width:170px;
	background-color:#68ABD8;
	padding-left:18px;
	padding-right:15px;
	padding-top:18px;
	padding-bottom:50px;
	font-size:0.8em;
	color:#004FA3;
	font-weight:bold;
}

	.AccessBox
	{
		background-color:#C8EBFB;
		padding-left:8px;
		padding-top:7px;
		padding-bottom:7px;
		background-image:url(../Assets/Misc/aaa_size.gif);
		width:170px;
		background-position: center;
		background-repeat: no-repeat;
		font-weight:bold;
	}

	.LinkBox
	{
		background-color:#C8EBFB;
		padding-left:8px;
		padding-top:10px;
		padding-bottom:10px;
		background-image:url(../Assets/Misc/links_arrow.gif);
		width:170px;
		background-position: center;
		background-repeat: no-repeat;
		font-size:1.3em;
		font-weight:bold;
		color:#2153A2;
	}
	
	.LinkBox a , .AccessBox a
	{
		color:#2153A2;
		text-decoration:none;
	}
	
	.LinkBox a:hover, .AccessBox a:hover
	{
		color:#1DB9F2;
		text-decoration:none;
	}
	
.NewsHeader
{
	color:white;
	font-size:1em;
	font-weight:bold;
}

.NewsHeader a:link , .NewsHeader a:visited
{
	color:white;
	text-decoration:none;
}

.NewsHeader a:hover
{
	color:#2859A6;
	text-decoration:none;
}

.Footer
{
	font-size:0.6em;
	padding-top:5px;
}

.Footer a
{
	color:#2859A6;
	text-decoration:underline;
}

.Footer a:hover
{
	color:black;
	text-decoration:underline;
}

/* EDITOR PROPERTIES */
h2 {
font-family: Times New Roman;
color:white;
letter-spacing: 0.0em;
margin:0px;
font-weight:normal;
text-align:left;
}

h3 {
font-family: Times New Roman;
color:#3161AA;
letter-spacing: 0.0em;
margin:0px;
font-size:2.0em;

}

h1 {
font-family: Times New Roman;
color:white;
letter-spacing: 0em;
margin:0px;
font-size:3.5em;
font-weight:normal;
line-height:40px;
}

