
/****************************************************
* BASE ELEMENTS
****************************************************/

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url("images/index/bg.jpg");background-repeat: repeat-x;
	background-color: #ECDDFE;	
}

a:link 		{ color: #0000ff; text-decoration: underline; }
a:visited 	{ color: #0000ff; text-decoration: underline; }
a:active  	{ color: #0000ff; text-decoration: underline; }
a:hover 	{ color: #0000ff; text-decoration: none; }

a.new:link 		{ color: #660099; text-decoration: none; }
a.new:visited 	{ color: #660099; text-decoration: none; }
a.new:active  	{ color: #660099; text-decoration: none; }
a.new:hover 	{ color: #ffffff; text-decoration: none; background-color:#660099;}

a.heading:link 		{ color: #9E4C75; text-decoration: none; font-size: 15px;}
a.heading:visited 	{ color: #9E4C75; text-decoration: none; font-size: 15px;}
a.heading:active  	{ color: #9E4C75; text-decoration: none; font-size: 15px;}
a.heading:hover 	{ color: #000000; text-decoration: none; font-size: 15px;}

a.copyright:link 		{ color: #000000; text-decoration: none; font-size: 11px;}
a.copyright:visited 	{ color: #000000; text-decoration: none; font-size: 11px;}
a.copyright:active  	{ color: #000000; text-decoration: none; font-size: 11px;}
a.copyright:hover 		{ color: #ffffff; text-decoration: none; font-size: 11px; background-color:#660099;}

a.copyrighthead:link 		{ color: #FFFFFF; text-decoration: none; font-size: 11px;}
a.copyrighthead:visited 	{ color: #FFFFFF; text-decoration: none; font-size: 11px;}
a.copyrighthead:active  	{ color: #FFFFFF; text-decoration: none; font-size: 11px;}
a.copyrighthead:hover 		{ color: #ffffff; text-decoration: none; font-size: 11px; background-color:#660099;}


p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px; 	/* margin defines the white space around a HTML element's border */
	padding: 0px; 	/* padding defines the white space within the element's border */	
}

p.small_text {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p.super_small_text {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


p.bigheading {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #660099;
}

p.heading {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9E4C75;
}

th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #0e3460;
	text-align: center;
}
h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #0e3460;
	text-align: center;
}
h3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #0e3460;
}
h4 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #0e3460;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
abbr, acronym {
	text-decoration : underline;
}
blockquote {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	line-height: 20px;
}
ol, ul {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, textarea, select {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 20px;
}
img {
	border: none;
}
form {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

/****************************************************
* TABLE CLASSES
****************************************************/

.centerTable {
   margin-left: auto;
   margin-right: auto;
}

.footerLinkBorder {
	border-style: solid;
	border-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
}

.tableBorder {
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.tableleftline{
	border-style: solid;
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
}

.tablebottomline{
	border-style: solid;
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}


/****************************************************
* HIGHSLIDE
****************************************************/


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



/****************************************************
* BGCOLOR CLASSES
****************************************************/

.BgcolorBody {
	background : #ffffff;
}
/* Used for dark nav bar headings */
.BgcolorHard {
	background : #0e3460;
}
/* Used as the primary table background color */
.BgcolorNormal {
	background : #8cb2fd;
}
/* Used for Mon-Fri Headings */
.BgcolorBright {
	background : #5454EA;
}
/* Used to show selected navigation */
.BgcolorDull {
	background : #7B8FDA;
}
/* Used for navigation headings */
.BgcolorDull2 {
	background : #5B89DD;
}

/****************************************************
* FONT CLASSES
****************************************************/

.fontCopyright {
	color : #EFEFEF;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
.fontCopyright2 {
	color : #FFFFFF;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
.fontSmall {
	font-size : 11px;
}
.fontWhite {
	font-size : 11px;
	color : #ffffff;
}
.fontCaption {
	color : #5B608E;
	font-size : 15px;
}
.fontSearchHeading {
	font-size : 13px;
}

/****************************************************
* OTHER CLASSES
****************************************************/

.ButtonStyle {
	cursor: hand;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #000000;
	background :  #8cb2fd;
}

.ButtonStyleSmall {
	cursor: hand;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	background :  #8cb2fd;
}

.Warning {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #ff0000;
	vertical-align : middle;
	font-weight : bold;
}

.SectionHeaderStyle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ffffff;
	background : #0e3460;
	text-align : left;
	padding-right : 5px;
	padding-left : 5px;
}

dfn {
  border-bottom: 1px dotted black;
}




