

* { margin:0; padding:0; }

body,td,th {

	font-family:Verdana;

	font-size: 12px;



	color: black;

}

body {
	background-color: 216cad;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.mainfont
{
font-family: arial;
background-color:#ffffff;
background-repeat: repeat-x;
padding: 10px;
}

.secondfont
{
font-family: arial;
font-size: 12px;
background-color:#ffffff;
background-repeat: repeat;
padding: 10px;
}
input
{
color: #48472e;
background: #ede6b0;
border: 1px solid #757444
}

textarea{
	background-color:#ede6b0;
	border-left:solid #757444 1px;
	border-top:solid #757444 1px;
	border-right:solid #757444 1px;
	border-bottom:solid #757444 1px;
	color:#48472e;
}
a {color:#000000;text-decoration: underline;}

a:hover {color:#003366;}





#holder{

width:773px;

margin:0 auto 0 auto;

}



#header{

margin:-45px 0 0 3px;

}



#navigation{

margin:-4px 0 0 3px;

}



#mainbody{

background:url(../images/body_bg.gif) top left repeat-y;

}



#mainbody_rightside_table { margin:17px 0 0 0} 



#mainbody_rightside_table td{

padding:8px 10px 0 15px;

}



#mainbody_rightside_table ul{

margin:5px 0 0 15px;

list-style:none;

list-style-image:url(../images/bullet.gif);

}



#mainbody_rightside_table li{

padding:0 0 10px 0;

}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #757444;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px verdana;
color: white;
padding: 1px 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;
}

