html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	/*font-family: "Lucida Grande", "Lucida Sans","Verdana",sans-serif;*/
	font-family: sans-serif;
	font-size:76%;
	background-color:#2193B1;
	text-align:center;
}

div {
	margin:0;
	padding:0;
	border:none;
}

#container {
	margin: 17px auto 0px auto;
	padding:0px;
	width: 750px;
	border-style: none;
	text-align: left;
	background-image: url(../images/global/container-bg.jpg);
	background-repeat: repeat-y;
}



img, a img { border: none; }
.hide { display: none; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }


ol, ul, li, address {
	font-size: 0.8em;
	line-height: 1.8em;
}
p {
	font-size: 0.8em;
	line-height: 1.8em;
}

acronym, a acronym {
	cursor: help;
	font-weight:lighter;
	font-style:italic;
}

a {
	color:#20626E;
	text-decoration:underline;
}

a:visited {
	color:#20626E;
}

a:hover, a:visited:hover {
	color: #8D312B;
	text-decoration: none;
}

/*<group=header>*/
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 725px;
	background-color: #EFE8EB;
	background-image: url(../images/global/header-photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*</group>*/





/*<group=Navigation>*/
#nav {
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	background-image: url(../images/global/nav-bg.jpg);
	background-repeat: repeat-x;
	height:35px;
	font-family:  "Verdana",sans-serif;
}

#nav a, #nav a:visited {
	height: 25px;
	padding: 3px;
	text-decoration: none;
	color: white;
	margin: 0px;
	background-color: transparent;
	margin-bottom: 3px;
	padding-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 7px;
	padding-right: 7px;
}

#nav a:hover, #nav a:visited:hover {
	background-color: #2493B0;
}  /*</group>*/


/*<group=Content>*/
#content {
	padding:0px;
	margin:0px;
	width:725px;
}



#content p {
	margin:3px 0px 3px 10px;
}
/*</group>*/







/*<group=Footer>*/
#footer {
	
	width: 725px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#foot {
	width:750px;
	margin:0px auto;
	padding:0px;
}

/*</group>*/




/*<group=Nicetitle>*/
div.nicetitle 
{
	position: absolute; /* static, relative, absolute, fixed */
	padding: 4px 30px 4px 4px;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 1.0em;
	width: 25em;
	font-weight: bold;
	background-image: url('../images/constant/nicetitle.png');
	background-position: right top;
	background-repeat:no-repeat;
	text-align: left;
	min-height:56px;
	/* IE proprietary
	filter:alpha(opacity=75);
	
	/* Mozilla proprietary
	-moz-opacity:0.75;
	-moz-border-radius: 12px;
	*/
}
div.nicetitle p 
{
	margin: 0; padding: 0 3px;
	line-height: 1.1em;
}
div.nicetitle p.destination
{
	font-size: 0.8em;
	padding-top: 3px;
}
/*</group>*/



table.standard-form td {
	padding:1px;
}

table.standard-form td.left {
	text-align:right;
}

#content #elist-div {
	text-align:center;
	margin:10px auto;
	border:1px solid #ccc;
	width:300px;
	background-image:url(../images/constant/background/pattern.gif);
}
#content #elist-div form {
	text-align:center;
	padding:4px;
}
#content #elist-div p.success {
	color:green;
	font-weight:bold;
}

#content #elist-div table td {
	text-align:center;
}
#content #elist-div table td.error {
	color:red;
	
}
#content #elist-div table td.head {
	font-weight:bold;
	color:#369;
	padding:3px;
}

#content #elist-div table td.left {
	text-align:right;
	width:30%;
}
#content #elist-div table td.choice, #content #elist-div table td.choice input {
	font-size:10px;
}

























