/* Define the Acess Distribution CSS Feb n25,2007*/ 

/* define body whole and top*/
body { margin:0px; text-align:center; background-image:url(images/whole_bg.gif); background-position:center; background-repeat:repeat-y
}
#whole {width: 780px;  margin-left:auto; margin-right:auto;
}
#top {width:780px; height: 150px; background-image:url(images/sub_top.gif); margin-top:0px; 
}
#topmenu { float:right; width:180px; height:20px; margin-top:20px; margin-right:20px
}
#topmenu A:link{  color:#ffffff;text-decoration:none}
#topmenu A:visited {color:#ffffff;text-decoration:none}
#topmenu A:hover { color:#ffffff;text-decoration:underline}
#homemenu { clear:both; width:600px; height:30px; float:right; margin-right:20px; margin-top:75px
}

/* define middle */
#middle {width:780px; background-color:#FFFFFF; text-align:left;
}
#middle A:link{  color:#006b98;text-decoration:underline; font-weight:bold}
#middle A:visited {color:#006b98;text-decoration:none; font-weight:bold}
#middle A:hover { color:#006b98;text-decoration:underline; font-weight:bold}
#middletop { width:250px; height:50px; text-align:left; margin-left:30px;
}
#middlecontent01{ clear:both; float:left; width:380px; min-height:180px; text-align:left; margin-left:35px; background-color:#FFFFFF;
}
#middlepicture {width:240px; height:180px; float:left; margin-left:65px; background-color:#FFFFFF;
}
#middlecontent02{float:left; width:680px; min-height:65px; text-align:left; margin-left:35px; background-color:#FFFFFF;
}
#middlecontent03{float:left; width:738px; min-height:65px; text-align:left; margin-left:35px; background-color:#FFFFFF;
}

/* define bottom */
#bottom { clear:both; width:780px;height:145px; background-image:url(images/bottom_bg.gif); background-repeat:no-repeat; background-position:bottom;
}
#bottomcontent01 { float:left;width:120px; height:30px; text-align:left; margin-top:125px; margin-left:20px
}
#bottomcontent01 A:link{  color:#ffffff;text-decoration:none}
#bottomcontent01 A:visited {color:#ffffff;text-decoration:none}
#bottomcontent01 A:hover { color:#ffffff;text-decoration:underline}
#bottomcontent02 { float:left; width:300px; text-align:left; margin-top:20px; margin-left:330px
}
#bottomcontent02 A:link{  color:#006b98;text-decoration:none}
#bottomcontent02 A:visited {color:#006b98;text-decoration:none}
#bottomcontent02 A:hover { color:#006b98;text-decoration:underline}

/* Ren's Added Intro Content Boxes */
#IntroContent { float: left;  width:370px; margin-left:10px; margin-top: 10px; margin-bottom:15px
}


/* define text */
.contentwhite01 { font-family:Verdana; font-size:11px; color:#ffffff}
.contentblack01 { font-family:Verdana; font-size:11px; color:#363636}
.contentblack02 { font-family:Verdana; font-size:11px; color:#898989}
.topicblack01 { font-family:Verdana; font-size:14px; color:#363636; font-weight:bold}
.topicblack02 { font-family:Verdana; font-size:15px; color:#363636}
.topblue01 { font-family:Verdana; font-size:11px; color:#006b98; font-weight:bold}
li { list-style-image:url(images/square.gif); list-style-position:outside; }
