@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #480059;
}

#container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FED40C;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#sidebar1 {
	float: left;
	width: 12em; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#sidebar1 li a:link, #sidebar1 li a:visited {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #480059;
	font-weight: bold;
	font-size: 0.9em;
}
#sidebar1 li a:hover {
	color: #480059;
	background-color: #F7E400;
}
#sidebar1 ul ul {
	margin-left: 12px;
}
#sidebar1 ul ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#sidebar1 ul ul a:link, #sidebar1 ul ul a:visited {
	background-color: #F7E400;
	color: #480059;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#sidebar1 ul ul a:hover {
	color: #FFFFFF;
	background-color: #480059;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent {
	margin-top: 0;
	margin-right: .5em;
	margin-bottom: 0;
	margin-left: 13em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
} 
#mainContent a:link, #mainContent a:visited {
	color: #0000FF;
	line-height: 1.5em;
}
#mainContent a:hover {
	text-decoration: none;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
}
#footer {
	background-color: #FED40C;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #480059;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
} 
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #480059;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#ntech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FED40C;
	text-align: center;
	padding-bottom: 5px;
}
#ntech a:link, #ntech a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #480059;
	font-weight: normal;
	text-decoration: none;
}
#ntech a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrtinfo { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width:228px;
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid #480059;
}
.meetingtitle {
	color: #FFFFFF;
	background-color: #480059;
	padding: 3px;
	font-weight: bold;
}
.meetingtext {
	padding: 5px;
	color: #480059;
	font-size: 10pt;
}
.meetingtext a:link, .meetingtext a:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #480059;
}
.meetingtext a:hover {
	text-decoration: underline;
}
.clubtabletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #480059;
	color: #FFFFFF;
}
.clubtableborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #480059;
}
.offcontainer {
	width: 400px;
	border: 1px solid #480059;
	margin-bottom: 5px;
}
.offtitle {
	background-color: #480059;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}
.offinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 5px;
}
.offinfo a:link, .offinfo a:visited {
	color: #0000FF;
}
.offinfo a:hover {
	text-decoration: none;
}
.contactborder {
	border: 1px solid #480059;
}
.contactstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.dashboardnewsitem {
	border: 1px solid #480059;
	margin-bottom: 10px;
	width: 400px;
}
.dashboardnewsitemtitle a:link, .dashboardnewsitemtitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FED40C;
}
.dashboardnewsitemtitle a:hover {
}
.dashboardnewsitemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #480059;
	font-weight: bold;
	padding: 3px;
}
.dashboardnewsitemtitle img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: right;
}
.dashboardnewstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 5px;
}
.memsearch {
	width: 450px;
	border: 1px solid #480059;
	margin-bottom: 10px;
}
.memsearchtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #480059;
	font-weight: bold;
	padding: 3px;
}
.memsearchtitle a:link, .memsearchtitle a:visited {}
.memsearchtitle a:hover {}
.memsearchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 5px;
}
