
/* PAGE STYLE */
/* --- The basics to control universal font style, etc. --- */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	
	scrollbar-3dlight-color:#293B50;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#C1E9F8;
	scrollbar-darkshadow-color:#293B50;
	scrollbar-face-color:#C1E9F8;
	scrollbar-highlight-color:#293B50;
	scrollbar-shadow-color:#eeeeee;
	scrollbar-track-color:#C1E9F8;
}

td {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}



/* TEXT STYLE */

a:link, a:visited {
	font-family:inherit;
	font-size:11px;
	font-style:inherit;
	font-weight:bold;
	text-decoration:none;
	color:#4E91B2;
}

a:hover {
	font-family:inherit;
	font-size:11px;
	font-style:inherit;
	font-weight:bold;
	text-decoration:none;
	color:#4E91B2;
}

h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	font-style:normal;
	font-weight:normal;
	color:#4E91B2;
	margin-top:0px;
}

h2 {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#666666;
	background-color:#E9F6FB;
	width:98%;
	padding-left:10px;
}

h3 {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
	color:#004C70;
	margin-top:5px;
}

h4 {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
	margin-top:5px;
}


.ih1 {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
	color:#ffffff;
}

.ih2 {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#ffffff;
}

span {
	font-family:inherit;
	font-size:11px;
	font-style:inherit;
	font-weight:bold;
	text-decoration:none;
	color:#4E91B2;
}


/* SPECIAL TEXT STYLE */
/* --- These classes NEED set-up with ".txt-" in front of them and will show in the RTE --- */

.txt-tiny {
	font-family:inherit;
	font-size:9px;
	font-style:inherit;
	font-weight:bold;
	color:#ffffff;
}

.txt-tinyblue {
	font-family:inherit;
	font-size:9px;
	font-style:inherit;
	font-weight:bold;
	color:#4E91B2;
}



/* SPECIAL PAGE STYLE */
/* --- this would be for <div>, etc with background, etc. set on them --- */

#itop {
	background-image:url(/images/i-red-repeat.jpg);
	background-repeat:repeat-x;
	width:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index:1;
}

#nav {
	z-index:2;
	background-image:url(/images/i-navbar.jpg);
	background-repeat:no-repeat;
	top:44px;
	right:0px;
	position:absolute;
	width:500px;
	height:20px;
	padding-left:12px;
	padding-top:1px;
}

#nav a:link, #nav a:visited {color:#084C77; }

#itext {
	background-image:url(/images/i-text-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	z-index:1;
	position:absolute;
	right:195px;
	left:0px;
	top:87px;
	margin-right:0px;
	width: 70%;
}

#iright {
	float:right; 
	z-index:1; 
	position:absolute; 
	margin-left:0px;
	top:87px;
	right:0px;
}

#ibox {
	background-image:url(/images/i-box-repeat.gif); 
	background-repeat:repeat-y; 
	width:156px;
	color:#D8F2FF;
	font:arial narrow;
	font-size:12px;
}

#ibox p {
	color:#D8F2FF;
	font-size:12px;
	padding-left:25px;
	margin:0;
}

#ibox ul {
	color:#C71444;
	list-style:square;
	margin-bottom:0;
}

#ibox span {
	color:#D8F2FF;
}

#box {
	top:68px;
	right:0;
	position:absolute;
	color:#084C77;
	background-image:url(/images/m-box-repeat.jpg);
	background-repeat:repeat-y;
	width:177px;
	height:100%;
}

#box p {
	color:#084C77;
	font-size:12px;
	padding-left:25px;
	margin:0;
}

#box ul {
	color:#084C77;
	list-style:square;
	margin-bottom:0;
}

#subnav {	
	background-color:#E9F6FB;
	padding:5px;
	color:#004C70;
	list-style-type:circle;
	width:98%;
}

/* FORM STYLE */
/* --- All submit buttons, search boxes, etc. will need inline widths set on them --- */

form {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	color:#0066cc;
	display:inline;
}

input {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	color:#0066cc;
	display:inline;
}

textarea {
	font-family:inherit;
	font-size:inherit;
	font-style:normal;
	font-weight:normal;
	color:#0066cc;
	display:inline;
}

select {
	font-family:inherit;
	font-size:inherit;
	font-style:normal;
	font-weight:normal;
	color:#0066cc;
	display:inline;
}
