.boxTitle { padding:3px 10px; }
.linkBox { margin:0px 0px 10px 0px; }
.textBox { margin:0px 0px 10px 0px; }
.textBoxBody { padding:3px 10px; }
.linkList { list-style-position:inside; }

.roundedCorners { -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
.roundedTopCorners { -moz-border-radius:6px 6px 0px 0px; -webkit-border-radius:6px; border-radius:6px; }
.roundedCornerSpacerDiv { height:6px; }

.pageTitle { text-align:center; font-size:2em; }

.top { clear: both; }
.bottom { clear: both; }
.leftSideBar { float: left; width: 350px; margin: 10px;}
.rightSideBar { float: right; width: 350px;  margin: 10px;}
.middleWithLeft { margin: 10px 10px 10px 370px; }
.middleWithRight { margin-right: 10px 370px 10px 10px; }
.middleWithBoth { margin: 10px 370px 10px 370px; }
