
body {
	background-image:url("/images/background.jpg");
	background-repeat:repeat-y;
	background-position:center top;
	background-attachment:fixed;
	background-color:#B2D2EB;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

/* unordered lists */
ul {
	list-style-type:none;
	list-style-image:url(../images/bullet_blue2.gif);
}
ul li {
	padding-bottom:1px;
}

p {
	margin-top:14px;
	margin-bottom:14px;
}

/* contains the body and footer, with a border and padding */
.superdiv {
	background-color:#FFFFFF;
	width:950px;
	margin-bottom:0px;
	margin:auto;
}

/* the main table in the superdiv */
.maintable {
	background-color:#FFFFFF;
	width:100%;
	margin:auto;
	margin-top:10px;
}

/* left column for hompage */
.col1 {
	padding-top:10px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:0px;
	text-align:center;
}
/* right column for all pages */
.col2 {
	width:310px;
	padding-top:10px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:center;
}

/* header logo */
.masthead {
	background-color:white;	
}

.navigation {
	background-color:white;
	margin-left:23px;
}

.postit {
	background-image:url(../images/postit-blue.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:259px;
	height:400px;
}

.postit-larger {
	background-image:url(../images/postit-blue2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:259px;
	height:400px;
}

.postit2 {
	height:100%;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	padding-top:65px;
	margin-left:45px;
	width:160px;
}
.postit2 em {
	font-size:10px;
}

/* various text boxes that are divs */
.content1 {
	padding-left:25px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	background-color:white;
	line-height:22px;
	background-image:url(../images/box_bg3.jpg);
	background-position:100px 115px;
	background-repeat:no-repeat;
	min-height:400px;
}
.content2 {
	padding-left:25px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	background-color:white;
	line-height:20px;
	/*
	background-image:url(../images/temp/box_bg2.jpg);
	background-position:21px 21px;
	background-repeat:no-repeat;
	*/
	min-height:400px;
}

/* blur background colour */
.bluebg {
	background-color:#D8E8F7;
}

/* box border styles */
.box1 {
  margin-bottom:0px;
	empty-cells:show;
}
.box1tl {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_tl.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:19px;
	width:5px;
}
.box1t {
	font-size:9px;
	color:transparent;
	background-color:#D8E8F7;
	height:19px;
}
.box1tr {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_tr.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:19px;
	width:11px;	
}
.box1ml {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_ml.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	width:5px;
}
.box1mr {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_mr.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	width:11px;
}
.box1bl {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_bl.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:20px;
	width:5px;
}
.box1bl2 {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_bl2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
}
.box1b {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_b.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:white;
	height:20px;
}
.box1br {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_br.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:9px;	
	width:11px;
}
.box1br2 {
	font-size:9px;
	color:transparent;
	background-image:url(../images/box_br2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:20px;
}


/* footer area links */
div.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	margin-bottom:0px;	
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:20px;
}
div.footer a:link {
	color:#AF1317;
	text-decoration:underline;
}
div.footer a:visited {
	color:#003366;
	text-decoration:underline;
}
div.footer a:hover, .footer a:active {
	color:#003366;
	text-decoration:underline;
}

/* all default links */
a:link {
	color:#AF1317;
	text-decoration:underline;
}
a:visited {
	color:#003366;
	text-decoration:underline;
}
a:hover, a:active {
	color:#003366;
	text-decoration:underline;
}
a.hide {
	color:#003366 !important;
	text-decoration:none !important;
	border-bottom:0px !important;
}
.hidelinks a {
	text-decoration:none !important;
	border-bottom:0px !important;
}
.textlink {
	color:#003366;
	text-decoration:none;
	border-bottom:1px solid #003366;
	cursor:pointer;
}

/* headers */
h1 {
	font-family:Verdana, Arial, Helvetica;
	font-size:18px;
	color:#AF1317;
	font-weight:bold;
}

h2 {
	font-family:Verdana, Arial, Helvetica;
	font-size:16px;
	color:#AF1317;
	font-weight:bold;
	margin-top:20px;
}

h3 {
	font-family:Verdana, Arial, Helvetica;
	font-size:14px;
	color:#AF1317;
	font-weight:bold;
	margin-top:18px;
}

h4 {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#AF1317;
	font-weight:bold;
	margin-top:16px;
}

.nopad {
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
}

.external {
	font-size:12px;
	color:#666666;
}


