/* This is the base style sheet for the Blues Challenge website. */

body {font-family:"Verdana"; font-size:12px; background-image:url(IBC-sm.png);}
/* Format and position the header division. */

#centersection {position:relative; left:15%; top:0%; width:70%; height:100%; background-color:#d7d7d7; position:absolute; top:0%;}
#centersection img {border-style:none; padding-bottom:2em;}

#logowrap {text-align:center; padding-bottom:2em;}

/* Format and position the navigation division. */
#navbar {background:#002443; font-size:14px; text-align:center;}

#navbar a:link {color:#fcf64c; text-decoration:none;}
#navbar a:visited {color:#fcf64c; text-decoration:none;}
#navbar a:focus {color:#fffded; text-decoration:none;}
#navbar a:hover {color:#FFFFFF; text-decoration:none;}
#navbar a:active {color:#fffded; text-decoration:none;}
.button {padding: 0em 1em;}

/* Format the information division. */
#information {position:relative; left:5%; width:90%;}
#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;}

#pics {text-align:center;}

/* Format various elements used on the site. */
.header {font-size:18px;}
.bold {font-weight:bold; font-size:14px;}
.lgbold {font-weight:bold; font-size:18px;}
.image {padding: 0em 5em;}
#app {vertical-align:middle;}
.uline {text-decoration:underline;}
.lguline {text-decoration:underline; font-size:18px;}
.list {white-space:pre; font-size:14px;}
