@charset "utf-8";

/* CSS Document */
/* Global Standards */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-color: #ececed;
	background-attachment: fixed;
	background-image: url(GUI/bgimg_full.jpg);
	background-repeat: no-repeat;
	color: #231f20;
	background-position: center top;
}
a:link {
	color: #780032;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #780032;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #231f20;
	font-weight:bold;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	color: #231f20;
	letter-spacing: -1px;
}
h2 {
	font-size: 14px;
	color: #282b33;
	padding-top: 10px;
}
h3 {
	font-size: 13px;
	color: #253CA2;
}
ul {
	padding-left: 1em;
	margin-left: 1.5em;
	list-style-type: disc;
}
ul ul {
	padding-left: 1em;
	margin-left: 1em;
	list-style-type: square;
}
ul ul ul {
	list-style:circle;
	padding-left: 1em;
	margin-left: 1em;
}
ol {
	padding-left: 1.5em;
	margin-left: 1.5em;
}
li {
	margin-top: .75em;
}



/* Global GUI Elements */

.header {
	font-family: Verdana, Arial, Helvetica, sans-seri;
	font-size: 10px;
	font-weight: normal;
	color: #5c626c;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: right;
}
.header a:link {
	font-weight: bold;
	text-decoration: none;
	color: #5c626c;
}
.header a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5c626c;
}
.header a:hover {
	text-decoration: underline;
	color: #231f20;
}
.headerSearchBox {
	font-family: Verdana, Arial, Helvetica, sans-seri;
	font-size: 10px;
	color: #95B94D;
	text-align: left;
}

.hdrTop td{
	background-color: #1E2077;
	background-image: url(Header/images/Header_BG-Grad_Strip.jpg);
	background-repeat: repeat-x;
}
.hdrBG td{
	background-image: url(http://test.vbmb.org/media/Header/images/Basics_Brand_Low-Full.png);
	background-repeat: no-repeat;
}
.navTop {
	font-family: Verdana, Geneva, sans-serif;
	color: #AFBEE0;
	background-color: #1C074C;
	padding: 5px;
}
.navTop a:link {
	text-decoration: none;
	color: #AFBEE0;
}
.navTop a:visited {
	text-decoration: none;
	color: #AFBEE0;
}
.navTop a:hover {
	text-decoration: underline;
	color: #FFF;
}
.breadcrumbs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #231f20;
	padding-left: 15px;
}
.breadcrumbs a:link {
	color: #231f20;
	font-weight: normal;
	text-decoration: none;
}
.breadcrumbs a:visited {
	color: #231f20;
	font-weight: normal;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #780032;
	text-decoration: underline;
}
.contentOuter {
	background-color: #e6e7e8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #282b33;
	border-left-color: #282b33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282b33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282b33;
	margin-top: 5px;
}
.contentInner {
	background-color: #FCFDFE;
	padding: 15px;
	vertical-align: top;
	text-align: left;
	margin: 5px;
}
.contentInner_Home {
	background-color: #FCFDFE;
	padding: 7px;
	vertical-align: top;
	text-align: left;
}

.contentCaption {
	font-size: 10px;
	text-align: center;
}
.closingCaption {
}
.closingCaption table {
	background-color: #E2E8F5;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 90%;
}
.closingCaption p {
	font-size: 10px;
	text-align: center;
}

.imageCenter {
	text-align: center;
	position: relative;
}
.sidebar {
	border: 1px solid #a3b0d2;
	background-color: #e4e8f1;
	padding-right: 8px;
	padding-left: 8px;
	color:#8B97B4;
	text-align:left;
	margin-right: 8px;
	margin-left: 8px;
}
.sidebar a:link {
	font-weight: normal;
	color: #1C074C;
	text-decoration: none;
}
.sidebar a:visited {
	color: #1C074C;
	text-decoration: none;
	font-weight: normal;
}
.sidebar a:hover {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}
.sidebar ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
}
.sidebar ul ul {
	list-style-type: none;
}
.sidebar ul ul ul {
	list-style:none;
}
.sidebar ol {
	padding-left: 1.5em;
	margin-left: 1.5em;
}
.sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
}
.sidebarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
	margin-top: 10px;
}
.sidebarTitle a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
	margin-top: 10px;
}
.sidebarTitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
	margin-top: 10px;
}
.sidebarTitle a:hover {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
	margin-top: 10px;
}
.sidebarTitle a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
	margin-top: 10px;
}
.sidebarTitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
	margin-top: 10px;
}
.sidebarTitle a:hover {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
	margin-top: 10px;
}
.sidebarSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
}
.sidebarSubtitle a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
}
.sidebarSubtitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
}
.sidebarSubtitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #253C78;
	margin-bottom: -10px;
}
.sidebarCaption {
	font-size: 9px;
	text-align: center;
}
.sidebarContactCTA {
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
}
.sidebarContactCTA img {
	border: 1px solid #3E5697;
	margin-right: 5px;
	margin-left: 5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B995A4;
	text-align: right;
	font-weight: bold;
	background-image: url(GUI/Ftr_Bar_Span.png);
	background-repeat: repeat-x;
}
.footer a:link {
	text-decoration: none;
	color: #B995A4;
}
.footer a:visited {
	color: #B995A4;
	text-decoration: none;
}
.footer a:hover {
	color: #e6e7e8;
	text-decoration: underline;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B995A4;
	text-decoration: none;
	background-image: url(GUI/Ftr_Bar_Span.png);
	background-repeat: repeat-x;
}
.home_news {
	height: 106px;
	background-image: url(home/News/BG-Full.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
}
.home_news ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 12px;
	padding-left: 5px;
	list-style-image: url(home/News/Arrow.png);
}
.home_news a:link {
	color: #EEECF2;
	text-decoration: none;
}
.home_news a:visited {
	color: #EEECF2;
	text-decoration: none;
}
.home_news a:hover {
	color: #FFF;
	text-decoration: underline;
}
.home_team_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #afbbda;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: -8px;
}
.home_team_name a:link {
	color: #afbbda;
	text-decoration: none;
	font-weight: bold;
}
.home_team_name a:visited {
	text-decoration: none;
	color: #afbbda;
}
.home_team_name a:hover {
	color: #FFF;
}
.home_arealink_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8799c7;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 15px;
}
.home_arealink_name a:link {
	color: #8799c7;
	text-decoration: none;
	font-weight: normal;
}
.home_arealink_name a:visited {
	text-decoration: none;
	color: #8799c7;
	font-weight: normal;
}
.home_arealink_name a:hover {
	text-decoration: underline;
	color: #D6DFF7;
}
.quickLink {
}
.quickLink td {
	vertical-align: top;
	padding-left: 15px;
}
.quickLink h3 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 5px;
	height: 15px;
}
.quickLink h3 a:link {
	color: #EBF0DB;
}
.quickLink h3 a:visited {
	color: #EBF0DB;
}
.quickLink h3 a:hover {
	color: #FFFFFF;
}
.quickLink li {
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	margin-left: -25px;
}
.quickLink li a:link {
	font-weight: normal;
	color: #EBF0DB;
}
.quickLink li a:visited {
	font-weight: normal;
	color: #EBF0DB;
}
.quickLink li a:hover {
	font-weight: normal;
	color: #FFFFFF;
}
