.clear
{
	clear: both;
	padding-bottom: 1px;
	margin-bottom: -1px;
}
.hide
{
	display: none;
}
.inside
{
	padding: 0 1em;
}
img
{
	border: 0px;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
.borderless
{
	border: 0px;	
}
p
{
  text-align: justify;
}
h1
{
	font-size: 250%;
	color: #032376;
}
h2
{
	font-size: 120%;
	font-stlye: italic;
	color: #032376;
	background-color: #bdcffd;
	padding: 5px;
}
h3
{
	font-size: 110%;
	color: #032376;
}
h4
{
	font-size: 105%;
}
h5
{
	font-size: 80%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}
h6
{
	font-size: 70%;
}
a, a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #900020;
}
a:hover
{
	text-decoration: none;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table p
{
	font-size: 100%;
}
td p, th p
{
	vertical-align: top;
	text-align: left;
}

/*  layout of the page. */
body
{
	margin: 0px;
	font-size: 100.1%;
	background-image: url(../images/tartan3.jpg);
}
#pageWrapper
{
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
	border-width: 0px;
}

#masthead
{
	border-top: 1px solid #3401cc;
	border-bottom: 1px;
	height: 140px;
}
.logo
{
	margin-left: -11px; 
	margin-top: 0px;
	float: left;
}
#masthead.inside .strapline
{
font: 120% Georgia, "Times New Roman", Times, Serif;
color: #0467cd;
background-color: transparent;
float: right;
margin-right: -10px;
margin-top: 30px;
}
#masthead h1
{
	display: none;	
	padding: 0;
	margin: 0;
}

#outerColumnContainer
{
	border-left: solid 2px #fff; 
	border-right: solid 3px #fff;
}


.banner
{
	margin-right: -10px;
	margin-top: 0px;
	float: right;
}
#footer
{

	border-width: 1px 0;
	padding: 0.5em;
}

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}
.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
/*	border: solid 1px #000; */
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: dotted 1px #000;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 4px;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}
* html .vnav ul li a
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;
}
/* horizontal navigation elements */
.hnav
{
	border-bottom: solid 1px #000;
	text-align: center;
	background: url(../images/bar-bur2.jpg);
	background-repeat: repeat-x;
	
}
.hnav, .hnav ul li a
{
	padding-top: 2px; 
	padding-bottom: 2px; 
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width:1%; 
	display: inline-block; 
	/* \*/
	width: auto;
	display: inline;
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	
}

/* below this point is the page's "theme" */

#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
/*	border-color: #900020; */
	background-color: #fff;
}

html, body
{
	/* set font-size in #pageWrapper. */
	/* background-color: #fff; */
	color: #000;
	font-family: arial, helvetica, sans-serif;
	/* background: url(../images/bgd.jpg); */
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
}
#masthead
{
	background-color: #3401cc;
	color: #ffb16d;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.hnav
{
	background-color: #032376;	/* header bar background color */
	color: #900020;
}
#outerColumnContainer
{
	border-left-color: #fff;     /* burgundy - 900020 left column background color */
	border-right-color: #fff;	/* right column background color */
	background-color: #fff;		/* set the background color for the middle column here */
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	background-color: #fff;
	color: #0467cd;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #ffcc00;
	color: #3401cc;
}
.hnav ul li a:hover
{
	background-color: #3401cc;
	color: #ffcc00;
}

}
#footer
{
/*	background-color: #fff;	 footer background color */
	background: url(../images/bar-bur3.jpg);
	background-repeat: repeat-x;
	color: #000;
	text-align: center;
	font-size: 85%;
}

