/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body 
{
	 max-width: 900px; 
	 min-width: 900px;
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-top: 2px solid #006699;*/
	margin:0px auto;
	/*background-image: url('Dial360_3Dlogo.jpg');*/
}

h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

/* Header Section */

#header {
	border-top: 3px solid #006699;
	border-bottom: 1px dashed #006699;
	height: 8em;
	margin: 10px auto;
	
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0px auto;
	float: left;
}
#header .slogan
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #006699;
	margin: 1em 1em auto;
	float: right;
}
#header .banner 
{
	position:relative;
	margin: 2em 0em auto;
	float: right;
}


#header a:link, a:visited  {
	color: #006699;
}

/* Navigation */

#navigation
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	
	/*text-align: center ; width: 200px;
	width: 13em;	*/
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #006699;
	margin-bottom: 1em;
}

#navigation td a:link  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #006699;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation td a:visited {
	color: #FFFFFF;
}
#navigation td a:hover 
{
	/*	background-color: #FFFFFF;*/
	color: #00ff00;
}
/* Picture */
#picture {
	margin: 0em auto;
	float: right;
}

/* Main Content */

#content 
{
	/*margin-top:1em;*/
	min-height:370px;
	margin-left: 1em;
	width:550px;
	margin:15px;
	text-align:left;
	padding:15px;
	border:1px dashed #006699;
	background-color:#def;
}


#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

#content input, select, textarea
{
	margin: 3px 3px 3px 3px;
}

#content ul a:link, ul a:visited {
	color:#006699;
}

#content ul a:hover
{
	color:#00FF00;
}

/* Footer */

#footer
{
	/*margin-top:1em;*/
	position: relative	;
	text-align:left;
	font-size:80%;
	padding:5px;
	border:1px #333;
	background-color: #006699;
	color: #FFFFFF;
}
#footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
#footer  a:hover 
{
	/*	background-color: #FFFFFF;*/
	color: #00ff00;
	
}

#footer  img
{
	/*	background-color: #FFFFFF;*/
	border-style:none;
	float:right;
	margin:2px;
	
}


/*Countries.aspx Page */
.rates
{
	border-style:solid;
}




