*
{
margin: 0px;
padding: 0px;
}

h3 {color:#084483 }

a:link {
	color: #578AC0;
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #578AC0;
}

body {
	
	background: #4779B4 url(images/back_all2.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content
{
	margin: 0 auto;
	width: 780px;
	text-align: left;
    border-left: 7px solid #ffffff;
border-right: 7px solid #ffffff;
}

#main
{
width: 780px;
background: url(images/back_top2.jpg) repeat-x top;
padding-top: 10px;
}

#back
{
width: 780px;
background: #ffffff;
}

#header {
width: 780px;
height: 400px;
background: url(images/header.jpg) no-repeat;		
}

#menu
{
float: right;
width: 780px;
margin-top: 342px;
height: 56px;
}

#right
{
width: 223px;
float: right;
margin-right: 5px;
}

#right h3
{
width: 198px;
height: 34px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title2.gif) repeat-x
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(images/title_back2.gif) no-repeat top;
}

#right li  {
	padding: 20px;
	padding-bottom: 5px;
}

#right a {
	color: #295C6F;
}
#right a:visited {
	color: #295C6F;
}

#right p
{
font-size: 11px;
text-align: left;

}

#left
{
width: 500px;
padding: 10px;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #084483;
}

#left h4
{
	margin: 0;
	padding: 0px;
	font-size: 14px;
	color: #084483;
}

#left b
{
	margin: 0;
	padding: 0px;
	font-size: 14px;
	color: #084483;
}

#left a
{
color: #578AC0;
text-decoration: underline;
}

#left p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#left img {
	border: 10px solid #FFFFFF;
}

#left ul {
	list-style: none;
    list-style-type: disc;
	margin-left: 30px;
    margin-top: 0px;
	background: none;
}

#left li  {
	padding: 0px;
}

#full
{
width: 755px;
padding: 10px;
}

#full h4
{
	margin: 0;
	padding: 0px;
	font-size: 14px;
	color: #084483;
}

#full a
{
color: #578AC0;
text-decoration: underline;
}

#full p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#full h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #084483;
}

#full img {
	border: 2px solid #8FB3D7;
}

#full ul {
	list-style: none;
    list-style-type: disc;
	margin-left: 30px;
    margin-top: 0px;
	background: none;
}

#full li  {
	padding: 0px;
}

#full h6
{
	margin: 15px;
	margin-top: 0px;
    padding: 0px;
	font-size: 10px;
	color: #084483;
}

#footer {
	height: 54px;
	clear: both;
	padding-top: 20px;
	border-top: 2px solid #578AC0;
	margin-left: 0px;
	margin-right: 0px;
	background: url(images/footer2.gif) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #333333;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #578AC0;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Arial;
letter-spacing: 1px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}



#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
