
/* Stylesheet */ 


h1 {
padding:0px;
font-family:arial;
font-size:16px;
font-weight:bold;
color:#000000;
margin-top:0px;
margin-bottom:10px;
text-transform:capitalize;
}


p {
margin:0;
padding:0px;
word-wrap: break-word;
margin-bottom:10px;
}


body {
margin:5px;
background: #FFFFFF;
color: #333333;
font-family:arial;
font-size:12px;
text-align:center;
padding:0px;
}

#outer {
text-align:left;
border:0px solid #000000;
width:650px;
margin:auto;
}

/*--  Attributes of the header area --*/
#hdr {
margin:0px;
}

#bar {
padding-top:5px;
padding-left:10px;
padding-bottom:5px;
background:#FFFFFF;
color: #333333;
border:solid #000000;	
border-width:0px 0 1px 0;
font-family:arial;
font-size:12px;
font-weight:bold;
color:#000000;
text-transform:capitalize;
}

#bodyblock {
position:relative;
background: #ffffff;
color: #333333;
width:650px;
padding:0;
}

#l-col {
float:left;
background:#ffffff;
color: #333333;
width:145px;
}

#caps {
 text-transform:capitalize;
}

/*--  Attributes for the main content area  --*/
#cont {
width:475px;
background: #ffffff;
color: #333333;
border:solid #000000;
border-width:0 0 0 1px;
text-align:left;
padding-left:10px;
padding-right:10px;
padding-bottom:50px;
}


/*--  How the regular links look in the content area  --*/
#cont a {
font-family:arial;
font-size:12px;
font-weight:bold;
color:blue;
text-decoration:underline;
text-transform:capitalize;
}


/*--  How the content area links look when hovered over with the mouse  --*/
#cont a:Hover {
color:blue;
font-family:arial;
font-size:12px;
font-weight:bold;
cursor:pointer;
text-decoration:underline;
text-transform:capitalize;
}

/*--  Attributes for the main content area of the main index page  --*/
#contdirectory {
width:475px;
background: #ffffff;
color: #333333;
border:solid #000000;
border-width:0 0 0 1px;
text-align:left;
padding-left:10px;
padding-right:10px;
padding-bottom:320px;
}


/*--  How the regular links look in the content area of the main index page --*/
#contdirectory a {
font-family:arial;
font-size:12px;
font-weight:bold;
color:blue;
text-decoration:underline;
text-transform:capitalize;
}


/*--  How the content area links look when hovered over with the mouse of the main index page --*/
#contdirectory a:Hover {
color:blue;
font-family:arial;
font-size:12px;
font-weight:bold;
cursor:pointer;
text-decoration:underline;
text-transform:capitalize;
}

/*--  Attributes of the footer area --*/
#ftr {
margin:0;
color: #333333;
font-family:arial;
font-size:9px;
text-align:center;
font-weight:bold;
 }
