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

body{
margin:0;
padding-left:50px;
padding-right:50px;
padding-top:249px;
line-height: 1.25em;
background-image:url(bysa_bg.png);
background-repeat: no-repeat;
background-position: top;}

h1{font-family:Verdana;
font-size:18px;
font-color:#6998F7;
text-decoration:none;
}

h2{font-family:tahoma;
font-size:13px;
font-color:#222f49;
}

h3{font-family:verdana;
font-size:12px;
color:#222F49;
text: bold;
line-height:0px;
}

h4{font-family:Verdana;
font-size:18px;
font-color:#6998F7;
border-bottom : 2px dotted #6998F7;
}

.events li{font-family:tahoma;
font-size:13px;
color:#222F49;
line-height:14px;
} 

li{font-family:tahoma;
font-size:11px;
color:#222F49;
line-height:12px;
} 

b{font-size: 110%;}

p{font-family:Lucida Sans Unicode;
font-size:14px;
}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #6998F7;
height: 30px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 250px;
}

#contentwrapper{
float: left;
width: 100%;
background: #fff;
}

#contentcolumn{
margin-right: 500px; /*Set right margin to RightColumnWidth*/
}

#contentcolumn h1{
	font : tahoma;
	color : #222F49;
	border-bottom : 2px dotted #6998F7;
	text-align : left;
}

#contentcolumn h2{
	font : Verdana;
	color : #222F49;
	text-align : justify;
}


#rightcolumn{
float: left;
width: 450px; /*Width of right column*/
margin-left: -450px; /*Set left margin to -(RightColumnWidth) */
background: #fff;
}

#footer{
clear: left;
width: 100%;
background: #6998F7;
color: #FFF;
text-align: center;
padding: 8px 0;
}



.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}



a{font-family:tahoma;
font-size:12px;
font-weight: bold;
} 

a:link {color:#222F49;
text-decoration: none;
}

a:visited {color: #222F49;
text-decoration: none;
}

a:hover {color: #FFF;}

a:active {color: #222F49;
text-decoration: none}


.bottom a:link {color:#6998F7;
text-decoration: none;
font-size:16px;
}

.bottom a:visited {color: #918D8D;
text-decoration: none;
font-size:16px;
}

.bottom a:hover {color: #222F49;}

.bottom a:active {color: #222F49;
text-decoration: none}

