body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	/*text-align: justify;*/
	line-height: 16px;
	margin: 0px 0px;
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	/*text-align: justify;*/
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

a {	color: #1c3783; }
a:hover { color: #c30000; }

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	line-height: 16px;
	color: #c30000;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 13px;
	margin: 10px 0px;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #c30000;
	margin: 10px 0px;
}

h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 10px 0px;
}

h5 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #c30000;
	margin: 10px 0px;
}

h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	margin: 10px 0px;
}

hr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top:1px solid #CCCCCC;
}

input, textarea, select{
	font-size:10px;
}
.yellowbar {
	height: 5px;
	overflow:hidden;
	font-size: 1px;
	background: #ffe400;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
.shadedinput {
	border-width: 1px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	background: #fff url(../img/input-shadow.gif) no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size:11px;
	padding: 2px 5px;
	margin: 2px 0px;
}
#FormComment {
	font-size: 13px;
	line-height: 15px;
	width: 250px;
}
select.shadedinput {
	border-width: 1px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	background: #fff url(../img/input-shadow.gif) no-repeat;
	font-size:10px;
	padding: 2px 0px 2px 5px;
	margin: 2px 0px;
}
span.required {
	font-size:14px;
	font-weight:bold;
	color: #c30000;
}
span.small {
	font-size:9.5px;
	color: #444;
}
.error_message {
	color: #c30000;
	padding: 0px 0px;
	margin: 0px 0px;
	background: transparent;
}
img {
	behavior: url('../iepngfix.htc');
}
.tblForm {
	width:98%;
}
.tblForm th {
	text-align:right;
	padding-right: 5px;
	white-space:nowrap;
	vertical-align:middle;
	color: #222;
	font-weight:normal;
}
.tblForm td {
	padding: 3px 0px;
}
.left {
	text-align:left;
}
.formseparator {
	height: 5px;
	background: #bbb;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	margin: 5px 0px;	
}

#stretch .bpeople,
#stretchSub .bpeople {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 172px;
	height: 148px;
	background: url(../img/people.jpg) no-repeat;
	behavior: url(../iepngfix.htc);
}

#date {
	position: relative;
	width: 820px;
	padding:5px 20px;
	color: #838383;
	background: #fff;
}

#header #search {
	position: absolute;
	width: 300px;
	top: 5px;
	left: 15px;
	color: #ffe400;
	font-weight: bold;
}

#header #search #searchBox {
	border: none;
	width: 120px;
	height: 18px;
	font-size: 10px;
	padding: 3px 5px;
	background: url(../img/searchBox.jpg) no-repeat;
}
#header #search #searchText {
	padding:3px 5px;
}
#header #search #searchBtn {
	vertical-align:top;
	color: #fff;
	padding: 0px 2px 2px 5px;
	text-decoration: none;
}


/***** Header Links *****/

#header #headerLinks {
	position: absolute;
	top: 50px;
	left: 275px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: right;
	font-weight: bold;
}

#header #headerLinks p{
	padding: 0px 5px;
	margin: 0px 0px;
	text-align: right;
}

#header #headerLinks a {
	padding: 0px 3px;
	color: #fff;
	text-decoration: none;
}

#header #headerLinks a:hover {
	padding: 0px 3px;
	color: #fff;
	text-decoration: underline;
}

#rightCol #farRight {
	position: relative;
	float: right;
	width: 211px;
	color: #1c3783;
	background: #e1e1e1;
	text-align: justify;
}

#rightCol #farRight #rightContent {
	margin: 0px 0px;
	width: 211px;
	background: #e1e1e1;
}

#rightCol #farRight p {
	padding: 10px 10px;
	line-height: 14px;
}

#content {
	float: left;
	width: 390px;
	margin-top: 1px;
	padding: 15px 15px;
	line-height: 20px;
}

.red {
	color: #c30000;
}

/**** PARTNERS ****/

.partner {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 15px 0px;
}
.partner_company {
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid #c30000;
}
.partner_address {
	
}
.partner_info {
	
}
.partner_extrainfo {
	padding-top: 5px;
}
.partner_contact {
	padding:0px;
	margin:0px;
}
.partner_regions {
	padding-top:10px;
	font-style:italic;
}

/**** EVENT ****/

.eventItem {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.eventTitle {
	color: #c30000;
	font-weight:bold;
}
.eventRegister {
	float:right;
	margin-left: 15px;
}
.eventRegister a{
	color: #1587AF;
	font-weight:bold;
	text-decoration:none;
}
.eventRegister a:hover {
	text-decoration: underline;
}
.eventDates {
	color: #666;
}
.eventDesc {
	margin-top: 2px;
	padding-top: 2px;
}
.eventDetails {
	text-align:left;
}
.eventDetails a {
	font-size: 9px;
	color: #c30000;
}

/**** DOWNLOADS ****/
.downloadCategory {
	padding-top: 5px;
	margin-top: 20px;
}
.downloadCategoryDesc {
	margin-bottom: 10px;
	padding: 0px 20px;
	color: #444;
}
.downloadItem {}
.downloadItem a {

}
.downloadTitle {}
.downloadSize { font-size:9px;}
.downloadDescription {
	color: #666;
	
}

/*****  ISSUES *****/

.issueTOC {
	margin: 15px 30px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.issueTOC a {
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
.issueCategory {
	color: #c30000;
	font-size:12px;
	font-weight:bold;
}
.issueItem {
	margin: 5px 10px;
	padding: 10px 0px;	
}
.issueNumber {
	font-weight:bold;
	display:inline;
	padding-right: 10px;
	color: #1c3783;	
}
.issueDetails {
	display:inline;
}
.issueError {
	font-family:monospace;
	font-size: 11px;
	padding: 5px 25px;
	text-align:left;
	color: #933;	
}
.issueResolution {
	font-size: 11px;
	padding:5px 10px;
	text-align:left;
	color: #393;
}
.sideBox {
	color: #1c3783;
	text-align: left;
	background: #e1e1e1 url(../img/action-box-header.gif) repeat-x;	
}
.sideBox p {
	text-align:left;
}
.sideBox h1 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:0px;
	margin:0px;
	height:30px;
	line-height:30px;
}
.sideBox .boxcontent {
	position: relative;
	padding:5px;
}

#mediaCenter {
	width: 380px;
	height: 400px;
	margin: 0px auto;
}

#mediaCenterThumb {
	width: 157px;
	height: 119px;
	margin: 0px auto 10px auto;
}
