/* CSS Document */

#left {
	background-color:#F5F5F5;
}
.padding10 {
	padding:10px;
}		
.bgwhite {
	background-color:#FFFFFF;
}	
.dateformat {
	color:#1F5981;
	font-weight:bold;
}
.morelink {
	color:#1F5981;
	text-decoration:underline;
}
.morelink:hover {
	text-decoration:none;
}
#welcomebg {
	background-color:#CCE9F7;
	padding:14px 30px 0px 14px;
}		
#mainbody {
	background-color:#1D1D1D;
}	
.maintablebodybg {
	background-color:#E2F5FC;
}	
.mainbodyheading {
	background-image:url(images/body-heading-back.gif);
	background-repeat:repeat-x;
	background-color:#1B84C2;
	height:27px;
}
.padding14 {
	padding:14px;
}		
#newsletter {
	background-image:url(images/newsletter-back.gif);
	background-repeat: repeat-x;
	border-bottom:2px solid #A2D6EE;
	height:31px;
	background-color:#7AC6EC;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#225E82;
	padding-left:15px;
	font-weight:bold;
}	
.tahoma11boldwhite {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E2F5FC;
	font-weight:bold;
}
.textbox {
	width:110px;
	height:14px;
	font-size:10px;
}		
.whitetext, .whitetextbold, .whitelink {
	color:#E6F5FC;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}	
.whitetextbold {
	font-weight:bold;
}
.whitetext {
	font-weight: normal;
}	
.whitelink {
	padding:0px 6px 0px 6px;
	text-decoration:none;
	font-weight:bold;	
}
.whitelink:hover {
	font-weight:bold;
	text-decoration:underline;
}	
.blackborder {
	border-bottom:1px solid #1D1D1D;
}
.topleftcorner {
	border-right:1px solid #1D1D1D;
	background-color:#2A97CF;
}	
#logoportion {
	background-color:#0059A9;
	height:100px;
	border-bottom:1px solid #1D1D1D;
}	
#horzmenu {
	background-image:url(images/horz-menu.gif);
	background-repeat:repeat-x;
	background-color:#137CBE;
	height:38px;
}	
.borderrightleft {
	border-right:1px solid #1681C1;
	border-left:1px solid #83C5E6;
	height:25px;
}	
.borderright {
	border-right:1px solid #1681C1;
}	
.borderleft {
	border-left:1px solid #83C5E6;
}

.width50per {
	width:50%;
}	

/* General CSS Document */

body {
	margin:10px 0px 0px 0px;
	background-color:#1D1D1D;
}
td {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #256E9B;
	text-decoration: none;
}
.widthfull {
	height:100%;
}
.width100per, .widthfull {
	width:100%;
}	
#externaltable {
	width:775px;
	background-color:#FAFFFE;
}
#footer {
	background-color:#1F5981;
	height:42px;
}	
.width100per, .widthfull {
	border:0px;
}		
.height1 {
	height:1px;
}	
.width1 {
	width:1px;
}	
.lt, .lm, .lb {
	text-align:left;
}
.lt, .rt, .ct {
	vertical-align:top;
}
.lm, .rm, .cm {
	vertical-align:middle;
}		
.rt, .rb, .rm {
	text-align:right;
}	
.lb, .cb, .rb {
	vertical-align:bottom;
}	
.ct, .cb, .cm {
	text-align:center;
}