@charset "utf-8";

*
{
	margin: 0em;
	padding: 0em;
}

html {overflow-y: scroll;}


/* Color Scheme */

/* Once per page Div = #ID */


body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font: 80% Verdana, sans-serif, arial;
/*
	ext-align: center; 
	behavior:url(cssHoverFix.htc); 
*/
}

#wrapper {
margin: 15px auto auto auto;
width:800px;
padding:0px;
background:#ffffff;
}

#header {
float: center; 
text-align: center;
border: solid #999999 1px;
margin-bottom:6px;
padding-top:9px;
padding-bottom:9px;
background:#ffffff;
}

#content { 
float: center; 
text-align: center;
border: solid #999999 1px; 
padding:10px;
background:#ffffff;
min-height:400px;
}

#pagetitle {
	margin-bottom: 10px;
	color: #204e95;
	font-style: italic;
	font-weight:bold;
	font-family: Verdana, sans-serif, aria;
}



#footer {
float: center; 
text-align: center;
border: solid #999999 1px; 
padding-top:5px; 
padding-bottom:5px;
background:#ffffff;
font-size:0.90em;
font-weight:normal;
font-family:Palatino Linotype, Book Antiqua, serif;
clear:both; 
margin: 10px auto 10px auto;
position: relative;
}

/* H1 for  SEO text on page to look normal to viewer */ 
h1 {
	margin-bottom: 10px;
	font-style: italic;
	font-weight:bold;
	color: #204e95;
    font-size: 1.25em; 
    face="Veranda, Helvetica, sans-serif";
  }



/* Multpile use per page Div = .Class */




body a
{
	font-family:Palatino Linotype  Linotype,Book Antiqua,serif;
	font-size: 14px;
}
body a:link {
	color: #204e95;
	text-decoration: none;
	font-weight: bold;
	font-family:Palatino Linotype  Linotype,Book Antiqua,serif;
	font-size: 14px;
	
}
body a:visited {
	color:  #204e95;
	text-decoration: none;
	font-weight: bold;
	font-family:Palatino Linotype  Linotype,Book Antiqua,serif;
	font-size: 14px;
}
body a:hover {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	font-family:Palatino Linotype  Linotype,Book Antiqua,serif;
	font-size: 14px;
}

body a:active {
	color: #204e95;
	text-decoration: none;
	font-weight: bold;
	font-family:Palatino Linotype  Linotype,Book Antiqua,serif;
	font-size: 14px;
}


.box_thankyou
{
/*  margin: 10px 0 !important; */
    -moz-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    clear:both;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #204e95 ;
	margin:10px 10px 10px 20px;
    padding: 20px;
	width:570px;
    display:block;
}