.PROBLEM
{
	PADDING: 0px 8px;
/* outer shadows  (note the rgba is red, green, blue, alpha) */
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners */
	-webkit-border-radius: 12px;
	-moz-border-radius: 7px; 
	border-radius: 7px;
	
/* gradients */
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
	background: -moz-linear-gradient(top, white 0%, white 55%, #D5E5F3 130%); 
}

.PROBLEM H1 
{
	FONT-SIZE:15px;
	FONT-WEIGHT:bold;
	PADDING: 8px;
}

.PROBLEM H1 B
{
	FONT-SIZE:17px;
	/*TEXT-DECORATION:underline;*/
	/* TEXT-SHADOW:2px 2px 2px gray; (I think this looks goofy, especially on longer titles)*/
}

.BIB TD
{
	VERTICAL-ALIGN: top;
	PADDING: 10px 10px 10px 10px;
}

DIV.PROBLEM
{
/*	TEXT-ALIGN:CENTER; */
	MARGIN:0 AUTO;
	WIDTH:auto;
	BORDER-STYLE:outset;
	BORDER-WIDTH:1PX;
}
body {
	font-family:Lucida Sans,Lucida Grande,Arial,sans-serif;
	margin:0;
	line-height:22px;
	width:960px;
	margin:0 auto;
}
h1 {
	padding:30px 0 10px;
	margin-top:0;
	line-height:30px;
}

ul{
	padding:0 0 0 15px; 
	list-style : none;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

hr {
	border:none;
	border-top:1px dotted #000;
}

#maincontainer{
width: 100%; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
text-align: center;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 20%; /*Set left margin to LeftColumnWidth*/
border-left: 1px solid;
padding: 8px 8px 8px 8px;
}

#leftcolumn{
float: left;
width: 20%; 
margin-left: 0; 
}

#footer{
clear: left;
width: 100%;
height:18px;
background: navy;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: gold;
font-size:15px;
}

#footer a:hover{
color: red;
font-size:15px;
text-decoration:none;
}

#caption {
font-size: 12px;
}
