/* CSS Document */

h1
{
   color: black;
   font-size: 20px;
   font-weight: normal;
   margin-top: 25px;
   margin-bottom: 20px;
}

h2
{
   color: black;
   font-size: 14px;
   font-weight: bold;
   margin-top: 16px;
}

body
{
   background: white;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
   font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

#print_header
{
   height: 100px;
}

#header
{
   display: none;
}

#menu
{
   display: none;
}

#random_image
{
   display: none;
}

.news_box
{
   float: left;
   margin-bottom: 20px;
}

.news_box h2
{
   margin-top: 0px;
   margin-bottom: 8px;
}

.news_box .box_image
{
   float: left;
}

.news_box .box_text
{
   float: right;
   width: 520px;
}

.news_box .box_text a
{
   display: none;
}

#content .right_column
{
   display: none;
}

