/* Global Styles */
body {
font-family: arial, helvetica, sans-serif; 
font-size: 14px;
}
td {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
text-align: center;
}
th {
font-family: arial, helvetica, sans-serif; 
font-size: 14px;
}

/* Global hyperlink style */
a:link {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold;
color: #330066; 
text-decoration: underline;
}
a:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
color: #330066; 
text-decoration: underline;
}
a:hover {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold;
color: #330066; 
text-decoration: none;
}
a:active {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold;
color: #330066; 
text-decoration: none;
}

/* top nav bar link style */
a.lnktopnav:link {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
color: #330066;
text-align: center;
font-weight: bold;
line-height: 1.5em;
padding-right: 1em;
padding-left: 1em;
text-decoration: underline;
}
a.lnktopnav:visited {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
color: #330066;
text-align: center;
font-weight: bold;
line-height: 1.5em;
padding-right: 1em;
padding-left: 1em;
text-decoration: underline;
}
a.lnktopnav:hover {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
color: #330066;
text-align: center;
font-weight: bold;
text-decoration: none;
line-height: 1.5em;
padding-right: 1em;
padding-left: 1em;
}
a.lnktopnav:active {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
color: #330066;
text-align: center;
font-weight: bold;
text-decoration: none;
line-height: 1.5em;
padding-right: 1em;
padding-left: 1em;
}

/* ID styles */
#wrapper {
position: relative;
height: auto;
width: 750px;
left: 50%;
background-color: #330066;
margin-top: 10px;
margin-bottom: 25px;
margin-left: -375px;
}
#wrapper #header {
position: relative;
background-color: #ccffff;
height: auto;
width: 100%;
}
#wrapper #topnav {
text-align: center;
background-color: #F17406;
height: 22px;
width: 100%;
position: relative;
}
#wrapper #mainstage {
width: 100%;
background-color: #330066;
margin: 0px;
position: relative;
height: auto;
text-align:center;
}
#wrapper #footer {
font-family: arial, helvetica, sans-serif; 
font-size: 9px; 
font-weight: normal;
text-align: center;
background-color: #ccffff;
}

/* Class styles */
.a11 {
font-family: arial, helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: bold;
}
.a16 {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
font-style: normal;
}

/* heading selector styles */
h1 {
font-family: arial, helvetica, sans-serif; 
font-size: 24px;
font-style: italic;
font-weight: bold;
text-align: center;
}
h2 {
font-family: arial, helvetica, sans-serif; 
font-size: 18px;
font-style: normal;
font-weight: normal;
}
