#specialMessage {
	width: 500px;
	margin: 4px auto;
	border: 1px solid red;
	background-color: #FBF9BE;
	padding: 5px;	
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.title{
	color: 000063;
	font-size: 13px;
	font-weight: bold; 
}

.buttontext{
	color: ffffff;
	font-weight: bold; 
}
.buttontable{
	background-color: 000099;
	padding : 0;
}
.buttonlink:link, .buttonlink:visited, .buttonlink:hover{
	color : ffffff;
	font-weight : bold;
	text-decoration : none;
}

.input-rounded-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid gray;
    padding: 1px 3px 1px 3px;
    display:inline-block;
    text-decoration:none;
    background:#595651;

    color:#FFFFFF;
    cursor:pointer;
    font:12px sans-serif;
}

.save-button {	
    background: #3A3;
}

.input-rounded-button:hover { 
    text-decoration:none; 
    color:#ADD8E6; 
    cursor:pointer;
    border:1px solid #FF2B06;
}
a:link {
	color : #000063;
	font-weight : bold;
	text-decoration : underline;
}

a:visited {
	color : #000063;
	font-weight : bold;
	text-decoration : underline;
}

a:hover {
	color : #000063;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	text-decoration : none;
}

a.menulinks:link {
	background-color : #000063;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

a.menulinks:visited {
	background-color : #000063;
	color : #FFFFFF;
	text-decoration : underline;
}

a.menulinks:hover {
	background-color : #000063;
	color : #FFFFFF;
	text-decoration : none;
}

a.menulinks:active {
	color : #FFFFFF;
}

a.sidelinks:link {
	background : #000063;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
}

a.sidelinks:visited {
	background : #000063;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
}

a.sidelinks:hover {
	background : #000063;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
}

a.sidelinks:active {
	background : #000063;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
}

blockquote {
	font-size : 12px;
	text-align : justify;
	padding : 5px;
}


.instructions {
	 color: #444;
	 font-size:1.2em;
	 margin: 12px;
	 font-weight: 100;
}

body {
	background : #ffffff;
	color : #000000;
	font-family : verdana, sans-serif;
	font-size : 10px;
	font-weight : bold;
	margin : 0;
	padding : 0;
}
textarea {
	font-family : Arial;
}

h1 {
	font:18px Arial bold;
	color:#006;
	margin-bottom: 0px;
}

h2 {
	margin:0px;
	font:18px Arial;
	color:#006;	
}

hr {
	color : #C00;
}

LI, OL {
	color : #333;
}

fieldset {
	width: 800px;
	margin: 12px auto;
	border-color: #006;
}

legend{
	font-size : 13px;
	font-weight : 600;
	color: #006;
}

p, td {
	font-size : 13px;
	font-weight: 100;
}

p strong {
	font-weight: 600;
}

td.menutext {
	background-color : #000063;
	color : #FFFFFF;
	font-weight: bold;
}

td.tablehead {
	background-color : #000063;
	color : #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.alert {
	color : #990000;
	font-weight : bold;
}


.message {
	color : #000000;
	font-weight : bold;
}

.menu {
	background-color : #3B3626;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	margin-left : 0px;
	text-align : left;
}

#sidemenu, #sidemenucalendar, #sidemenucontact, #sidemenujoin, #sidemenusponsors, #sidemenuvolunteering {
	background-image : url(images/side-top.gif);
	background-color : #9D9E9C;
	background-repeat : no-repeat;
	color : #000000;
	font-size : 10px;
	font-weight : bold;
	line-height : 14px;
	text-align : center;
	vertical-align : top;
	width : 100px;
}

.barwhite {
	background-color : #557733;
	color : #FFFFFF;
	font-size : 10px;
	font-weight : bold;
	margin-left : 0px;
}
.barblack {
	background-color : #557733;
	color : #000000;
	font-size : 10px;
	font-weight : bold;
	margin-left : 0px;
}

.PopupTitle{
	background-color : 000099;
	color : FFFFFF;
	font-weight : bold;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	width : 100%;
}
.PopupHeader{
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	width : 100%;
	text-align : right;
	}

.PopupColHeader{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : FFFFFF;
	background-color : 000099;
	}
.ColHeader{
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : FFFFFF;
	background-color : 000099;
	vertical-align: bottom;
	font-weight : bold;
	}
.FormLabel{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : left;
}


.left{border-left : thin solid Black;}
.right{border-right : thin solid Black; }
.top{border-top : thin solid Black; }
.bottom{border-bottom: thin solid Black; }

.smalltextbox{font-size: 9px;}


