
/* new style boxes added - Jan 14 2008 */

/* positioning for colored content boxes */
.box {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
	line-height: 12px;	
	margin-bottom: 5px;
}

.lightBlue {
	background-color: #ebeff5;	
}

.deepBlue {
	background-color: #c7d0e2; 
}

p,td,body {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #2c2c2c;
}
ul,li,ol {
	font-family:  Tahoma, Arial;
	list-style-position: outside;
	list-style-image: url(images/plus.gif);
	line-height: 12px;
	padding: 4px;
	font-size: 8pt;
	margin-left:10px;
	margin-top:1px;
	color: #2c2c2c;
}

td.contentbox {
  padding-left:10px;
  padding-right:10px;
  padding-top:20px;
  padding-bottom:10px;
  line-height:12px
}

.small {
	font-family: Tahoma, Arial
	font-size: 7pt;
	color: #2c2c2c;
}
.lightgrey {
	font-family: Arial;
	font-size: 9pt;
	color: #c7c7c7;	
}
.midgrey, h2 {
	font-family: Arial;
	font-size: 9pt;
	color: #737373;	
}
.blue {
	font-family: Arial;
	font-size: 9pt;
	color: #31374f;	
}
h1 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: 900;
	color: #31374f;	
}

a, a.visited {
	font-family:  Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #12274b;
}a.hover {
	font-family:  Tahoma, Arial;
	font-size: 8pt;
	text-decoration: underline;
	color: #b15630;
}


a.topnav, a.topnav:visited {
	font-family:  Tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: #3c3c3c;
}a.topnav:hover {
	font-family:  Tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: #001c4b;
}

td.MenuBackground
{
	background-image:url('images/MenuBackground.jpg');
	background-repeat:repeat-x;
	padding-left:1px;
	padding-right:1px;
}

a.mainnavblue, a.mainnavblue:visited {
	font-family:  Arial;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	color: #274c85;	
}a.mainnavblue:hover {
	font-family:  Arial;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	color: #132543;
}

a.mainnavgrey, a.mainnavgrey:visited {
	font-family:  Arial;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	color: #626262;	
}a.mainnavgrey:hover {
	font-family:  Arial;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	color: #282d36;
}

a.lightgrey, a.lightgrey:visited {
	font-family:  Arial;
	font-size: 9pt;
	text-decoration: none;
	color: #c7c7c7;	
}a.lightgrey:hover {
	font-family:  Arial;
	font-size: 9pt;
	text-decoration: none;
	color: #132543;
}

.img-shadow {
 	clear: both;
  	float:left;
   	background: url(shadowAlpha.png) no-repeat bottom right !important;
    background: url(shadow.gif) no-repeat bottom right;
	margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

img.border
{
BORDER-LEFT-COLOR: #979ba2; 
MARGIN-BOTTOM: 50px; 
BORDER-BOTTOM-COLOR: #979ba2; 
BORDER-TOP-COLOR: #979ba2; 
MARGIN-RIGHT: 8px; 
BORDER-RIGHT-COLOR: #979ba2
}
.comments{
	background-color:#dee3ec;
	border:thick white solid;
	margin:5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	font-family: georgia, serif;
	font-size:13px;
	color:#5d759b;
	text-align:center;
}
span.cmaker{
		font-family: georgia, serif;
		font-size:12px;
		color:#5d759b;
		font-style:italic;
}

span.error {
	color: red;
}
