body {
	font-family: Geneva, Arial, Sans-serif;
	font-size: small;
	color: #666666;
	background-attachment: scroll;
	background-image: url(../images/spring_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	background-color: #999999;
}
#page {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
#content_top {
	margin-top: 10px;
	padding-top: 10px;
	
	background-image: url(../images/content-top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 48px;
	text-align: center;
	color: rgb(33, 38, 104); 
	font-size: 2.0em;	
	font-weight: bold;
	background-color: #f3f3f3;
	clear: both;
}
#content_inside {
	background-color: #f3f3f3;
	padding: 15px;
}
#content_bottom {
	background-image: url(../images/content-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;	
	height: 48px;
}

h1 {
	color: #333333;
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
	color: #333333;
}


a.content
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.content:hover
{
	text-decoration: underline;
}


.menuitembox_out
{
	margin: 0px;
	text-align: center;
	background-image: url(../images/menuOff.jpg);
	background-repeat: repeat-x;
	height: 30px;
	white-space: nowrap;
}

.menuitembox_over
{
	margin: 0px;
	text-align: center;
	background-image: url(../images/menuOn.jpg);
	background-repeat: repeat-x;
	height: 30px;
	white-space: nowrap;
}

.menuitemlink
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.menuitemlink:hover
{
	text-decoration: none;
}

a
{
	/*text-decoration: none;*/
}

a:hover
{
	text-decoration: underline;
}

.top_bar_menu_item
{
	color: white;
	text-decoration: none;
}

.top_bar_menu_item:hover
{
	text-decoration: underline;
}


tr.even
{
	/* background-color: #eeeeee; */
}

td.box_top_left
{
	width: 20px;
	height: 20px; 
	background-repeat: no-repeat;
	background-image: url(../images/top_left.png); 
	background-position: top left;
	background-color: 999999;	
	border-right: thin solid #000000;
}

td.box_top_mid
{
	background-color: #000000;
	font-weight: bold; 
	height: 20px; 
	width: 680px
	text-align: center;
}

td.box_top_right
{
	background-color: #999999;
	width: 20px;
	height: 20px; 
	background-repeat: no-repeat;
	background-image: url(../images/top_right.png); 
	background-position: top right;
	border-left: thin solid #000000;
}

td.box_mid_left {
	width: 20px;
	border-left: thin solid #000000;
	background-color: #fea922;	
}

td.box_middle
{
	background: #ddd url(../images/gradient.png) repeat-y center right;
	color: black;
	background-color: #fea922;	
	padding: 20px;
}

td.box_mid_right {
	width: 20px;
	border-right: thin solid #000000;
	background-color: #32119f;	
}

td.box_bottom_left
{
	background-color: #999999;
	width: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/bottom_left.png); 
	background-position: bottom left;
	border-right: thin solid #000000;
}

td.box_bottom_mid
{
	background-color: #000000;
	font-weight: bold; 
	height: 20px; 
	width: 680px
	text-align: center;
}

td.box_bottom_right
{
	background-color: #999999;
	width: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/bottom_right.png); 
	background-position: bottom right;
	border-left: thin solid #000000;
}

p.contentheading
{
	text-align: center;
	color: #212668;
	font-size: 14pt;
}
