/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align:left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
}
/* tables still need 'cellspacing="0"' in the markup */
table {
}
caption, th, td {
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** End *****/

/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:11px Arial, Helvetica, sans-serif;
	background-color:#01aeee;
	margin:10px 0px 20px 0px;
	color:#00000;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#000;
}
h1 {
	font-size:18px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#1b5173;
	padding-bottom:2px;
	margin-bottom:8px;
}
h2 {
}
h3 {
	font-size:1em;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
em {
	font-size:12px;
}
img {
	border:0;
	behavior: url(iepngfix.htc);
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:link, a:visited {
	text-decoration:none;
	color:#06f;
}
a:hover, a:active {
	text-decoration:underline;
	color:#690;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
}
table tr td {
}
/***** Wrapper *****/
 
#wrap {
	width:800px;
	margin:0 auto;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:800px;
	margin:0 auto;
}
.inner-wrap {
	width:768px;
	margin:0 auto;
	border:4px solid #fff;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.margin {
	padding:10px;
}
.hspace {
	margin:0px 5px;
}
.vspace {
	margin:5px 0px;
}
#menu {
	margin:0px;
	padding:0px;
	list-style:none;
	background:url(../images/menu-full-bg.gif) repeat-y top right;
}
#menu li a:link, #menu li a:visited {
	display:block;
	line-height:28px;
	background:url(../images/menu-bg.gif) no-repeat bottom left;
	color:#fff;
	font-weight:bold;
	padding-left:16px;
}
#menu li a:hover, #menu li a:active {
	background:url(../images/menu-bg-over.gif) repeat-x top left;
	text-decoration:none;
}
.date {
	display:block;
	margin-bottom:3px;
	font-style:italic;
}
.more {
	display:block;
	text-align:right;
}
.leftCol {
	background:#7ac3e1 url(../images/left-col-bg.gif) repeat-y top right;
}
.rightCol {
	background-color: #EBEBEB;
	background-image: url(../images/right-col-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#newsletterForm {
	background-color:#87b7cb;
	display:block;
	border-bottom:1px solid #3f6e80;
}
#newsletterForm th {
	border-top:1px solid #3f6e80;
	background-color:#4f8297;
	color:#fff;
	padding:4px 5px;
}
.news {
	margin:0px;
	padding:0px;
	list-style:none;
}
.news a:link p, .news a:visited p {
	display:block;
	text-decoration:none;
	color:#333;
}
.news a:hover, .news a:active {
	color:#000;
}
.news p {
	margin:0px;
	padding:0px;
}
.news .item {
	padding:4px;
	margin-bottom:15px;
	font-weight:normal;
	border-bottom:1px dotted #333;
}
.news .item h3 {
	color:#1f4069;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}
.membertable {
	border:1px solid #10335D;
}
.membertable th {
	background-color:#F8A432;
	font-size:16px;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10335D;
}
.membertable td {
	font-size:11px;
}
.membertable td.bordered {
	background-color:#1E3F68;
	font-size:12px;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10335D;
}
.membertable td.hbordered {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #10335D;
}
.membertable tr.odd {
	background-color:#E4EDF3;
}
.membertable td a:link, #membertable td a:visited {
	font-weight:bold;
	color:#336600;
	text-decoration:none;
}
.membertable td a:hover, #membertable td a:active {
	text-decoration:underline;
}
#footer {
	color:#fff;
	width:768px;
	margin:0px auto;
	margin-top:10px;
}
#footer a:link, #footer a:visited {
	color:#fff;
	padding:0px 2px;
	font-size:10px;
	font-weight:bold;
}
.management .name {
	font-size:14px;
	font-weight:bold;
}
.management .position {
	font-size:12px;
	font-style:italic;
}
input.text {
	font-size:11px;
	font-weight:normal;
	width:200px;
	border:1px inset #ccc;
	padding:2px;
}
select.text {
	font-size:11px;
	font-weight:normal;
	width:200px;
	border:1px inset #ccc;
	padding:2px;
}
textarea.text {
	font-size:11px;
	font-weight:normal;
	border:1px inset #ccc;
	padding:2px;
	width:300px;
}
input.submit {
	font-size:11px;
	font-weight:bold;
	margin:10px 0px;
	width:100px;
	padding:2px;
}
div.pagination {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:10px;
	text-align:center;
}
div.pagination a {
	padding:4px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color:#F8A432;
	font-weight:bold;
}
div.pagination a:hover, div.pagination a:active {
	color: #1E3F68;
}
div.pagination span.current {
	padding: 4px;
	margin: 2px;
	font-weight: bold;
	color: #1E3F68;
	text-decoration:underline;
}
div.pagination span.disabled {
	padding: 4px;
	margin: 2px;
	color: #ccc;
}

