@charset "utf-8";

/* BRAC Global Styles */

/* Page Layout */

html, body, * {
    margin: 0;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

body {
	background: #9A0000;
}

div.main {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:768px;
    margin: 0;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

div.header {
	position:absolute;
	left:124px;
	top:0px;
	width:804px;
	height:151px;
}

div.top_center {
	position:absolute;
	left:124px;
	top:151px;
	width:804px;
	height:18px;
}

div.left_column {
	background: url(/images/left_column_bg.jpg) repeat-y;
	position:absolute;
	left:124px;
	top:169px;
	width:190px;
	height:490px; /*should match div.left_column.footer's top: style*/
}

div.left_column_content {
	position:inherit;
}

div.left_column_footer {
	position:absolute;
	vertical-align:bottom;
	top:490px; /*should match div.left_column's height: style*/
}

div.center_column {
	background-image: url(/images/center_column_bg.jpg);
	background-repeat: repeat-y;
	position:absolute;
	left:314px;
	top:169px;
	width:427px;
}

div.center_column_alt {
	background-image: url(/images/center_column_bg2.jpg);
	background-repeat: repeat-y;
	position:absolute;
	left:314px;
	top:169px;
	width:614px;
}

div.right_column {
	background-image: url(/images/right_column_bg.jpg);
	background-repeat: repeat-y;
	position:absolute;
	left:741px;
	top:169px;
	width:187px;
	height:490px; /*should match div.right_column.footer's top: style*/
}

div.right_column_content {
	position:inherit;
	width:187px;
}

div.right_column_footer {
	position:absolute;
	vertical-align:bottom;
	top:490px; /*should match div.right_column.footer's top: style*/
}

div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

div.content_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 15px;
}

div.content_ad {
	width:400px;
	height:75px;
	border: thin solid #000000;
	vertical-align:center;
	text-align:center;
}

div.content_ad_text {
	padding-top:27px;
}

div.hr {
	padding-top:10px;
	padding-bottom:5px;
}

hr {
	border: 0;
	width: 90%;
	color: #000;
	background-color: #000;
	height: 2px;
}

hr.hr2 {
	border: 0;
	width: 90%;
	color: #999;
	background-color: #999;
	height: 1px;
}

ol {
	padding-left: 15px;
	padding-top:5px;
}

ol.bus_seminars {
	font-weight: bold;
	font-size: 11px;
}

span.bus_seminars {
	font-weight: normal;
}

li.bus_seminars {
	margin-top: 5px;
}

li.ol {
	padding-top:5px;
	font-weight:bold;
}

ul {
	padding-left: 15px;
}

img.content_padding {
	padding-right: 5px;
	padding-bottom: 5px;
}	

.sponsors {
	padding-left: 5px;
}

.copy_background {
	font-family: Arial, Helvetica, sans-serif;
	background: #9A0000;
	text-decoration: none;
}

/* Typography */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*  **properties moved to div.content** */
/*	padding-left: 15px;
	padding-right: 15px; */
	padding-top: 5px;
}

p.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
}

p.main_menu_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 5px;
}

p.menu_right {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
/*	padding-left: 10px;
	padding-right: 10px; */
}

p.menu_header_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

p.indent {
	text-indent:20px;
}

p.bold {
	font-weight:bold;
}

p.local_links {
	padding-top:10px;
}

p.bus_seminars {
	font-size: 12px;
}

span.not_bold {
	font-weight:normal;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7a0000;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7a0000;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

h4.news {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 15px;
}

/* link style */

a:link {
	color: #000; 
	text-decoration: underline;
}

a:visited {
	color: #000; 
	text-decoration: underline;
}

a:hover {
	color: #7a0000;
	text-decoration: underline;
}

a.sublink {
	padding-left:10px;
}

/* left column link style */

a.left:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.left:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.left:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #7a0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
