body{
        background: #DDDDDD url("images/background.gif") repeat-y;
        font-family: Arial,sans-serif;
        color: #333333;
        margin: 0px;
        padding: 0px;
		height: 100%;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16pt;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14pt;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 13pt;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h4{
 font-family: Arial,sans-serif;
 font-size: 12pt;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 10pt;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
        background: url("images/background.gif") repeat-y;
        top: 0;
        padding: 0;
        height: 128px;
        width: 100%;
}


#navBar{
        float: left;
        width: 140px;
        margin: 0px;
        padding: 0px;
        margin-top: -3px;
}

#rightmargin{
  float:right;
        width: 5%;
/*      border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding-right: 10px;*/
}

#content{
        float: left;
        margin-left: 0;
  	width: 640px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#mastlogo {
        width: 783px;
        height: 116px;
        padding: 0;
        margin: 0;
}

#mastbottom {
        background: url("images/header_bottom_border.png") repeat-x;
        padding: 0;
        margin-top: -3px;
        height: 15px;
        width: 783px;
}

/************* #footer styles ***************/

#footer{
		bottom: 0;
		left: 0;
        clear: both;
        border: 1px solid #AAAAAA;
        background-color: #990000;
        width: 781px;
        text-align: right;
        font-size: 75%;
        color: #cccccc;
        padding: 10px 0px 10px 0px;
}

#footer img{
        padding: 4px 4px 4px 10px;
        vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul { 
		list-style: none; 
		margin: 0; 
		padding: 0;
		border: none;
	}

#navBar li {
	margin-top: -3px;
	border: none;
}

#navBar li a {
	display: block;
	padding: 0;
	border: none;
	background-color: #990000;
	text-decoration: none;
}

#navBar li a img {
	padding: 0;
	border: none;
	background-color: #990000;
}

html>body #navBar li a {
		width: auto;
}


/*********** #sectionLinks styles ***********/

#topNav {
        background-color: #990000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #AAAAAA;
}

#quick {
        top: 0;
        right-margin: 0;
        white-space: nowrap;
}

#quick h3 {
        color: #000000;
}
#quick li.not {
        margin-top: 6px;
        font-size: smaller ;
}

#sectionLinks{
        border: 0;
        top: 0;
	margin: 0;
        margin-left: 5px;
        width: 135px;
        padding: 0;
}

#sectionLinks a {
	padding: 0;
	margin: 0;
}
#sectionLinks a img {
	padding: 0;
	margin: 0;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
        position: relative;
        margin: 0px;
        padding: 0px 0px 10px 10px;
        font-size: 90%;
}

.relatedLinks h3{
        color: #AAAAAA;
        padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
        display: block;
        color: white;
}
.relatedLinks a:hover {
	color: black;
}

/********* PAGE STYLES **************/

#pagetitle {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	margin: 0;
	padding-bottom: 1em;
}	

/* Main Page */
#index #intro {
    width: 500px;
    margin: 2em;
	
}

#index #intro img {
    position: relative;
    float: right;
    top: 0;
	right: 0;
	margin-left: 2em;
}

#index #intro p {
    text-indent: 1em;
}

/*#index #rightside {
    float: right;
    position: absolute;
    left: 450px;
    margin: 5px;
    width: 325px;
} */

#index #nexttourney {
	float: right;
	position: absolute;
    width: 325px;
	top: 0;
	background: white;
	left: 450px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #000000;
}

#index #nexttourney #border {
	border: 2px solid #990000;
}

#index #nexttourney #title {
    background-color: #CCCCCC;
    color: #990000;
    font-weight: bold;
    text-align: center;
}

/*#index #rightside #blogupdate {
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	font-size: 12pt;
    border: 2px solid #990000;
}

#index #rightside #blogupdate #title{
    background-color: #CCCCCC;
    color: #990000;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}*/

#index #blogupdate #title, #index #newsupdate #title {
	border-top: 3px double black;
	border-bottom: 3px double black;
	font-size: 12pt;
	font-weight: bold;
	text-indent: 2em;
}

#index #blogupdate, #index #newsupdate {
	margin-top: 2em;
	margin-bottom: 2em;
}

#index #newsupdate ul {
	list-style-type: square;
}

#index #newsupdate #date{
	display: inline;
	margin-left: 1em;
	font-size: 10pt;
	font-weight: bold;
}

#index #newsupdate #headline {
	display: inline;
	font-size: 10pt;
	margin-left: 1em;
	margin-right: 1em;
}

#index #newsupdate #headline a:hover {
	color: #990000;
}

#index #newsupdate #publisher {
	font-size: 10pt;
	display: inline;
}

#index #blogupdate #more {
	font-size: 10pt;
	font-style: italic;
}

#index #blogupdate #date {
	font-size: 12pt;
	color: #990000;	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

#index #blogupdate #blogentry {
	border: 1px solid black;
	margin: 0;
	padding: 0.5em;
}

#index #blogupdate #blogentry #title {
	border: none;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333333;
	text-indent: 0;
	text-align: left;
}

/* In the Bag */
#inthebag table caption {
	font-weight: bold;
	text-align: left;
	margin-left: 4em;
	color: #990000;
}
#inthebag table, #about table {
	border: 3px double black;
	margin-left: 1em;
	margin-right: 1em;
}

#inthebag table th, #about table th {
	vertical-align: top;
    white-space: nowrap;
	text-align: right;
	font-weight: bold;
	background-color: #AAAAAA;
}

#inthebag table td {
    vertical-align: top;
}

#askallison table caption {
	font-weight: bold;
	text-align: left;
	color: #990000;
}

#askallison table th {
	text-align: right;
	font-weight: bold;
	border: 0.5px solid #000000;
	background-color: #AAAAAA;
}
#askallison table td {
	border-top: 0.5px solid #000000;
	border-bottom: 0.5px solid #000000;
}

#askallison table {
	border: 2px outset #000000;
}

#askallison {
	margin-left: 1em;
}

#askallison #messages {
	width: 100%;
}	

#askallison #messages table {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

#askallison #messages table td {
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}

#askallison #messages table tr.question {
	background-color: #CCCCCC;
}

#highlights {
	margin-left: 2em;
	margin-right: 1em;
}

#highlights h3 {
	color: #990000;
	margin-left: -1em;
	font-weight: bold;
}

#highlights p{
	padding-left: 1em;
}

#highlights h4 {
	color: #333333;
	font-weight: bold;
}

#schedule, #news, #blog {
    margin-left: 1em;
    margin-right: 1.5em;
}

#blog #intro {
	font-size: 10pt;
	font-style: italic;
}

#blog table {
	margin-left: 2em;
	margin-right: 2.5em;
 	width: 570px;
}

#blog table #date {
	font-size: 12pt;
	color: #990000;	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#blog table #blogentry {
	border: 1px solid black;
	margin: 0;
	padding: 0.5em;
}

#blog table #blogentry #title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333333;
}

#schedule table, #news table{
    border: 3px double black;
    width: 620px;
}

#schedule table th, #news table th {
    background-color: #CCCCCC;
    border-bottom: 2px solid black;
}

#schedule table td, #news table td {
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-left: 3px;
}

#schedule table tr.oddrow, #news table tr.oddrow {
    background-color: lightgray;
}

#schedule table td a, #news table td a {
    color: #990000;
}

#images {
    margin-left: 1em;
    margin-right: 1.5em;
}

#images #mainimage {
    position: relative;
/*    height: 400px; */
    background-color: #CCCCCC;
    border: 2px inset gray;
}

#images #mainimage #title, #images #mainimage #image {
    margin: auto;
    text-align: center;
    font-weight: bold;
}

#images #mainimage #caption {
    margin: auto;
    text-align: center;
}
#images #mainimage #frame {
    margin: auto;
    vertical-align: middle;
}

#images #previewimages {
    position: relative;
    vertical-align: bottom;
    bottom: 0;
}

#text {
	width: 30em; 
}
