/*

	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: 'Trebuchet MS', sans-serif;
 font-size: 13px;
 line-height: 1.5em;
 background-color:#0099CC;
 background-image:url(images/bluepattern.gif);
 background-repeat:repeat;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background-image:url(images/BYBheader.png);
 background-position:top;
 background-repeat:no-repeat;
}

#leftcolumn { 
 color: #333;
 background: #fff;
 background-image:url(images/leftcolbg.png);
 background-position:top;
 background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1640px;
 width: 200px;
 float: left;
}

#leftcolumn.sponsor { 
 color: #333;
 background: #fff;
 background-image:url(images/leftcolbg.png);
 background-position:top;
 background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1640px;
 width: 200px;
 float: left;
}


#leftcolumncontent  {

margin-top:250px;

}

#content { 
 float: left;
 color: #333;
 background: #fff;
 border-left: 1px dashed #ccc;
 border-right: 1px dashed #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1640px;
 width: 458px;
 display: inline;
}

#content.sponsor { 
 float: left;
 color: #333;
 background: #fff;
 border-left: 1px dashed #ccc;
 border-right: 1px dashed #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1640px;
 width: 458px;
 display: inline;
}

#rightcolumn { 
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1640px;
 width: 200px;
 float: left;
}

#rightcolumn.sponsor { 
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1640px;
 width: 200px;
 float: left;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 
 background: #EEE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

/* styles */

.ammlogo {
float:right;
margin-left:100px;
}

.dateandtime {

font-size: 15px;
font-weight:bold;
color:#0099cc;
}

h1 {

color:#0099cc;
font-size:15px;

line-height:1em;
}

h2 {

color:#0099cc;
font-size:15px;
line-height:1.8em;

}

p.content {

margin:15px;

}

p.caption {

margin:5px;

}

ul.content {

margin:25px; 

}

li.bold { 

font-weight:bold; 

}

img.border {

  border: 1px solid #ccc; 
  padding: 5px;
  background-color: #FFF;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

/* Link Style */

a:link {
color:#0099CC; text-decoration:none
}
a:visited {
color:#0099CC; text-decoration:none
}
a:active {
color:#0099CC; text-decoration:none
}
a:hover {
color:#e13a3e; text-decoration:underline
}