* {
margin: 0;
padding: 0;
/*text-align: center; required for centering the page in IE */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height:20px;
}
.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height:20px;
}
body {
background-image: url(../images/cp_bg.png);
background-repeat: repeat-x;
height: 100%; /* This doesn't seem to do anything */
width: 100%; /* This doesn't seem to do anything */
}
image {
float: left;
}
#container {
position: relative;
width: 877px;
margin: 0 auto;/* centering the page */
text-align: left; /* this isn't inherited in pageHeader, so not sure it's really needed */
background-image:url(../images/bodyTwoColumns.png);
}
#searchBox {
float: right;
margin-top: 0;
margin-right: 20px;
text-align: right;
width: 150px;
}
#pageHeader {
height: 118px;
text-align: left;
background-image:url(../images/head-bear.png);
}
#menuBar {
background-image:url(../images/menu.png);
width: 877px;
height:28px;
}
#pageMiddle {
background-repeat: repeat-y;
}
#top {
position: relative;
width: 100%;
}
#FlashHeadpiece {
margin: 0 11px;
background-color:#003366;
position: relative;
border-bottom-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
}
#textOver{
position:absolute;
top: 0px;
right:0px;
width: 55%;
margin: 40px 20px;
color:#FFF;
/* background-color:#000;
-moz-opacity:.5 ;
filter: alpha(opacity=50);*/
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
font-weight: bold;
z-index: 20;
}
#left {
float:left;
width:222px; /*156*/
margin-left: 11px;
padding: 5px 5px;
}
#right {
float:right;
width:222px;
margin-right: 11px;
padding: 5px 5px;
}
#main {
width: 600px;
margin: 10px 10px 10px 243px;
padding:0 10px;
}
#main table {
background-color:#FFFFFF;
}
#pageFooter {
background-image:url(../images/menu.png);
text-align:center;
}
.clear {
clear: both;
display: block;
height: 1px;
overflow: hidden;
margin: 0;
padding: 0;
}
div.moduletable-loginlink ul {
list-style:none;
}
div.moduletable-login {
float: right;
margin-top: 3px;
border-top: 1px #CCCCCC solid;
text-align: center; 
}
.inputbox-login, .mod_login-login, .button-login, .inputbox-topRight, .mod_login-topRight, .button-topRight {
font: 12px Arial,sans-serif;
font-weight: normal;
text-decoration: none;
text-align: right;
}
div.moduletable-side, div.moduletable-sidetext, div.moduletable-programs {
border: solid #CCCCCC 1px;
margin-bottom: 20px;
}
div.moduletable-side h3, div.moduletable-sidetext h3, div.moduletable-programs h3 {
background-color: #003366;
text-align:center;
border: 1px #003366 solid;
color: #FFFFFF;
border-bottom: 1px solid #CCCCCC;
}
div.moduletable-side ul, div.moduletable-sidetext ul {
list-style-type: none;
text-align:center;
background-color: #CCCCCC;
}
div.moduletable-side li, div.moduletable-sidetext li, {
list-style-position: inside;
background-color: #F0F0F0;
}
div.moduletable-side a {
color: #003366;
background-image: url(../images/background.png);
background-repeat:repeat-x;
padding: 2px;
padding-left: 3px;
display: block;
border: 1px #F0F0F0 solid;
border-bottom: 1px solid #CCCCCC;
font: 12px Arial, sans-serif;
font-weight: normal;
text-decoration: none;
text-align: left;
}
div.moduletable-side a:hover, div.moduletable-sidetext a:hover {
background-color: #003366;
background-image: none;
color: #FFFFFF;
text-decoration: none;
border-top: 1px #00FF00 solid;
}
div.moduletable-side label, div.moduletable-sidetext label {
font-size:xx-small;
}
div.moduletable-programs ul {
list-style-type:none;
}
div.moduletable-programs li {
margin: 0;
min-height: 85px;
position: relative;
}
div.moduletable-programs li a {
display: block;
position: absolute;
top: 15px;
left: 0px;
line-height: 13px;
margin-left: 95px;
width: 100px;
text-align:center;
font-weight:bold;
text-decoration:none;
}
div.moduletable-programs li a:hover {
background-color:#003366;
border-top:1px #00FF00 solid;
color: #FFFFFF;
}
#mainlevel-programs>li {
background-image:url(../images/AGLIRect.gif);
background-repeat:no-repeat;
}
#mainlevel-programs>li+li {
background-image:url(../images/IIRect.gif);
background-repeat:no-repeat;
}
#mainlevel-programs>li+li+li {
background-image:url(../images/LACRect.gif);
background-repeat:no-repeat;
}
table.blog div {
/* background-color:#DDD; */
}
.componentheading {
font-size:150%;
font-weight:bold;
color:#003366;
line-height:150%;
vertical-align:top;
}
.contentheading  {
font-size: 150%;
color:#00CC00;
}
td.contentheading a {
font-size: 100%;
color:#00CC00;
}
.small {
font-size: 90%;
color: #999999;
}
.createdate {
font-size: 90%;
color: #999999;
}
.deck {
margin-top: 10px;
}
.modifydate {
font-size: 90%;
color: #999999;
}
a:link, a:visited{
text-decoration: underline;
color: #003366;
}
a:hover {
text-decoration: none;
color: #003399;
}
/*span.article_seperator {
display: block;
line-height: 50px;
width: 100%;
text-align:center;
background-image:url(../images/oliveBranch.gif);
background-repeat: no-repeat;
background-position: center;
}*/
ul#nav,ul#nav li{
list-style-type:none;
margin:0;
}
ul#nav{
margin-left: 36px;
font-size: 12px;
}
ul#nav li{
float:left;
margin-right: 1px;
font-size: 12px;
text-align: center;
display: inline;
vertical-align: middle;
}
ul#nav a{
float:left;
height: 26px;
line-height: 26px;
text-decoration:none;	
color: #003366;
font-weight: bold;
padding-left:15px;
padding-right:15px;
}
ul#nav a:hover {
color: #fff;
background-color: #003366;
border-top: 1px #00FF00 solid;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
color: #fff;
background-image: url(../images/buttonhover2.png);	
background-color: #003366;
border-top: 1px #00FF00 solid;
}
#nav a:link#active_menu-nav, #nav a:visited#active_menu-nav{
color: #fff;
background-image: url(../images/buttonhover2.png);	
background-color: #003366;
border-top: 1px #00FF00 solid;
}
table.contentpaneopen:first-child:{
font-style: italic;
}
blockquote {
margin-left: 20px;
}
.blog_more ul {
list-style:none;
}
.contentpane ul {
list-style:none;
}
.MsoNormal img{
margin: 0 5px 0 5px;
}