/* Show Me CU CSS Document */

body{
text-align:center;
background-color:#333333;
background-image:url(images/sampleBkgrd.gif);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:0px;
}
#wrapper{
width:777px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
/************* Left Side with Menu *****************/
.leftCol{
width:199px;
background-image:url(images/leftColBckgrd.gif);
background-repeat:repeat-y;
}
#menuBkgrd{
background-image:url(images/MenuBckgrd.jpg);
background-repeat:no-repeat;
width:199px; 
height:287px;
}
.BigMenuLink {
line-height:26px;
padding-top:13px; 
padding-left:35px;
}
.BigMenuLink a{
font-size:13px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}
	.BigMenuLink a:hover{
	color:#999999;
	}
/************* Entire Right Side of site *****************/
.rightCol{
width:578px;
background-image:url(images/contentBckgrd.gif);
background-repeat:repeat-y;
}
	#rightColpad{
	padding:10px 10px 0px/*btm*/ 0px/*left*/;	
	}
	
#indexContent{ /*For Index Page Only*/
background-image:url(images/indexcontentBackgrd.gif);
width:346px;
background-repeat:repeat-y;
line-height:15px;
}
	#indexPad{
	padding:15px 10px 2px 10px;
	}
#indexBtm{
background-image:url(images/indexBtmNcua.gif);
background-repeat:no-repeat;
width:777px;
height:127px;
}
#BtmText{ /*For Index Page*/
padding-top:5px;
font-family:"Times New Roman", Times, serif;
font-size:16pt;
font-weight:bold;
font-style:italic;
}
.ContentArea { /*For all pages but Index Page*/
background-color:#ffffff;
height:590px; /*THIS IS THE LOWEST HEIGHT THAT ALL PAGES CAN BE - NO LOWER*/
}
		#ContentPad{
		padding:15px 10px 0px/*btm*/ 10px/*left*/;
		}
/************* For Headings & Titles *****************/
h1{
display:inline;
font-size:16px;
}
h2{
display:inline;
font-size:14px;
text-decoration:underline;
}
h3{
display:inline;
font-size:12px;
}
h6{
display:inline;
font-size:11px;
font-weight:400;
font-style:italic;
text-align:center;
}
.links a{
color:#673c43;
text-decoration:underline;
font-weight:bold;
}
.links a:hover{
color:#999999;
text-decoration:none;
font-weight:bold;
}
/*******************************************************/