/* This is the base style sheet for the Trad Fest home page. */

body {font-family:"Tahoma"; font-size:14px; background:#b7b7b7;}

/* Format and position the header division. */
#ibclogo {position:relative;}
#header img {border-style:none;}

/* Format and position the navigation division. */
#navbar {position:relative; top:1em; width:70em; background:#0c338d;}

.navbutton {background:#0c338d; font-size:18px; padding-left:3em;}

#navbar a:link {color:#be9d5a; text-decoration:none;}
#navbar a:visited {color:#be9d5a; text-decoration:none;}
#navbar a:focus {color:#be9d5a; text-decoration:none;}
#navbar a:hover {color:#FFFFFF; text-decoration:none;}
#navbar a:active {color:#be9d5a; text-decoration:none;}

/* Format the information division. */
#information {white-space:pre;}
#information a:link {color:#0c338d; text-decoration:none;}
#information a:visited {color:#0c338d; text-decoration:none;}
#information a:focus {color:#0c338d; text-decoration:none;}
#information a:hover {color:#0c338d; text-decoration:underline;}
#information a:active {color:#0c338d; text-decoration:none;}

/* Format various elements used on the site. */
.header {font-size:20px;}
.bold {font-weight:bold; font-size:15px;}
.lgbold {font-weight:bold; font-size:20px;}
.image {vertical-align:middle;}
.uline {text-decoration:underline;}
.lguline {text-decoration:underline; font-size:20px;}