﻿
body 
{
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Arial;
}
img
{
	border: 0px;
}

/*
**
** PAGE OBJECT CSS STYLES
**
*/
#container
{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#col1
{
	float: left;
	width: 150px;
	padding-top: 50px;
	padding-left: 5px;
	padding-right: 5px;
}
#col2
{
	float: right;
	width: 701px;
	padding-top: 130px;
	padding-left: 5px;
	padding-right: 5px;
}
#content
{
	border: solid 1px #272360;
	border-top: none;
	padding: 10px;
	font-size: 12px;
	margin:0px;
	padding-top: 10px;
}


/*
**
** INFO TABLE CSS STYLES
**
*/
.infotableOLB		{width: 100%;}
.infotable
{
	border: solid 1px #272360;
	margin-bottom: 8px;
}
.infotablenobg
{
	border: solid 1px #272360;
}
.infotable .title
{
	background-color: #272360;
	color: #FFF;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.infotable .body
{
	background-image: url(../Images/sidebg.jpg);
	font-size: 12px;
	padding: 10px;
}
.infotablenobg .body
{
	background-image: none;
}
.infotable .body OL
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;	
	margin-bottom: 0px;	
}


/*
**
** NAVIGATION CSS STYLES
**
*/
.navigation 
{
	display:inline; 
	list-style-type:none; 
	margin:0px; 
	padding: 0px;
}
.navigation a
{
	background-color: #272360; 
	height:25px; 
	float:left; 
	color:#fff; 
	font: 10px Arial; 
	line-height:25px; 
	padding:0px 10px; 
	text-decoration:none;
}
.navigation .link	
{
	float:left;
}
.navigation .on, 
.navigation a:hover
{
	background-image:none; 
	background-repeat:repeat-x; 
	color: #EFA34A;
}


/*
**
** GENERIC CSS STYLES
**
*/
.p-t-5				{padding-top: 5px;}
.p-l-5				{padding-left: 5px;}
.p-r-5				{padding-right: 5px;}
.p-b-5				{padding-bottom: 5px;}
.p-t-10				{padding-top: 10px;}
.p-b-10				{padding-bottom: 10px;}
.t-small			{font-size: 9px;}
.t-justify			{text-align: justify;}
.w-50p				{width: 200px;}
.w-100				{width: 100px;}
.w-250				{width: 250px;}
.w-450				{width: 410px;}
.f-left				{float:	left;}
.f-right			{float:	right;}
.a-clear			{clear: both;}
.a-center			{text-align: center;}
.a-right			{text-align: right;}

.c-left
{
	float: left;
	width: 345px;
	padding-top: 7px;
}
.c-right
{
	float: right;
	width: 345px;
	padding-right: 2px;
	padding-top: 7px;
}

.spacer
{
	background-color: #272360;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}