/* Global*/
html, body {margin: 0; padding: 0; border: 0;}

body {text-align: center;
	/* Used to center align main table for pre IE 6*/
	background: #fff;
    background-image: url(/images/splash-home-bg.gif);    
    background-position: top center;
	background-repeat: no-repeat;}

table#mainTable {margin: 0 auto; /* Used to center align main table for later browsers */
			    text-align: left; /* Reset text to left align from body rule */
			    width: 750px; /* New width (replacing 100%) */
			    border: 0;}

p, td { font-size:11px; font-family:verdana,helvetica,arial,sans-serif; }
li { list-style-type:square; }
a { color:#002e7e; text-decoration:underline; }
a:hover { color:#3161b5; text-decoration:underline;}
ul { margin:5px 0px 0px 0px; padding-left: 25px;}
h1 { font-size: 11.5px; color: #4792ce; font-family: verdana,helvetica,arial,sans-serif; margin:15px 0px 0px 0px;}
h2 { font-size: 12px; color: #1d517d; font-family: verdana,helvetica,arial,sans-serif; margin:20px 0px 15px 0px;}
h3 { font-size: 11.5px; color: #4792ce; font-family: verdana,helvetica,arial,sans-serif; margin:0px 0px 0px 0px;}
h4 { font-size: 12px; color: #1d517d; font-family: verdana,helvetica,arial,sans-serif; margin:0px 0px 15px 0px;}
h5 { font-size: 11px; color: #1d517d; font-family: verdana,helvetica,arial,sans-serif; margin:0px 0px 0px 0px;}
img { border-width:0px; }
div { border-width:0px; }
.index { font-size:11px; font-family:verdana,arial,helvetica,sans-serif; font-weight : bold; margin:0px; }
.title{ padding-bottom:10px; padding-left:10px; }
.splash_title{ padding-bottom:10px; }
.top { display:table-cell; vertical-align:top; }
.bottom { display:table-cell; vertical-align:bottom; }
.ctr { vertical-align:middle; }
.reg_copy { padding-left:9px; padding-right:10px; padding-top:0px; padding-bottom: 0px; }
.block_copy { padding-left:10px; padding-right:15px; padding-top:0px; padding-bottom: 5px; background-image: url(/images/feature_bg.gif); background-repeat: repeat-y; }
.block_top { padding-top:15px; }
.crumb { text-align:right;  padding-bottom: 20px; font-size: 10px; color: #4792ce; font-family: verdana,helvetica,arial,sans-serif;}
