@charset "utf-8";
/* CSS Document */

body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color: #b9b8d3;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 860px;
	overflow:hidden;
}

#header
{
	background-color: #b9b8d3;
	height: 140px;
	
}

/* header */
#logo
{
	float: left;
	text-indent: -5000px;
	background: url(../images/baytLogo.gif) no-repeat;
	width: 140px;
	height: 140px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#headerRight
{
	float: left;
	margin-top: 10px;
	min-width: 600px;
	max-width: 720px;
	width: 100%;
}

#headerInformation
{
	text-align: right;
	float: right;
	font-size: 0.8em;
	padding-right: 10px;
	margin-top: 4px;
}


/* end header */

#bodyContent
{
	min-height: 400px;
	padding: 10px;
	margin-bottom: 20px;
}

#leftColumn
{
	width: 60%;
	float: left;
	text-align: left;
	min-height: 618px;
	padding-right: 10px;
	border-right: 1px dotted #cccccc;
}

#leftColumn p
{
	margin-left: 15px;
	margin-top: 10px;
}

#leftColumn p img
{
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	/*border: 4px solid #0066CC;*/
}
#leftColumn h1#head {
    margin-bottom: 30px;
    text-align: center;
}
#rightColumn
{
	float: right;
    margin-top: 15px;
    min-height: 100px;
    padding-left: 3px;
    width: 34%;
}

#rightColumn ul {
    line-height: 22px;
    list-style-type: none;
    margin: 3px;
    padding:0px;
}

/* Headings */

#bodyContent h1
{
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	margin-bottom: 3px;
}

#bodyContent h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	margin-bottom: 3px;
}

#bodyContent h3 {
    color: #000066;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3px;
}
/* End Headings */


/* links */

a, a:link, a:visited, a:active
{
	color: #000066;
	text-decoration: none;
}

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


/* end links */

#footer
{
	background-color: #b9b8d3;
	min-height: 50px;
	font-size: 0.7em;
	text-align: center;
	clear: both;
	padding-top:10px;
}

/* Navigation */
ul.navigation
{
	display: block;
	list-style: none;
	margin: 4px;
	margin-top: 15px;
}

#header ul.navigation
{
	background: url(../images/navigationBackground.jpg) repeat-x;
	height: 30px;
	float: right;
	vertical-align: middle;
	padding-top: 7px;
	width: 100%;
	text-align: left;
}

ul.navigation li
{
	display: inline;
	padding: 0px 10px;
	/*border-right: 1px solid #ABABAB;*/
}

ul.navigation li.last
{
	border-right: none;
}

ul.navigation li.selected
{
	color: #003399;
}

ul.navigation li a
{
	font-weight: bold;
	text-decoration: none;
}

ul.navigation li a:hover
{
	text-decoration: underline;
}

/* end links */

/* schedule */

.scheduleItemRightColumn
{
	text-align: right;
}


/* end schedule */
#rightColumn table {
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-top: 10px;
}
#wrapper #bodyContent #rightColumn td {
	border: 1px solid #CCCCCC;
}
#round_coner
{
	background-color: #FFFFFF;
    border-bottom: 8px solid #6C2E9B;
	border-top: 8px solid #6C2E9B;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
    height: auto;
    text-align: center;
    width: 239px;
	margin-top: 6px;
	margin-bottom: 30px;
}
	
.specialCenter {
	text-align:center;
}
.bayt-img {
    margin-bottom: 30px;
    margin-top: 6px;
}
#round_coner h3
{
	text-align: center;
	/*margin-left:5px;*/
}
#leftColumn h3 {
	margin-left: 17px;
}
.rightPoints {
	text-align: left;
	margin-left: 100px;
}
#bodyContent #leftColumn .specialCenter div div .specialNotes {
	font-size: 16px;
	color: #F60;
	font-weight: bold;
}
#bodyContent #leftColumn .specialCenter div .specialWhite {
	background-color: #FFF;
	padding: 20px;
	border: thin solid #666;
}

