/* Wyre Web Serevices Standard style sheet */
/* ver 1 07 2009 */


body {
	margin:auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#191970;
	min-width:780px;    /* Minimum width of layout - remove line if not required */
			/* The min-width property does not work in old versions of Internet Explorer */
	max-width:780px;
	font-size:90%;
	}
	
a {
	color:#369;
	}

a:hover {
	color:#ffffff;
	background:#369;
	text-decoration:none;
	}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	}

p {
	
	}

/* Outer container style */

#envelope {
	margin: auto;
	background-color: #33b3e8;

	Font-family: arial, "sans serif";
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #570e30;
	}

#envelope h1, h2 {
	Font-family: arial, "sans serif";
	text-transform: none;
	font-weight: normal;
	color: #000000;
	}

#envelope h1 {
	font-size: 24px;
	Font-family: arial, "sans serif";
	font-weight: normal;
	text-align: center;
	color: #570e30;
	}

#envelope h2 {
	font-size: 36px;
	Font-family: arial, "sans serif";
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #570e30;
	}

#envelope h2 strong {
	font-size: 150%;
	}

#envelope h3 {
	font-family: trebuchet, verdana, arial, "sans serif";

	letter-spacing: -1px;

	font-size: 20px;
	line-height: 30px;

	padding: 20px 0 0 15px;

	margin:0;

	text-align: left;

	font-weight: normal;

	}

.centeredimage
    {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    }


/* Heading style */


#header {

	}

/* General body style */

#main {

	}

#main p {
	font-family: verdana, arial, "sans serif";

	font-size: 14px;
	line-height: 18px;

	margin:0;

	text-align: left;

	font-weight: normal;

	padding: 5px 20px;
	}

#main ul {
	list-style: square inside;
	list-style-image: url("images/cl.gif")
	font-family: verdana, arial, "sans serif";

	font-size: 16px;
	line-height: 22px;

	margin:0;

	text-align: left;

	font-weight: bold;

	padding: 5px 10px 5px 200px;
	}

	/* Footer styles */

#footer {
        clear:both;
        float:left;
        width:100%;
	border-top:1px solid #00000;
	}

#footer p {
        padding:10px;
        margin:0;
	font-family: arial, "sans serif";
	font-size: 10px;
	text-align:right;
	background:#ccccff;
	}	

