body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	line-height: 1.5;
}
a:link, a:visited {
  color: #0029a3;
  text-decoration: none;
}

a:hover {
  color: #5d59ac;
  border-bottom: 1px solid #5d59ac;
}

/* links with no changes */
a.cleanlink:link {
	color: #fff;
}

a.cleanlink:visited {
	color: #fff;
}
a.cleanlink:hover {
	border: 0;
}
a.cleanlink:active {
	text-decoration: none;
	border: 0;
	color: #fff;
}
/**********************/
.centered {
	text-align: center;
}

acronym {
	border-bottom: 1px dotted grey;
}

/* block elements */

h1, h2, h3, h4, h6 {
  color: #114477;
  font-family: Verdana, Arial, sans-serif;
  white-space: nowrap;
  font-weight: bold;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 15px;
  text-decoration: underline;
}

h6 {
  font-size: 13px;
}

/*
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
*/

/* images */

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.bordered {
	padding: 3px;
	border: 1px solid #114477;
}

.dotbordered {
	padding: 10px;
	border-bottom: 1px dotted #114477;
}

/* Header styles */
#header, 
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #000;
}
 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#f4f4f4;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
	text-align: center;
	font-size: 90%;
	color: darkgray;
}

/* lists */

ul.none {
	list-style-type: none;
}

ul.check {
	list-style-image: url("../images/navigation/check.gif");
}

ul.acrobat {
	list-style-image: url("../images/navigation/pdf.gif");
}

table, th, td {
	border-color: 1px solid green;
}

td.even {
	background-color: lightgray;
	}
	
td.odd {
	background-color: white;
}

.family {
	color: #0029a3;
	font-weight: bold;
}

li.here-fund {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-fund.gif")
	
}

li.here-sch {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-sch.gif")
	
}

li.here-tal {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-tal.gif")
	
}

li.here-cae {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-cae.gif")
	
}

li.here-sar {
	color: #8e002d;
	list-style-image: url("../images/navigation/pointer-sar.gif")
	
}

.note {
	background: #fef6eb url("../images/navigation/note.gif") 5px 2px no-repeat;
	padding-left: 40px;
	border: 1px dotted black;
}

.calendar {
	background: #fef6eb url("../images/navigation/calendar.gif") 5px 2px no-repeat;
	padding-left: 50px;
	border: 1px dotted black;
}

.warn {
	background:#ffc url(../images/navigation/warn.gif) 0.5em no-repeat;
	background-position: 1em 0.5em;
	width: 70%;
	font-size:0.8em;
	margin: 0em 4em 0.5em 4em;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 4em;
	border: 1px dotted #2b5977; /* dark blue */
	}

#language {
	position: absolute;
	top: 50px;
	right: 150px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	/*border: 1px solid red;*/
	background-color: #f4f4f4;
}

.cleanup {
	clear: both;
}

/* different headers */

#flowers {
	background-image: url('../images/deco/flowers.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

#tulips {
	background-image: url('../images/deco/tulips.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

#cars {
	background-image: url('../images/deco/cars.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}