/* Start of CMSMS style sheet 'CBRA' */
* {
	margin: 0px;
	padding: 0px;
}

/* BODY */
body {
	background: #FFFFFF url(images/top-repeat-x.jpg) repeat-x;
	margin-bottom: 20px;
}

body, code, p, font {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

/* HEADER */
#header {
	width: 762px;
	height: 139px;
	margin: 0 auto;
	background-image: url(images/top-header-2009.jpg);
}

#header marquee {
	padding-top: 119px;
	padding-bottom: 0px;
	margin-left: 3px;
	margin-right: 3px;
	font: bold 0.87em "Arial", "Tahoma"; 
}

/* WRAPPER (SIDE BORDERS) */ 
#wrapper {
	width: 762px;
	margin: 0 auto;
	padding: 0px;
	background: #ffffff url(images/wrapper-repeat-y.jpg) repeat-y;
}

/* SIDE BAR */
#sidebar {
	width: 198px;
	float: left;
	background-color: #bdbbbd;
	border-width: 0px 1px 0px 1px;
	border-color: #000000;
	border-style: solid;
	padding: 0px;
	margin: 0px;
}

/* SIDE BAR --> Black Side Borders */
#menu-header, #menu, #login-header, #login, #sponsors-header, #sponsors {
	width: 198px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/* SIDE BAR --> Text Formatting */
#sponsors p {
	padding: 0px;
	margin: 0px;
}

/* SIDE BAR --> Menu / Header Background No Listing */
#menu-header ul, #menu ul, #login-header ul, #announcements-header ul, #sponsors-header ul  {
	list-style: none;
}

/* SIDE BAR --> Header Background */
#menu-header li, #login-header li, #announcements-header li, #sponsors-header li {
	background-image: url(images/menu-header.jpg);
	background-repeat: repeat-x;
	width: 198px;
	height: 37px;
	margin: 0px;
	padding: 0px;

}

/* SIDE BAR --> Header Text Formatting */
#menu-header p, #login-header p, #announcements-header p, #sponsors-header p {
	text-transform: uppercase;
	font: bold 0.85em Tahoma, Arial;
	color: #FFFFFF;
	padding: 12px 15px;
	margin: 0px;
}

/* SIDE BAR --> Menu Buttons Background */
#menu li {
	background-image: url(images/menu-off.jpg);
	background-repeat: repeat-x;
	width: 198px;
	height: 37px;
	margin: 0px;
	padding: 0px;
}

#menu li:hover {
	background-image: url(images/menu-on.jpg);
	background-repeat: repeat-x;
	width: 198px;
	height: 37px;
}

#menu li.currentpage {
	background-image: url(images/menu-on.jpg);
	background-repeat: repeat-x;
	width: 198px;
	height: 37px;
}

/* SIDE BAR --> Menu Buttons Formatting */
#menu a {
	display: block;
	font: bold 0.90em "Arial", "Tahoma";
	color: #011963;
	padding: 10px 20px;
	margin: 0px;
	text-decoration: none;
}

#menu a:hover, #menu a.currentpage:hover {
	text-decoration: underline;
	color: #000000;
}

#menu a.currentpage {
	text-decoration: underline;
	color: #011963;
}

/* SIDE BAR --> Login Formatting */
#login input {
	margin-bottom: 5px;
}

/* Border */
#login input, #login submit {
	border-width: 1px;
	border-color: #011963;
	border-style: solid;
}

/* Username & Password Fields */
#logininput input {
	width: 98%;
}

/* Submit Button */
#loginsubmit {
	margin-bottom: 5px;
}

#login p {
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#login .error {
	color: red;
	font-weight: bold;
}

/* SIDE BAR --> Announcements Formatting */
#announcements p {
	padding: 5px;
}

/* SIDE BAR --> Sponsors Image Hover */
#sponsors img {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #000000;
	margin: 0px;
}

#sponsors img:hover {
	filter:alpha(opacity=70); 
	-moz-opacity:.70;
	opacity:.70;
}

/* CONTENT */
#content {
	width: 562px;
	height: 100%;
	float: right;
}

#content-wrapper {
	clear: both;
	padding: 20px;
	text-align: justify;
}

#content-wrapper h1.title {
	margin-left: 0px;
	border-style: solid;
	border-width: 0 0 1px 15px;
	border-bottom-color: #011963;
	padding-left: 5px;
}

#content-wrapper h2.title {
	margin-left: 0px;
	border-style: solid;
	border-width: 0 0 1px 12px;
	border-bottom-color: #011963;
	padding-left: 5px;
}

#content-wrapper h3.title {
	margin-left: 0px;
	border-style: solid;
	border-width: 0 0 1px 10px;
	border-bottom-color: #011963;
	padding-left: 5px;
}

#content-wrapper h1, #content-wrapper h2, #content-wrapper h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #011963;
}

#content-wrapper p, #content-wrapper center, #content-wrapper blockquote, #content-wrapper ul, #content-wrapper ol {
	padding-bottom: 10px;
	line-height: 1.6em;
}

#content-wrapper p, #content-wrapper blockquote, #content-wrapper ul, #content-wrapper ol {
}

#content-wrapper center {
	text-align: center;
}

#content-wrapper blockquote, #content-wrapper ul, #content-wrapper ol {
	margin-left: 3em;
	margin-right: 3em;
}

#content-wrapper a, #login a, #announcements a {
	text-decoration: underline;
	color: #011963;
}

#content-wrapper a:hover, #login a:hover, #announcements a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #ccd3e6;
}

#content-wrapper img {
	border-color: #011963;
	border-width: 1px;
}

#content-wrapper img:hover {
/*
	filter:alpha(opacity=70); 
	-moz-opacity:.70;
	opacity:.70;
*/
}

#content-wrapper input, #content-wrapper submit, #contactform input, #contactform submit, #content-wrapper textarea, #contactform textarea {
	border-width: 1px;
	border-color: #011963;
}

#content-wrapper input, #contactform input {
	margin-bottom: 10px;
}

#content-wrapper input[type="text"], #content-wrapper input[type="password"], #contactform input[type="text"], #contactform input[type="password"] {
	width: 150px;
}

#content-wrapper textarea, #contactform textarea {
	width: 300px;
}

#content-wrapper table {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content-wrapper table, #content-wrapper th, #content-wrapper td {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #999999;
}

#content-wrapper th {
	background: #011963;
	color: #ffffff;
}

#content-wrapper th, #content-wrapper td {
	padding: 10px;
}

/* CUSTOM Formatting */
#links-table td, #links-table th {
	text-align: center;
}

#committee-table td, #committee-table th {
	align: center;
	text-align: center;
}

#social-table td, #social-table th {
	text-align: left;
}

/* FOOTER */
#footer {
	width: 760px;
	height: 23px;
	margin: 0 auto;
	background: #011963;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

/* FOOTER --> Formatting */
#footer p {
	padding: 5px 15px;
	font-size: .77em;
	color: #FFFFFF;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* FOOTER --> Alignment */
#legal {
	float: left;
}

#links {
	float: right;
}

/* NEWS Module */
.NewsSummary {
	padding-left: 5px;
	margin: 20px 2px 20px 2px; /* margin to the bottom of the news article summary */
}

.NewsSummaryLink {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-width: 0px 0px 1px 5px;
	border-color: #011963;
	border-style: solid;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	color: #011963;
}

.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 1px;
  
 }

.NewsSummaryCategory {
	font-style: italic;
	padding-left: 1px;
 }

.NewsSummaryAuthor {
	font-style: italic;
	padding-left: 1px;
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-width: 1px 1px 1px 1px;
	border-color: #ccc;
	border-style: solid;
 }

.NewsSummaryMorelink {
	padding-top: 0.5em;
}

#NewsPostDetail {
	padding-left: 5px;
	margin: 20px 2px 20px 2px; /* margin to the bottom of the news article summary */
}

#NewsPostDetailTitle {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-width: 0px 0px 1px 5px;
	border-color: #011963;
	border-style: solid;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #011963;
}

#NewsPostDetailTitle a {
	text-decoration: none;
}

#NewsPostDetailDate {
	font-size: 90%;
	font-weight: bold;
	margin-top: 2px;
	padding-left: 1px;
}

#NewsPostDetailCategory {
	font-style: italic;
	padding-left: 1px;
}

#NewsPostDetailAuthor {
	font-style: italic;
	padding-left: 1px;
}

#NewsPostDetailSummary, #NewsPostDetailContent {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

.AnnouncementsSummary {
	padding-left: 3px;
	margin: 10px 2px 15px 15px; /* margin to the bottom of the news article summary */
	border-width: 0px 0px 0px 5px;
	border-color: #011963;
	border-style: solid;
}

.AnnouncementsSummaryLink {
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	width: 80%;
}

.AnnouncementsSummaryPostdate {
	font-size: 90%;
	margin-top: 2px;
	padding-left: 1px;
  
 }

.captchapict {
	border-width: 1px;
	border-color: #011963;
	width: 150px;
	height: 51px;
}

.error_message {
	font-weight: bold;
	color: red;
}
/* End of 'CBRA' */

