

body {
  font: 15px Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
}


.maintextblock {
	background-image: url(images/gradient.gif);
	padding: 1em 1em 1em 1.5em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
}
.arialtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	margin-top: .5em;
}
h2 {
	font-size: 14px;
	margin:0;
	text-align:center;
	margin-top: .5em;
}

h3 {
	font-size: 15px;
	margin:0;
	color:#cc3300;
	margin-top: .5em;
	padding-left:1em;
}


div.clear  { clear:both;}

/* Generic Link */
a.link			{font-size: 15px; text-decoration: underline;}
a.link:link		{color: #000066; text-decoration: underline;}
a.link:visited	{color: #000066; text-decoration: underline;}
a.link:hover	{color: #cc3300; text-decoration: none;}

/* link news Link */
a.linknews			{font-size: 13px; text-decoration: underline;}
a.linknews:link		{color: #000066; text-decoration: underline;}
a.linknews:visited	{color: #000066; text-decoration: underline;}
a.linknews:hover	{color: #cc3300; text-decoration: none;}


/* Lists */
.list{ margin-left:1em; margin-bottom: .9em; }

.list li {
	list-style-image: url(/images/bullet_tick.png);
	padding-bottom:0.1em; 
	font: 13px Arial, Helvetica, sans-serif;
	color:#035091
	
	}

.list2{ margin-left:0em; margin-bottom: .9em; }

.list2 li {
	padding-bottom:0.5em; 
	font: 13px Arial, Helvetica, sans-serif;

}
	
.schedule {margin-left:2em;}
.schedule p {font: 13px Arial, Helvetica, sans-serif; margin:0; padding:0; }


a[href $='.pdf'] { 
   padding-right: 25px;
   background: transparent url(images/doc_pdf.png) no-repeat center right;
}

a[icon ^='external'] { 
   padding-right: 25px;
   background: transparent url(images/icon_external.gif) no-repeat center right;
}

/* FGallery Div Box! */
.gbox {
	float:left;
	width:185px;
	margin-bottom: 20px;	
	border: 0px solid BLUE;
}

/* Fancy Navigation!!! */
ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 13px;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 13px;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background: url(images/a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

