/* BASE STYLESHEET - UPDATED 01-06-2005 */

/* By default, the following classes are all the same */
/* p, ul, ol, li, blockquote*/


/* this is the default font family & size */
td { font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 13px; }

body { margin: 0px; padding: 0px; background-color:#A14D62}

a:link { color: #D40000; text-decoration: none; font-weight: normal; }
a:visited { color: #D40000; text-decoration: none; font-weight: normal; }
a:hover { color: #787878; text-decoration: none; font-weight: normal; }
a:active { color: #787878; text-decoration: none; font-weight: normal; }

/* only modify these styles if you want them to be different than the default */
p, .cfont2 { margin-top: 0px; }
ul {list-style-image:   url("images/bullet.gif");}
ol { }
li { }
blockquote { }

/* HEADER STYLES */
h1 { font-size: 18px; font-weight: bold; }
h2 { font-size: 12px; font-weight: bold; }
h3 { font-size: 15px; font-weight: bold; }
h4 { font-size: 13px; font-weight: bold; }
h5 { font-size: 12px; font-weight: bold; }
h6 { font-size: 9px; font-weight: bold; }

/* Add design specific styles below. */

.disclaimer { font-size: 9px; }

#btmNav { margin-top: 10px; margin-bottom: 20px; }
#btmNav p { color: #000099;  font-size: 9px; }
#btmNav a { text-decoration: none; font-weight: normal; }

#subNav .lgtxt { font-size: 12px; line-height:20px}
#subNav a { text-decoration: none; font-weight: normal; }
#subNav a:link { color: #000099; }
#subNav a:visited { color: #000099; }
#subNav a:hover { color: #0000FF; }
#subNav a:active { color: #0000FF; }

#office a { text-decoration: none; font-weight: normal; }
#office a:link { color: #996600; }
#office a:visited { color: #996600; }
#office a:hover { color: #000000; }
#office a:active { color: #000000; }

/*body {  background-image: url("images/bg.jpg"); background-repeat: no-repeat; background-position: left top}*/

.bg-top{
	background-image:   url("images/bg.jpg");
	background-position : top;
	background-repeat : repeat-x;
	background-color : #DBE3EA;
}

