h1 {
	margin: 10px 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: 24408F;
}
h2 {
	margin: 10px 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: black;
}
h3 {
	margin: 10px 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: black;
}
p,td,li {
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black;
}
p {
	text-align: justify;
	margin: 0;
	margin-bottom: 6p;
}
ul {
        margin-top: 6px;
        padding-top: 0;
	padding-bottom: 0;
	list-style-type: square;
}
a, a:visited, a:active {
	color: #24408F;
	text-decoration: underline;
}
a:hover {
	color: #788BC1;
}
hr {
	width: 100%;
	height: 1px;
	background-color: #D2D6DE;
	border: 0;
}
b {
	color: #24408F;
}
a.bottomnav, a.bottomnav:visited, a.bottomnav:active, a.bottomnav:hover {
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
}

.colmask {
	position:relative;      /* This fixes the IE7 overflow hidden bug */
	width:100%;             /* width of whole page */
	overflow:hidden;        /* This chops off any overhanging divs */
	border: 1px solid #24408f;
}
.colright, .colmid, .colleft {
	float:left;
	width:100%;             /* width of page */
	position:relative;
}
.col1h, .col1, .col2, .col3 {
	float:left;
	position:relative;
	padding: 5px 0;
	overflow:hidden;
}
.col1h {
	font-size: 11px;
	font-weight: bold;
	color: #24408f;
	padding: 6px;
}
.col1h img {
	margin:0;
	border:0;
	padding:0;
	margin-right: 30px;
	vertical-align: middle;
}

/* 3 Column settings */
.threecol .colmid {
	right:33%;              /* width of the right column */
	border-right: 1px solid #24408f;
}
.threecol .colleft {
	right:34%;              /* width of the middle column */
	border-right: 1px solid #24408f;
}
.threecol .col1 {
	width:32%;              /* width of center column content (column width minus padding on either side) */
	left:101%;              /* 100% plus left padding of center column */
	min-height: 50px;
}
.threecol .col2 {
	width:31%;              /* Width of left column content (column width minus padding on either side) */
	left:36%;               /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:31%;              /* Width of right column content (column width minus padding on either side) */
	left:72%;               /* 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) */
}

/* 2 Column settings (left) */
.twocoll .colleft {
    right:67%;              /* width of the rightexcolumn */
    border-right: 1px solid #24408f;
    min-height: 50px;
}
.twocoll .col1 {
    width:65%;              /* width of right column content (column width minus padding on either side) */
    left:101%;              /* 100% plus left padding of right column */
}
.twocoll .col2 {
    width:31%;              /* Width of left column content (column width minus padding on either side) */
    left:3%;                /* (right column left and right padding) plus (left column left padding) */
}

/* 2 Column settings (right) */
.twocolr .colleft {
    right:33%;              /* width of the rightexcolumn */
    border-right: 1px solid #24408f;
    min-height: 50px;
}
.twocolr .col1 {
    width:31%;              /* width of right column content (column width minus padding on either side) */
    left:101%;              /* 100% plus left padding of right column */
}
.twocolr .col2 {
    width:65%;              /* Width of left column content (column width minus padding on either side) */
    left:3%;                /* (right column left and right padding) plus (left column left padding) */
}

/* 1 Column settings */
.onecol .col1, .onecol .col1h {
    width:98%;
    left:1%;
}

