/* Style for body */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;
  font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #ff0000;
  background-color: #ffffff;
  font-size: 100%;
}

h1 {
  font-size: 18px;
}

fieldset {
  width: 300px;
}


/* Style for Banner area */
#banner {
	margin: 0;
	padding: 5px 0px;
	color: #000000;
	background-color: #cc0000;
	width: 100%;
	height: 140px;
}

#bannerleft {
	margin-left: 5px;
	float: left;
	font-size: 150%;
}

#bannerright {
	color: #000000;
	background-color: transparent;
	text-align: right;
	float: right;
	padding-right: 10px; 
}

/* Style for Breadcrumb area */
#breadcrumb {
  width: 100%;
  font-size: 80%;
  padding-top: 3px;	
  padding-bottom: 3px;
  padding-left: 10px;
  background-color: #CCCCCC;
  color: #000000;
  height: 15px;
  float: left;
  border-top: 1px solid #cc0020;
  border-bottom: 1px solid #cc0020;
}

#breadCrumb a:link, a:visited { text-decoration: none; }

#breadCrumb a:hover{
  color: #0000FF;
  background-color: #CCCCCC;
  text-decoration: underline;
}

/* Style for Menu area */
#leftcol {
  float: left;
  width: 19%;
  padding: 10px 0px 10px 0px;
  background-color: #cccccc;
  color: #000000;
  border-right: 1px solid #cc0020;
  border-bottom: 1px solid #cc0020;
}

#leftcol ul a:link, #leftcol ul a:visited {display: block;}
#leftcol ul {list-style: none; margin: 0; padding: 0;}
#leftcol a:link, a:visited { text-decoration: none; }
#leftcol a:hover { text-decoration: underline; }
#leftcol li {border-bottom: 1px solid #FFFFFF;}

.sectionLinks{
  position: relative;
  margin: 0px;
  padding: 0px;
  font-size: 90%;
  font-weight: bold;
}

.sectionLinks a:link, .sectionLinks a:visited{
  padding: 1px 0px 1px 10px;
  width: auto;
  color: #000000;
}

.sectionLinks a:hover{
  padding: 1px 0px 1px 10px;
  font-weight: bold;
  color: #0000ff;
}

  
/* Style for Content area */
#content {
  padding: 0px 0px 50px 0px;
  background: #fff;
  float: right;
  width: 80%;
}

#content h1 {
  padding: 20px 0px 20px 0px;
  color: #000000;
  text-align: center;
}

#content h2 {
  color: #000000;
  text-align: left;
}

#content h2.center {
  text-align: center;
}

#content p {
  text-align: left;
}

#content p.center {
  text-align: center;
}

#content table {
  background-color:#FFF;
  width:100%;
  border-collapse:collapse;
}

#content td {
  background-color:#FFF;
  border:1px solid black;
  padding:5px;
  font-size: 80%;
}

.contentImage {
  text-align: center;
}

/* Style for Content_left area */
#content_left {
  padding: 0px 0px 50px 0px;
  background: #fff;
  float: left;
  width: 80%;
}

#content_left h1 {
  padding: 20px 0px 20px 0px;
  color: #000000;
  text-align: center;
}

#content_left h2 {
  color: #000000;
  text-align: left;
}

#content_left h2.center {
  text-align: center;
}

#content_left p {
  text-align: left;
}

#content_left p.center {
  text-align: center;
}

#content_left table {
  background-color:#FFF;
  width:100%;
  border-collapse:collapse;
}

#content_left td {
  background-color:#FFF;
  border:1px solid black;
  padding:5px;
  font-size: 80%;
}

/* Style for main_sponsors area */
#main_sponsors {
  padding: 0px 0px 0px 0px;
  background: #fff;
  float: left;
}

#main_sponsors img {
  border: 1px solid #cc0020;
}

#main_sponsors p {
  vertical-align: middle;
}

/* Style for Content_right area */
#content_right {
  padding: 0px 0px 0px 0px;
  background: #fff;
  float: right;
  width: 29%;
  border-left: 1px solid #cc0020;
  border-bottom: 1px solid #cc0020;
}

#content_right h1 {
  text-align: center;
  text-decoration: underline;
  color: #000000;
}

#content_right p {
  text-align: center;
  color: #000000;
}

/* Style for Footer area */
#footer {
  background-color: #CCCCCC;
  clear: both;
  width: 100%;
  font-size: 80%;
  text-align: center;
  border-top: 1px solid #cc0020;
  border-bottom: 1px solid #cc0020;
}
