﻿/*Right Content Box Style*/
.RightContentBorder_Left 
{
	background-image: url(../Images/RightBoxBorder.gif);
	background-repeat:no-repeat;
	min-height:300px;
}
.RightContentBorder_Right 
{
	background-position:top right;
	background-image: url(../Images/RightBoxBorder.gif);
	background-repeat:no-repeat;
	min-height:300px;
}
.RightContentBorder_Top 
{
	background-image: url(../Images/RightBoxBorder_Top.gif);
	background-repeat:no-repeat;
}

.RightContentBorder_Bottom 
{
	padding: 5px 5px 5px 5px;
	/*background-image: url(../images/homebg.jpg);*/
} 

.RightContentBoxText
{
	padding: 0px 5px 5px 5px;
	font-family:Arial;
	font-size:9pt;
}

.RightContentBoxText_large
{
	padding:5px 5px 5px 5px;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#3D56A8;
}

.RightContentBoxText_Small
{
	padding:0px 5px 10px 5px;
	font-family:Arial;
	font-size:9pt;
}

.RightContentBoxText_SubHeader
{
	padding: 5px 5px 0px 5px;
	font-family:Arial;
	font-size:10pt;
	text-decoration:None;
	color:#3D56A8;
	font-weight:bold;
}

a.RightContentBoxText_Link
{
	text-decoration:none;
	font-size:10pt;
	color:#3D56A8;
}

a:hover.RightContentBoxText_Link
{
	text-decoration:underline;
	font-size:10pt;
	color:#3D56A8;
}

a:visited.RightContentBoxText_Link
{
	font-size:10pt;
	color:#3D56A8;
}