/* Global Setting. */
html,body {padding:0px; margin:0;}


/* Default fonts and colors. */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Arial, Helvetica, sans-serif; font-size:0.75em; }

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px; color:#02547b;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin:0px; padding:0px;
}
h2 { font-size:14px; line-height:22px; color:#FFFFFF; font-weight:100;}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 11px; color:#062251; padding:0px; margin:0px; }

/* Text elements
-------------------------------------------------------------- */
p { font-size:12px; color:#02547b; line-height:18px; }
.read-link { color:#000000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:underline;}
.read-link:hover { color:#000000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
.nav-text {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color:#FFFFFF; text-decoration:none;
}
.nav-text:hover {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em; 
color:#ffa800; text-decoration:none;
}



/* Layout elements
-------------------------------------------------------------- */
#main-container { width:100%;}
#top-band { width:100%;background:url(../images/top-black-panel-bg.jpg) repeat-x; height:94px;}
#header { width:980px; margin:0 auto; height:94px;}
#logo { background:url(../images/logo-readmine.jpg) no-repeat 30px 10px; width:300px; height:66px; float:left;} 
#nav-top { float:right; margin:4px 30px 0px 0px; width:175px; padding:5px; color:#FFFFFF; text-align:center;font-size:11px;}
#blue-band { width:100%; background:url(../images/strip-blue.jpg) repeat-x; height:401px;}
#blue-panel { width:980px; margin:0 auto; height:401px;}

#copy1 { background:url(../images/copy-2.gif) no-repeat; display:block; float:left; padding:0px;  width:826px; height:77px; margin:3px 20px 0px 60px;}
#strip {  width:826px; float:left;margin:3px 20px 0px 60px;}
#text-panel { width:900px; margin:0 auto; margin-top:10px;}
#text-left { float:left; width:390px; padding:10px; margin:0px 10px 0px 0px;}
#text-right { float:left; width:410px; padding:10px; margin:0px 0px 0px 20px; border-left:#CCCCCC 1px dashed; height:360px;}

.page-header { 
font-family: “Lucida Grande”, sans-serif;
font-size: 16px; padding:0px; margin:0px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
letter-spacing: normal;
line-height: 1.5em;
}



