/* Alert Box Styles */
#modalContainer {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url(images/mtp.gif); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position: relative;
	width: 454px;
	min-height: 250px;
	margin-top: 200px;
	border: 2px solid #30019D;
	background-color: #F1E5FF;
	/*visibility:hidden;*/
}

#modalContainer > #alertBox {
	position: relative;
}

#alertBox h1 {
	margin: 0;
	font: bold 1.2em georgia,times,serif;
	background-color: #30019D;
	color: #FEFF00;
	border-bottom: 1px solid #30019D;
	padding: 5px 5px 5px 5px;
}

#alertBox p {
	font: .9em georgia,times,serif;
	color: #660066;
	font-style: italic;
	line-height: 150%;
	background-color: #F3FFE5;
	height: 250px;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: 20px;
	padding-right: 5px;
	margin-right: 20px;
}

#alertBox #closeBtn {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 3px;
	border: 2px solid #30019D;
	width: 70px;
	font: bold 0.8em georgia,times,serif;
	text-transform: uppercase;
	text-align: center;
	color: #30019D;
	background-color: #FEFF00;
	text-decoration: none;
}

/* Page Information */

html, body, ul, li, dl, dt, dd, img {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
}

/* dropmenu */

#BAA_csstopmenu, #BAA_csstopmenu ul {
	margin: 0;
	padding: 4px 0px;
}
#BAA_csstopmenu li {
	float: left;
	position: relative;
}
#BAA_csstopmenu a {
	text-decoration: none;
}
.BAA_mainitems {
	padding: 4px 30px;
	border: 1px solid #30019D;
	border-left-width: 0px;
	background-color: #30019D;
}
.BAA_headerlinks a {
	padding: 0;
	color: #FEFF00;
	font-size: 100%;
	font-family: georgia,times,serif;
	font-weight: bold;
}
.BAA_headerlinks a:hover {
	color: #FFF;
}
.BAA_submenus {
	display: none;
	width: 130px;
	position: absolute;
	top: 1.2em;
	left: 0;
	border: 1px solid #30019D;
	background-color: #F3FFE5;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFB3FF,direction=135);
}
.BAA_submenus li {
	width: 100%;
}
.BAA_submenus li a {
	display: block;
	width: 100%;
        padding: 4px;
	text-align: left;
	text-indent: 3px;
	font-family: georgia,times,serif;
	font-size: 80%;
	font-weight: bold;
	color: #30019D;
}
html>body .BAA_submenus li a{
 /* non IE browsers */
width: auto;
}
.BAA_submenus li a:hover {
	background-color: #06FF64;
	color: #FEFF00;
}
#BAA_csstopmenu li>ul {
/* non IE browsers */
top:auto;
left:auto;
}
#BAA_csstopmenu li:hover ul, li.over ul {
	display: block;
}
html>body #BAA_clearmenu{
/* non IE browsers */
height: 3px;
}

/* Jello */
body {
	padding: 0 350px 0 350px;
	font-family: georgia,times,serif;
	font-size: 100.02%;
	text-align: center;
	background: white;
	background-image: url("images/bgn.gif");
	color: #30019D;
}
		
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	padding: 10;
	width: 67%; /* here is the critical value for customizing the Jello behavior */
	max-width: 360px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -360px 0 -360px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 720px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
	border: 0px solid #CCCCCC; 
	min-height: 1px;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander 
{ height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; }

.cent {
	text-align: center;
}
.algrt {
	text-align: algrt;
}
.cent {
	text-align: alglft;
}
#content {
	width: 70%;
	margin-right: 2%;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
	padding-bottom: 1.8em;
}

#sidebar {
	width: 25%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: center;
	margin-left: 2%;
	background: #FAE0F3; 
	color: #660066;
	padding-top: 1.2em;
	padding-bottom: 1.8em;
}

#footer { 
	clear: both; 
	width: 94%;
  	padding: 0.5em 0 0.5em 0; 
	margin: 1em 3% 1em 3%; 
	border-top: 1px solid #002EB8; 
	font-size: 70%;
	font-style: italic;
	text-align: right;
	color: #002EB8;
}

.baaglogo {
	position: absolute;
	bottom: 12px;
	left: 20px;
}

.textpadder {
	padding: 8px;
}
.textpadder2 {
	padding: 4px;
}

/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* \*/
* html #wrapper,
{height: 1%;}
/* Holly hack */

h1, h2, h3, h4, h5, h6	{
	font-family: arial, helvetica, sans-serif;
}

.high {
	line-height: 150%;
}
.back2 {
	background-color: #FF99FF;
}
.dark {
	color: #330066;
}
.purple {
	color: #660066;
}
.blue {
	color: #30019D;
}
.green {
	color: #006600;
}
.red {
	color: #FF00CC;
}
.just {
	text-align: left;
	text-indent: 1em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 140%;
}
.numb {
	text-align: left;
	line-height: 140%;
	margin-bottom: 0;
}
.blck {
	margin: 2%;
}
img.left {
	float: left;
	margin-right: 8px;
}
img.right {
	float: right;
	margin-left: 8px;
}
.bold {
	font-weight: bold;
}
.under {
	text-decoration: underline;
}
.big {
	font-size: 120%;
}
.bigg {
	font-size: 140%;
}
.sm {
	font-size: 80%;
}
.xin {
	font-size: 70%;
}
.min {
	font-size: 90%;
}
.smb {
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
}

a {
	color: #A300A3;
}
a.nother:link {
	color: #A300A3;
}
a.nother:hover {
	color: #000;
}
a.nother:active {
	color: #E000E0;
}
a.nother:visited {
	color: #002EB8;
}

