h1 {
	font-family:Comic Sans MS, sans-serif;
	font-weight: bold;
	color: blue;
	font-size: 22px;	
}

h2 {

	font-family:Comic Sans MS, sans-serif;
	font-weight: bold;
	color: #0059ff;
	font-size: 16px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
	font-weight: normal;
}


.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.bodytextbluecentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: blue;
	text-align: center;
}

.bodytextbluesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: blue;
	text-align: center;
}

.blueitalicboldmediumcentered {
	font-family:Comic Sans MS, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	color: blue;
}

.centrereditalic {
	color: #00F;
}

.bodytextredcentered {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	text-align: center;	
	font-size: 14px;
}

.centeredImage  {
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
    }
	
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #F00;
	text-align: left;
	font-weight: normal;
}

.txtBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0080FF;
	text-align: left;
	font-weight: normal;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-right: none;
	border-bottom: none;
	cursor: pointer;
	border-radius: 5px;
	background-color: #FCFCFC;
}

.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;	
}


/*Contact*/
.basic-grey {
     margin-right:auto;
     max-width: 500px;
     background: #F7F7F7;
     padding: 25px 15px 25px 10px;
     font: 12px Arial, Helvetica, sans-serif;
     color: #888;
     text-shadow: 1px 1px 1px #FFF;
     border:1px solid #E4E4E4;
}

.basic-grey {
     font-size: 25px;
     padding: 0px 0px 10px 40px;
     display: block;
     border-bottom:1px solid #E4E4E4;
     margin: -10px -15px 30px -10px;;
     color: #888;
}

.basic-grey h1>span {
     display: block;
     font-size: 11px;
}

.basic-grey label {
     display: block;
     margin: 0px;
}

.basic-grey label>span {
     float: left;
     width: 20%;
     text-align: right;
     padding-right: 10px;
     margin-top: 10px;
     color: #888;
}

.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
	border: 1px solid #DADADA;
	color: #000;
	height: 30px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 70%;
	font-size: 12px;
	line-height: 15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
}

.basic-grey textarea{
     padding: 5px 3px 3px 5px;
}

.basic-grey select {
     background: #FFF url('down-arrow.png') no-repeat right;
     appearance:none;
     -webkit-appearance:none; 
     -moz-appearance: none;
     text-indent: 0.01px;
     text-overflow: '';
     width: 70%;
     height: 35px;
     line-height: 25px;
}

.basic-grey textarea{
     height:100px;
}

.basic-grey .button {
     background: #E27575;
     border: none;
     padding: 10px 25px 10px 25px;
     color: #FFF;
     box-shadow: 1px 1px 5px #B6B6B6;
     border-radius: 3px;
     text-shadow: 1px 1px 1px #9E3F3F;
     cursor: pointer;
}

.basic-grey .button:hover {
     background: #CF7A7A
}


.navbar{
	overflow: hidden;
	background-color: #FFF;
	position: fixed;
	top: 0; 
	width: 100%; 
}

.main {
  padding: 16px;
  margin-top: 50px;
  height: 1600px; 
}
