@charset "ISO-8859-1";

/* TAGS -------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #F2f2f2;
	}
	
p {
	font-size: 95%;
	font-weight: normal;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	}
	
ul {
	font-size: 95%;
	font-weight: normal;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	}
	
h1 {
	font-size: 130%;
	font-weight: normal;
	line-height: 120%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	color: #000;
	line-height: 120%;
	}
	
h2 {
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: o;
	margin: 0;
	color: #06c;
	line-height: 120%;
	}


/* DIVs -------------------------------------------------------------------- */

#header {
	width: 760px;
	height: 27px;
	padding: 0;
	margin: 0;
	}
#logo {
	width: 760px;
	height: 97px;
	bckground-color: #fff;
	}
#nav {
	width: 760px;
	height: 29px;
	background-image: url(../images/template/nav_f01.png);
	background-repeat:repeat-x; 
	
	}
#intro {
	width: 760px;
	height: 247px; 
	}
#content {
	width: 760px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
#contentTable th {
	background-image:url(../images/template/t_sidebar.png);
	background-repeat: repeat-x;
	background-color:#fff;
	width: 20%;
	}

#contentTable td {
	background-image:url(../images/template/t_shadow.png);
	background-repeat:repeat-x;
	}

#contentTable th p {
	font-weight: bold;
	color: #000;
	}
	
#footerlinks {
	width: 760px;
	font-size: 80%;
	padding-top:10px;
	border-top: 1px solid #999;
	}

#contentTable #tablePlain td {
	background-image: none;
	}

/* LINKS -------------------------------------------------------------------- */

a:link {
	color: #06c;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
a:visited {
	color: #006;
	text-decoration: underline;
	}
a:visited:hover {
	color: #006;
	text-decoration: none;
	}



/* CLASSES -------------------------------------------------------------------- */

.bold {
	font-weight: bold;
	}
.redHeading {
	color: #b61234;
	font-weight: bold;
	}
.blueHeading {
	color: #06c;
	font-weight: bold;
	}
.greenHeading {
	color: #693;
	font-weight: bold;
	}

.separatorTop {
	padding-top: 6px;
	}
.separatorBottom {
	padding-bottom: 6px;
	}
