/* global */
html{height: 100%;}

body
{
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.78em;
	color: #000033;
	background-color: #091438;
	background-image: url(pattern.png);
	background-repeat: repeat;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, h3, h4
{
	font-family: tahoma, arial, sans-serif;
	font-size: 120%;
	letter-spacing: 0.1em;
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	color: #000066;
}

h4
{
	font-family: arial, sans-serif;
	font-size: 110%;
	color: #990000;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{
	border-color: #000000;
}

/* block quote */
blockquote
{
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000033;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{
	width: 776px;
	background: #FFF url(main.png) repeat-y;
	color: #000033;
}

/* logo */
#logo
{
	width: 760px;
	height: 200px;
	border-top: 1px solid #F2F2F0;
	color: #FFF;
	background-color: #000033;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/* Subpage logo */
#membership_logo
{
	width: 770px;
	height: 97px;
	background-color: #000033;
	background-image: url(membership_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#leadership_logo
{
	width: 770px;
	height: 97px;
	background-color: #000033;
	background-image: url(leadership_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#affiliates_logo
{
	width: 770px;
	height: 97px;
	background-color: #000033;
	background-image: url(affiliates_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#about_logo
{
	width: 770px;
	height: 97px;
	background-color: #000033;
	background-image: url(about_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#news_logo
{
	width: 770px;
	height: 97px;
	background-color: #000033;
	background-image: url(news_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
/* navigation menu */
#menubar
{
	width: 760px;
	height: 50px;
	background-color: #000033;
	background-image: url(menu.png);
	background-repeat: repeat;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{
	font-family: verdana, sans-serif;
	display: block;
	float: left;
	height: 32px;
	text-decoration: none;
	padding: 16px 10px 0px 10px;
	text-align: center;
	background: transparent;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #262154;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{
	background-color: #262154;
	background-image: url(menu_sel.png);
	background-repeat: repeat;
} 

#search
{ float: right; 
  padding: 18px 15px 0px 0px;
}

input.searchfield
{
	background: #FFF;
	border: 1px solid #000033;
	padding: 2px;
}

input.searchbutton
{
	border: 0px;
	padding: 1px;
	color: #FFF;
	width: 64px;
	cursor: pointer;
	background-color: #990000;
}

/* main content */
#site_content
{ width: 760px;
  overflow: hidden;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 190px;
  padding: 15px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{
	width: 160px;
	padding-top: 4px;
	margin: 4px 0px 15px 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #261F57;
}

.sidebaritem li
{
	list-style: none;
	padding: 0px 0px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252053;
}

.sidebaritem li a, .sidebaritem li a:hover
{
	height: 16px;
	text-decoration: none;
	background: transparent url(arrow.png) no-repeat left center;
	color: #000033;
	padding: 0px 0px 0px 18px;
	display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(arrow_select.png) no-repeat left center;} 

/* page content */
#content_container
{ text-align: left;
  width: 525px;
  float: left;
  padding: 15px 15px 15px 0px;
}

#content
{ text-align: left;
  width: 495px;
  padding: 8px 15px 8px 15px;
}

#content a
{
	background: transparent;
	color: #000066;
}

#content a:hover
{
	background: transparent;
	color: #990000;
}

.sidebaritem, #content{background: #FFF;}

/* footer */
#footer
{
	width: 720px;
	height: 42px;
	padding: 26px 21px 0px 19px;
	text-align: center;
	border-top: 2px solid #F2F2F0;
	color: #7E0001;
	font-weight: bolder;
	background-color: #091438;
	background-image: url(menufooter.png);
	background-repeat: repeat;
}

#footer a
{ background: transparent;
  color: #FFF;
}

#footer a:hover
{
	background: transparent;
	color: #CCCCCC;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{
	display: block;
	background-color: #F0F6FB;
}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{
	margin-bottom: 10px;
	background: transparent;
	color: #091438;
}

fieldset
{
	border: 1px solid #F0F6FB;
	padding: 10px 8px;
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{
	background: #F0F1EB;
	color: #041038;
}

.date
{
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F6FB;
}
#site_content_events {
	width: 760px;
	overflow: hidden;
}
#content_container_events {
	text-align: left;
	width: 760px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content_events {
	text-align: left;
	width: 720px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #FFF;
}
.SubH4 {
	font-size: 110%;
	font-weight: bold;
	color: #31284E;
}
.SubH3 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	padding: 0px;
	border: thin none #A6373F;
}
.SubH2 {
	font-size: 110%;
	font-weight: bold;
	color: #900;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.SubHeader {
	font-size: 100%;
	font-weight: bolder;
	color: #000;
	padding: 0px;
	border: thin none #000;
}
.members {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	font-size: 85%;
}
