@charset "utf-8";



.vertical {float: left}
.banner {
	margin-left: auto;
	margin-right: auto;
	width:927px;
	padding:0;}

/*button.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 5px 8px;
	background: -moz-linear-gradient(
		top,
		#f2eff2 0%,
		#a1a1a1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f2eff2),
		to(#a1a1a1));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid black;
	-moz-box-shadow:
		0px 1px 3px rgba(112,100,112,0.5),
		inset 0px 0px 1px rgba(102,102,102,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(112,100,112,0.5),
		inset 0px 0px 1px rgba(102,102,102,0.7);
	text-shadow:
		0px -1px 0px rgba(87,87,87,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}*/

.button:hover {
	font-size: 13px;
	color: #55009C;
	padding: 3px 12px;
	background: -moz-linear-gradient(top,#f2eff2 0%,#cfcfcf);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f2eff2),
		to(#cfcfcf));
	border: 1px solid #2e2e2e;
	-moz-box-shadow:
		0px 1px 3px rgba(112,100,112,0.5),
		inset 0px 0px 0px rgba(102,102,102,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(112,100,112,0.5),
		inset 0px 0px 0px rgba(102,102,102,0.7);
	text-shadow:
		0px -1px 0px rgba(87,87,87,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		cursor:pointer;
		background-color:#cfcfcf;}
.button {
	font-size: 13px;
	font-weight:normal;
	color: #000000;
	padding: 3px 12px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#cfcfcf);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#cfcfcf));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #999;
	-moz-box-shadow:
		0px 0px 1px rgba(112,100,112,0.5),
		inset 0px 0px 1px rgba(102,102,102,0.7);
	-webkit-box-shadow:
		0px 0px 1px rgba(112,100,112,0.5),
		inset 0px 0px 1px rgba(102,102,102,0.7);
	text-shadow:
		0px -1px 0px rgba(87,87,87,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.button2, th a.button2 {
	padding: 3px 12px;
	text-decoration:none;
	-moz-border-radius: 8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-shadow: 1px 1px 1px 1px #999;
	box-shadow: 1px 1px 1px 1px #999;
	color:#FFFFFF!important;
	font-weight:bold;
	!important; cursor:pointer;
	text-align: center;
	border:solid black 1px;
	font-size:13px;
	-webkit-transition: all 0.2s ease-in;
background: rgb(110,67,153);
background: -moz-linear-gradient(top,  rgba(110,67,153,1) 37%, rgba(85,18,153,1) 73%, rgba(85,0,156,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,rgba(110,67,153,1)), color-stop(73%,rgba(85,18,153,1)), color-stop(100%,rgba(85,0,156,1)));
background: -webkit-linear-gradient(top,  rgba(110,67,153,1) 37%,rgba(85,18,153,1) 73%,rgba(85,0,156,1) 100%);
background: -o-linear-gradient(top,  rgba(110,67,153,1) 37%,rgba(85,18,153,1) 73%,rgba(85,0,156,1) 100%);
background: -ms-linear-gradient(top,  rgba(110,67,153,1) 37%,rgba(85,18,153,1) 73%,rgba(85,0,156,1) 100%);
background: linear-gradient(top,  rgba(110,67,153,1) 37%,rgba(85,18,153,1) 73%,rgba(85,0,156,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e4399', endColorstr='#55009c',GradientType=0 );
}

.button2:hover, th a.button2:hover {
	color:#55009C!important;
	background-color:#ebebeb;
	border:solid #999 1px;
	-webkit-box-shadow: 1px 1px 1px 1px #ebebeb;
	box-shadow: 1px 1px 1px 1px #ebebeb;
	-webkit-transition: none;
	background: rgb(238,238,238);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
 }

a.button, .button a, .button a:link, th a.button {
color:black;
text-decoration:none;
width:100px;}

a.button2, .button2 a, .button2 a:link, th a.button2 {
	color:#FFFFFF;
}
 
body  {
	font: 100% Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #e5e5e5;
	background-image: url(../../bsg/images/subtle-bg.png);
	background-repeat: repeat;
}

h1 {
	font: 15px Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#55009c;
	margin-top:4px;
	margin-bottom:0px;
}

h2 {
	font: 10pt Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
}

h3 {
	font: 10pt Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#55009c;
	margin:0px;
}

.text {	
	font: 13px Arial, sans-serif;
	color:#000000;
	line-height:1.5;
	font-weight:normal;
	text-align:justify;
}

.twoColElsLt #container {
	width: 1040px;
	text-align: left;
	font-family: arial;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	border: 1px solid #999;
	border-top: 1;
	border-left: 1;
	border-right: 1;
	background-color: #e2e2e2;
} 

.twoColElsLt #sidebar1 {
	float: left;
	width: 10em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLt #mainContent {
	margin: 0 1.5em 0 12em;
	font-family: arial;
	font-size: 13px;
} 
.twoColElsLt #mainContent2   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 8px;
}
.twoColElsLt #container #table1 table {
	font-variant: small-caps;
	font-size: 18px;
}
.twoColElsLt #container #table2 {
}
.twoColElsLt #container #table2 .style11 .style21 #cycle1 {
}
.twoColElsLt #container #table2 #pic_cell {
	width: auto;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColElsLt #container #headertxt {
	font-family: arial;
	font-size: 26px;
	font-variant: small-caps;
	color: #FFFFFF;
}

a:hover, a#nav {
	background-color:#FF8000;
	color:#FFFFFF;
}	

a:link {
	color:#55009c
}      /* unvisited link */
a:visited {
	color:#620187
}  /* visited link */
a:hover {
	color:#FFFFFF;
	background-color:#620187;
}  /* mouse over link */
a:active {
	color:#55009c;
	font-weight: normal;
}  /* selected link */
.footer {
	clear: both;
}


#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.style17 {font-size: 10px;
	color: #FFFFFF;
}
.style52 {
	font-size: 11px;
	color: #000000;
}
.style53 {color: #000000}


.current {
color:#000000;
background-color:#FFFFFF;
}
.leftvert {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 175px;
	float: left;
}
.righthor {
	height: 30px;
	width: auto;
	float: left;
	clear: right;
}
.content {
	width: 694px;
	font-family: arial;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 465px;
	margin-left: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-right: 0px;
	border-right: 0;
	float: left;
	position: relative;
}

.content2 {
	float: left;
	width: 810px;
	padding: 2px;
	font-family: arial;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 620px;
	margin-left: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}

.content-overflow {
	float: left;
	width: 696px;
	padding: 2px 2px 0px 2px;
	font-family: arial;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 466px;
	margin-left: 0px;
	margin-right:0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 0px;
	overflow:auto;
	overflow-x:hidden;
}
.formright {
	width: 220px;
	background-color: #E2E2E2;
	height: auto;
	color: #FFFFFF;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #666666;
	border-left-width: 0px;
	border-left-style: solid;
	float: right;
	position: static;
	clear: right;
}


.style57 {
	font-size: 16px;
	font-family: "Myriad Pro";
}
.style67 {
	color: #55009c;
	font-size: 14px;
	font-family: arial;
}
.style75 {font-family: "Myriad Pro"}
.style76 {
	font-family: arial;
	color: #000000;
}


.twoColElsLt #inline-1 {
	display: none;
}
.style77 {
	font-size: 13px
}

.style66 {
	font-size: 16px;
	font-weight: bold;
}


<style type="text/css">

.twoColElsLt #container .content #toptitle {
	background-color: #FFFFFF;
	line-height: 25px;
	color: #55009c;
	font-size: 17px;
}

.twoColElsLt #container .content object {
	margin-left: 5px;
	background-position: top;
	margin-top: 5px;
}
.style66 {
	font-size: 16px;
	font-weight: bold;
}

.twoColElsLt #container .content #toptitle {
	background-color: #FFFFFF;
	line-height: 25px;
	color: #55009c;
	font-size: 17px;
}

.style69 {
	color: #990099;
	font-family: "Myriad Pro";
}



.style70 {
	color: #55009c;
	font-size: 16px;
}

.style88 {	font-size: 13px
}

.style89 {font-size: 17px}

.style103 /*grey package symbol*/ {
	font-size: 15pt;
	color: #CCCCCC;
} 
.style110 {
	font-size: 11.5pt
}
.style117 {font-size: 11pt}
.style118 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.style119 {
	color: #FFFFFF;
	font-size: 12px;
}
.style120 {
	color: #006600;
	font-size: 13px;
	font-weight: bold;
}
.style121 {
	color: #55009C;
	font-size: 13px;
	font-weight: bold;
}
.style133 {font-size: 13px; font-weight: bold; }
.style122 {color: #006600}
.style134 {font-size: 9px}
