/*this container centers the content in the browser and fixes the overall width*/
#wrapper {
	width: 800px;
	text-align: left;
	/* color: #333333; */
   color: #666666;
	line-height: 1.2em;
	background-color: #ffffff;/*themecolour2;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #3399CC;
}
/* this container holds the individual text boxes in the left-hand column*/
#holderdiv {
	width: 250px;
	margin-right: 0px;
	margin-left: 5px;
}

/* this container holds the heading graphic*/
#header {
	background: #ffffff;/*themecolour3;*/
	height: 245px;
	margin: 0px;
}
   
/*this container holds the logo graphic */
#logo {
	background-repeat: no-repeat;
	height: 80px;
	top: 0px;
	right: 0px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
/*the individual text boxes in the right-hand column */
.rightcoldiv {
	background-color: #3366CC;
	background-repeat: repeat;
	border: 1px dashed #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 5px;
}

/*styles the footer */
.footer {
	font-size: 70%;
	padding-bottom: 10px;
	text-align: left;
	clear: both;
	padding-top: 10px;
	color: #999999;
	background-color: #e2e2de;/*themecolour4;*/
	line-height: 1.2em;
	padding-left: 10px;
}

/*HTML tag styles*/
/*this defines the font style and color*/
body {
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;/*themecolour4;*/
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	margin-top: 0px;
}

#mainbody {
   margin-left: 5px;
   margin-right: 250px;
}

/*paragraph styles*/ 
#wrapper p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 100%;
}
.rightcoldiv p {
	font-size: 90%;
	color: #4b4b4b;
	line-height: 1.3em;
	padding-bottom: 0px;
	padding-top: 0px;
} 
/*sets margins to 
    p {
	margin-top: 0px;
	margin-bottom: 0px;
} RJM Monday, October 29, 2007 does not do anything? */

/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}

h1 {
	font-size: 140%;
	/* color: #878785;/*themecolour4;*/
	color: black;
	padding-top: 10px;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 120%;
	color: #3366CC;
	/*  color: #878785;/*themecolour1$ 0.6%,-40.3%;*/
	margin-top: 10px;
	margin-bottom: 6px;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
}

h3 {
	font-size: 70%;
	color: #4b4b4b;/*themecolour2$ -26.2%,-8.4%;*/
   width: 50%;
	margin-top: 4px;
	margin-bottom: 6px;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #878785;
}
.rightcoldiv h2 {
	margin: 0;
	background-color: #e2e2de;/*themecolour1;*/
	/*  color: #878785;/*themecolour2$ -26.2%,-8.4%;*/
  	color: #000000;
	font-size: 90%;
	padding: 3px 5px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bolder;
	
}

/*link styles*/
a {
	/* color: #878785;/*themecolour1$ 0.6%,-40.3%;*/
	color: #243a88;
}
a:hover {
	/* color: #6a6a5b;/*themecolour1$ -12.5%,-53%;*/
	color: red;
}

/*defines the style for horizontal dividers */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2de;/*themecolour4;*/
}    

#bottomnavbar {
	background-color: #3366CC;/*themecolour4;*/
	width: 100%;
	font-size: 70%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-top: 20px;
	padding-right: 0px;
	margin-right: 0px;
}

hr
{
	border: solid 1px #e2e2de;
}

.menulink {
	text-decoration: none;
   color: #ffffff;
   padding-left: 5px;
   padding-right: 5px;
}
a.menulink:hover {
	text-decoration: none;
   color: #ffffff;
}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;/*themecolour4;*/
	font-size: 80%;
	font-weight: normal;
	padding-left: 20px;
	line-height: 1.3em;
	color: #4b4b4b;
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #4b4b4b;
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}
.rightcoldiv ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 15px;
	line-height: 1.3em;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style-image: url(../images/check.gif);
}
.rightcoldiv ol {


	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 15px;
	line-height: 1.3em;
	padding-bottom: 10px;
	padding-top: 10px;
}
#top {

	background-color: #0D2147;/*themecolour4;*/
	width: 100%;
   font-size: 70%;
	text-align: left;
   color: #FFFFFF;
   padding-top: 0px;
	padding-bottom: 0px;
}
.large {

	font-size: 120%;
   color: #3366CC;   
	/*  color: #878785;/*themecolour1$ 0.6%,-40.3%;*/
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: bolder;
}
.rightcoldiv li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
}
.strong {


	font-size: 100%;
   color: #3366CC;   
	/*  color: #878785;/*themecolour1$ 0.6%,-40.3%;*/
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878785;
}
#mainbody .small {
	font-size: 70%;
	margin-top: 0px;
}
.nobotmargin {
	margin-bottom: 0px;
}
