/*
*
*  CURSA - Default Style sheet
*  Creation Date: 21-12-2004
*  
*/

/*********************************
** Default page styles
*********************************/

html {
  margin: 0px;
  padding: 0px;

} 

body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #000000;
}

.pageBody {
   padding-bottom: 10px;
   padding-left: 10px;  
   padding-right: 10px;
   font-size: 12px;
   font-weight: normal;
   color: navy;
}

h1 {
   font-size: 38px;
   text-align: center;
   margin-top: 5px;
}

h2 {
   font-size: 35px;
   text-align: center;
}

h3 {
   font-size: 30px;
   text-align: center;
}

h4 {
   font-size: 25px;
   text-align: center;
}

h5 {
   font-size: 20px;
   text-align: center;
}

h6 {
   font-size: 15px;
   text-align: center;
}

form {
   display: inline;
}

td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

.pageLayout {
  vertical-align: top;
}

.header {
 
  
}

.headerSpacer {
  padding-top: 0px;
  padding-bottom: 20px;
  /* padding-left: 5px; */
  height: 38px;
  width: 3px;
  background: #0066CA url('../../image/divider.GIF');
  
}

.headerText {
   font-weight: bold;
   font-size: 12px;
   color: black;
   text-align: center;
   vertical-align: bottom;
}

.bodyRim {
	background: #FFFFF0;
	text-align: center;	
}

.bodyInside {
	background: white;
	border-color: black;
	border-style: solid;
	border-top-width = 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;

}

.newsBodyInside {
	background: white;
	border-color: black;
	border-style: solid;
	border-top-width = 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;

}


.bodyCenter {
	
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}


.pageText {
   font-weight: normal;
   font-size: 12px;
   color: black;
   text-align: left;

}

.headerLeft {
  background: #0066CC;
  width: 106px;
  text-align: left;
}

.headerRight {
  text-align: left;
  background: #0066CA;
  vertical-align: top;
}

.logo {
 text-align: center;
 width: 130px;
}

.leftCol {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 5px;
  width: 155px;
  background: #0066CA url('../../image/leftColBG.jpg') repeat-y left;
  vertical-align: top
}

/* EOF Default page styles*/







/******************************
** Link styles
******************************/
a {color: #1E90FF; text-decoration: underline}
a:visited {color: #1E90FF; text-decoration: underline}
a:hover {color: blue; text-decoration: none}



a.headerLink {color: black; text-decoration: none;}
a.headerLink:visited {color: black; text-decoration: none;}
a.headerLink:hover {color: black; text-decoration: underline;}

/* EOF Link styles*/



/******************************
** Heading styles
******************************/
.pageHeading {
   font-size: 28px;
   font-weight: bold;
   text-align: center;
   padding-top: 30px;
   
   padding-bottom: 20px;
   color: #988020; /* Dark Yellow Colour */
}


.bodyHeading {
	padding-top: 10px;
	padding-left: 30px;

}

.subjectHeading {
		background: #E0E080; /* Light Yellow Colour */
   font-weight: bold;
   font-size: 12px;
   color: black;
	 text-align: left;

}




.subHeading {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.subHeading2 {
  font-weight: bold;
  font-size: 18px;
}
.formHeading {
  font-weight: bold;
  font-size: 20px;
  color: white;
  padding: 0px;
  background: #0066CA;
  text-align: center;
}
/* EOF Heading styles*/

/******************************
** Footer styles
******************************/
.footerCopy {
   font-weight: bold;
   font-size: 10px;
   color: #C0C0C0;
   text-align: center;
   left-padding: 5%;
   right-padding: 5%;
   vertical-align: bottom;

}

a.footerLink {color: #C0C0C0; text-decoration: underline;}
a.footerLink:visited {color: #C0C0C0; text-decoration: underline;}
a.footerLink:hover {color: #C0C0C0; text-decoration: none;}

/* EOF Footer styles */

.padRight5 {
   padding-right: 15px;
}

.floatRight {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}

.floatRightCenter {

	vertical-align: text-bottom;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;

}

.floatLeft {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0;
}


.slogan {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-align: center;
}
.border1 {
  border: black solid 1px;
}
.strong {
  font-weight: bold;
}

.homePage {
  background: #0063A6;
}

.formFieldName {
  padding: 5px;
  text-align: right;
  font-weight: bold;
}

.formButtonCol {
  padding: 5px;
  text-align: center;
}



/*****************************
**		News Page Styles
*****************************/


.newsDate {
   font-weight: bold;
   font-size: 10px;
   color: black;
   text-align: left;

}

.newsArchiveDate {

}

.newsArchiveHeading {

}