@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
    margin-bottom: 1px;
}

body  {
	background: #DDE2FC;
	padding: 0;
	text-align: center;
	color: #0E092B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #0E082A;
	margin-bottom: 30px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0E082A;
}

#container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
}
#container p {
	font-size: .8em;
	line-height: 1.5em;
}


#content {
	padding: 10px;
}
#orderform {
	font-size: 12px;
	line-height: 1.5em;
}



a {
	color: #1A7CB0;
}


a:hover {
	color: #705391;
}

