/* CSS Document */

/*Start of basic page setup*/
body{
	background: url(../images/bg_striped.gif);
	margin: 10px 0px 10px 0px;
	font:12px Arial, Helvetica, sans-serif small;
	color:#333333;
}

td{
	vertical-align:top;
	width:100%;
}
p{
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	margin:10px 0px 0px 2px;
	line-height: 18px;
}
a{
color:#0054a6;
text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#0054a6;
	background-color: #CCFFFF;
}
hr{
width:100%;
border-bottom: 1px dashed #cdc9a6;
}
ul{
list-style:url(../images/bullet_green-square.gif);
margin:0px;
padding:0px;
} 
li{
margin:10px 10px 0px 15px;
padding:0px;
}

/*End of Basic Page setup*/
.main_table{
	width:789px;
}
.top_shadow{
background:url(../images/frame_top-shadow.png) no-repeat;
height:4px;
}
.bottom_shadow{
background:url(../images/frame_bottom-shadow.png) no-repeat;
height:4px;
}
.left_shadow{
background:url(../images/frame_left-shadow.png) repeat-y;
height:530px;
width:4px;
}
.right_shadow{
background:url(../images/frame_right-shadow.png) repeat-y;
height:530px;
width:4px;
}
.content_td{
width:781px;
background-color:#FFFFFF;
}
.header_div{
margin:10px 10px 0px 10px;
height:200px;
background-color:#FECB00;
background-image:url(../images/logo_2passports.gif);
background-repeat:no-repeat;
}
.headertext_div{
margin-top:10px;
margin-left:15px;
}
.content_div{
margin:10px 10px 10px 10px;
}
.greenbg{
background-color:#629b33;
height:90px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #629b33;
	font-weight: normal;
}
.white_text{
color:#FFFFFF;
}
.footer{
margin:5px 10px 10px 15px;
}
.img_td{
width:247px;
}
.empty_bg{
background-color:#629b33;
margin:10px 0px 0px 0px;
}
.darkerlink {
	color: #000099;
}
.title_text{
font-size:18px;
color:#629b33;
}
.bigtitle_text {
font-size:28px;
color:#629b33;
}
.photo_div{
margin:10px 10px 10px 0px;
width:190px;
float:left;
}
.smalltitle_text{
color:#629b33;
font-weight:bold;
}