/********** Begin Base Styles  ************/

body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:16px;
margin:0px;
font-size:14px; 
color:#000;
padding:0;
line-height: 15px;
background: url('../img/common/main_top_bg_stretch.png') #fff repeat-x top center;
}

a:link {
text-decoration: none;
color: #0066cc;
}

a:visited {
text-decoration: none;
color: #0066cc;
}

a:hover {
text-decoration: none;
color: #115394;
}

p {
color: #231a05;
line-height: 22px;
margin: 5px 0 5px 0;
/* changed: 03/25/13 ORIGINAL: margin: 8px 0 8px 0;*/
}

ul {
margin:0;
padding:0;
}

ul li {
color: #383838;
margin:0;
padding:0;
line-height: 18px;
list-style-type: none;
vertical-align: top;
}


h1 {
font-size: 25px;
color: #0E4a81;
margin-bottom: 10px
padding: 10px 0px;
line-height: 22px;
}

h2 {
font-size:20px;
color: #0E4a81;
margin:10px 0 10px 0;
padding:0;
line-height:22px;
}

h3 {
font-size: 16px;
color: #2c788d;
margin:15px 0px 0px 0px;
/* changed: 03/25/13 ORIGINAL: margin:10px 0px 10px 0px;*/
}

h4 {
font-size: 14px;
color: #;
margin-bottom: 5px;
padding: 0;
}

h5 {
font-size: 13px;
color: #;
font-weight: bold;
margin: 0 0 10px;
padding: 0;
}

h6 {
font-size: 12px;
color: #;
font-weight: bold;
line-height:18px;
}

br.clear {
clear: both; 
}

img {
border:none;
margin: 0;
}

/********** END Base Styles  ************/

@font-face {
    font-family: 'urbanoregular';
    src: url('fonts/urbano_regular_macroman/Urbano-Regular-webfont.eot');
    src: url('fonts/urbano_regular_macroman/Urbano-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/urbano_regular_macroman/Urbano-Regular-webfont.woff') format('woff'),
         url('fonts/urbano_regular_macroman/Urbano-Regular-webfont.ttf') format('truetype'),
         url('fonts/urbano_regular_macroman/Urbano-Regular-webfont.svg#urbanoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'urbanobold';
    src: url('fonts/urbano_bold_macroman/Urbano-Bold-webfont.eot');
    src: url('fonts/urbano_bold_macroman/Urbano-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/urbano_bold_macroman/Urbano-Bold-webfont.woff') format('woff'),
         url('fonts/urbano_bold_macroman/Urbano-Bold-webfont.ttf') format('truetype'),
         url('fonts/urbano_bold_macroman/Urbano-Bold-webfont.svg#urbanobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/****** BEGIN Generic Classes ***************/	

.left { float: left; }
.right {float: right; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.no-margin { margin: 0; }
.no-pad { padding: 0; }
.top-pad { padding-top: 15px; }
.bdr-red { border: solid 1px red; }
.bdr-blue { border: solid 1px blue ;}
.bdr-green { border: solid 1px green ;}
.bdr-purple { border: solid 1px purple;}
.bdr-orange { border: solid 1px orange;}
.bdr-pink { border: solid 1px pink;}
.text-blue {color: #174a7c;}

/****** END Generic Classes ***************/

hr {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	border-bottoom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}