body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div {
	border: 0px solid Black;
	padding: 0px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
.smallText {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

table.tableBorder {
border-width: 1px;
border-style: solid;
border-color: #DADADA;
}

.headingBackground{
background-color:#000066;
}

.sidebarBoxHead{
background: url("../assets/lightGreyBar.gif");
	color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	padding:5px 10px 5px 0px
}

.smallHeadingText {
	color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.boldSmallHeadingText {
	color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.boldBlackHeading{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.medLargeHeadingText {
	color: #3399FF;
	font-family: Garamond, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 25px;
}

.normalText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
.redNormalText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}
.greyNormalText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
}
.blueNormalText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    color: #3399FF; 
}
.headingText {
	font-size: 17px;
	color: #03257D;
	font-family: Tahoma;
    font-weight: bold;
}

.boldNormalText {
	font-size: 12px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #3399FF;
}

a:link {
	color: #3399FF;
}
a:visited {
	color: #3399FF;
    }
	
a:hover{
color: #FF0000;
}

a.side:link {
	color: black;
	text-decoration:none;
}
a.side:visited {
	color: black;
	text-decoration:none;
}	
a.side:hover{
color: #3399FF;
}

a.eateryMenu:link {
	color: black;
	text-decoration:none;
}
a.eateryMenu:visited {
	color: black;
	text-decoration:none;
}	
a.eateryMenu:hover{
color: #3399FF;
}
a.noUnderline:link{
	text-decoration:none;
}
a.noUnderline:visited{
	text-decoration:none;
}
a.noUnderline:hover{
	text-decoration:none;
}
	
#heading {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #3399FF;
}

#pageheading {
	background: url("../assets/greyPatternedTile.jpg.gif");

	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #3399FF;
	
}

#blueBackground{
background-color: #B8E7F8;
}

#headingbar {
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-weight: bold;
}

#sidebar {

color: #3399FF;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
align: center;


}



#greyBackground {

background-color: #F7F7F7;

}

#darkerGreyBackground {

background-color: #DADADA;

}

#navigation {
	float: left;
	width: 150px;
}
#content {
	float: left;
	width: 430px;
}
#footer {
	background-color: #EFEFEF;
	color: #3399FF;
}



/* The options below do rounded corners */
.roundcont {
	width: 80%;
	background-color: #F7F7F7;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url("../assets/greyRoundedTopRight.gif") no-repeat top right; 
}

.roundbottom {
	background: url("../assets/greyRoundedLowerRight.gif") no-repeat top right; 
}

img.corner {
   width: 25px;
   height: 25px;
   border: none;
   display: block !important;
}















/* The options below do rounded corners with width 100% and grey background */
.roundcont100 {
	width: 100%;
	background-color: #F7F7F7;
	color: #fff;
}

.roundcont100 p {
	margin: 0 10px;
}

.roundtop100 { 
	background: url("../assets/greyRoundedTopRight.gif") no-repeat top right; 
}

.roundbottom100 {
	background: url("../assets/greyRoundedLowerRight.gif") no-repeat top right; 
}

img.corner {
   width: 25px;
   height: 25px;
   border: none;
   display: block !important;
}


/* The options below do rounded corners with width 100% and grey background */


/*Stuff below if for errors on forms */
#errordiv {
  border: 1px solid red;
  background-color: #FFAFAF;
  display: none;
  width: 50%;
  margin: 5px;
}

.required {
  background-color: #CC4444;
}

.required:focus {
  background-color: #fff;
  border: 1px solid #f00;
}

.checkit {
  background-color: white;
}

/*Stuff above if for errors on forms */