@import url(positioning.css);
@import url(nav.css);
@import url(typography.css);
@import url(forms.css);
@import url(SpryAssets/SpryAccordion.css);

/* GENERAL
/************************************************************************************/

* {}

html {overflow:-moz-scrollbars-vertical; height: 100%;}

body {
	font: 0.79em/1 "Trebuchet MS", Georgia, "Lucida Sans Unicode",  Verdana, Tahoma;
	color: #3F3F3F; background: #EEF1F2 url(../img/bg/bg-gradient.jpg) repeat-y center center; 
	text-align: center; margin: 0; padding: 0;
}

p 	{line-height: 170%; margin: 0px 0px 10px; padding: 0px;}
ul 	{line-height: 170%; list-style-type: square; margin-left:20px; padding-right:10px;}

ol 	{line-height: 170%; }
td 	{line-height: 170%; vertical-align: top;}

td.shaded {
	color: #000000;
	background: #f3f3f3;
}

ul.para, ol.para  {padding-right:10px; }



/* HYPERLINKS {not including menu} */
/***********************************************************************************/
/* No border for image links */
a img {border: none;}

/* Body text links always underlined and blue */
#full p a:link, #main_content p a:link, #full td a:link, #main_content td a:link, #full li a:link, #main_content li a:link 				{font-weight:normal; color:#0098CB;}

/* Body text visted links with tick */
#full p a:visited, #main_content p a:visited, #full td a:visited, #main_content td a:visited, #full li a:visited, #main_content li a:visited  	
{font-weight:normal; color:#666;}

/* Body text hover links */
p a:hover, td a:hover, li a:hover 			{color:#333; text-decoration: none;}

#breadcrumb p a:link, #breadcrumb p a:visited {color: #999999; text-decoration: underline; font-weight:normal;}
#breadcrumb p a:hover {color: #333; text-decoration: none; font-weight:normal;}

#page_nav a:link, #page_nav a:visited {color: #41696C; text-decoration: none; padding-right: 10px;}
#page_nav a:hover {color: #333; text-decoration: none;}

#footer a:link, #footer a:visited {color: #999; text-decoration: underline; font-weight: normal;}
#footer a:hover {color: #ccc; text-decoration: none;}

.invisible {display: none; visibility: hidden;}

hr {background: #ECE9D8 url(../img/bg/hor.gif); border: 0px none;}


