/* CSS Document */
/* Custom Styles */
.title{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #006666;
  color: #000000;
}

.subtitle{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 26px;
  color: #000000;
}

.content{
	font-family: Georgia, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Georgia, Helvetica, sans-serif;
  	font-size: 30px;
	line-height: 30px;
	color: #000000;
}

h2 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
  	color: #000000;
}

h3{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 22px;

  color: #000000;
}

h4{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 18px;

  color: #000000;
}

body, p {
	font-family: Georgia, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}



/*---------------------------------------------------------------------*/
/* CONTENT					    */
/*---------------------------------------------------------------------*/

/* Used on all layouts. It surrounds all content. */
.SWMasterContentContainer {
}

/* Used on secondary page when left navigation is on. */
.SWContentBODY {
/* FIREFOX PADDING FIX */
    WIDTH: 641px!important;
	WIDTH: 671px;
	BACKGROUND-COLOR:white;
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 15px;
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 15px;
	font-family: georgia, tahoma, verdana;
	font-size: 12px;
	position: relative;
}

/* Used on secondary page when left navigation is off. */
/* Used on Login, Access My Info, Register, Directory and Log Out pages */

.SWContentBODYMinusLeftNavigation {
/* FIREFOX PADDING FIX */
    WIDTH: 916px!important;
	WIDTH: 946px;
    BACKGROUND-COLOR:white;
    PADDING-TOP: 15px;
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
	font-family: georgia, tahoma, verdana;
	font-size: 10px;
	position: relative;
}


/* Used to format the Last Modified Date */

.SWLastModifedDate {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}
