/* Global Style Sheet */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#333333;
	color:#000000;
}
table
{
	padding:10px;
}
th
{
	background-color:#CBDB2A;
	color:#2053A3;
}
.navigation
{
	height:15px;
	width:780px;
	background-color:#2053A3;
	color:#FFFFFF;
}
#breadCrumb
{
	font-size:12px;
	font-weight:bold;
}
.container
{
	background-color:#FFFFFF;
	width:780px;
	z-index:1;
}
.contentLeft
{
	width:150px;
	height:260px;
}
.content
{
	width:760px;
	text-align:left;
}
.green
{
	color: #CBDB2A;
}
.blue
{
	color:#2053A3;
}
.white
{
	color:#FFFFFF;
}
.bottom
{
	height:5px;
	width:585px;
	background-color:#CBDB2A;
	margin-left:-25px;
}
.contentRight
{
	margin:-260px 0px 0px 150px;
	padding-left:30px;
	padding-right:60px;
	padding-top:20px;
	background-image:url(../images/bg/side.jpg);
	background-repeat:repeat-y;
}
.footer
{
	color:#666666;
	position:relative;
	right:10px;
	bottom:10px;
	width:760px;
	text-align:right;
	font-size:10px;
}
a:link
{
	 color:#000000;
	 text-decoration:underline;
}
a:visited
{
	 text-decoration:underline;
	 color:#000000;
}
a:active
{
	 text-decoration:none;
	 color:#000000;
}
a:hover
{
	 text-decoration: none;
	 color: #2053A3;
}

