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

body {
	background: #eee url(../images/bgtile.png) 0 0 repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	line-height: 130%;
}

h1, h2, h3, h4, h5 {
	color: #3A4783;
	line-height: 130%;
}

h1, h2, h3 {
	padding: 1em 0;
}

h5 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

p, ol, ul, li {
	padding-bottom: .6em;
	line-height: 130%;
}

ul, ol {
	padding-left: 2em;
}

ul.ticked {
	list-style: none outside url(../images/tick.png);
}

a {
	color: #3a4783;
	text-decoration: underline;
	position: relative;
}

a:hover {
	color: #E78F10;
	text-decoration: underline;
}

blockquote{
	background: #D7DAE6 url(../images/quote.gif) 0 0 no-repeat;
	border: 1px solid #616A9C;
	padding: 1em 2em .5em 2em;
	margin: 0 0 1.5em 0;
}

blockquote cite{
	font-style: italic;
	font-weight: bold;
	display: block;
	clear: both;
}

blockquote img{
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #616A9C;
}

blockquote .imageBox {
	float: right;
	border: 1px solid #616A9C;
	text-align: center;
	margin: 0 0 5px 5px;
}
blockquote .imageBox img {
	float: none;
	margin: 0 0 5px 0;
	border: 0;
	border-bottom: 1px solid #616A9C;
}

img.left {
	float: left;
	border: 1px solid #616A9C;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	border: 1px solid #616A9C;
	margin: 0 0 5px 5px;
}

form {
	margin: 0 auto 1em;
	padding: 10px;
	min-width: 500px;
	max-width: 600px;
	width: 560px;
	font-size: 1em;
	background: #D7DAE6;
	border: 1px solid #616A9C;
	clear: both;
	position: relative;
}

form label { 
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
}

form input, form textarea {
	width:auto;
	margin:5px 0 0 10px;
	padding: 3px;
	font-size: 1em;
}

textarea { overflow: auto; }

form .reqd {
	color: #ff5555;
	font-weight: bold;
}

form .small {
	font-size: .8em;
}

form br {
	clear: left;
}

#wrapper {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bgtrans.png');
}
/* Fix for non-IE */
#wrapper[id] {
	background: transparent url(../images/bgtrans.png) 0 0 repeat-y;
}

#header {
	background: transparent url(../images/header.jpg) 0 0 no-repeat;
	height: 110px;
	margin: 0 11px;
}
#header h1 span { display: none; visibility: none; font-size: 1px; }
#header h1 a { display: block; height: 110px; }

#pagetitle {
	text-align: center;
	margin: -1.5em 0 0 0;
}

.subtitle {
	text-align: center;
	margin: -1em 0 1em 0;
	font-weight: bold;	
}

#content {
	margin: 0;
	padding: 25px 40px;
	font-size: 1.2em;
}

#flashBox {
	text-align: center;
	float: right;
}

#footer {
	height: 22px;
	width: 768px;
	margin: 0 auto;
	padding: 0;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/footer.png');
}
/* Fix for non-IE */
#footer[id] {
	background: transparent url(../images/footer.png) 0 0 no-repeat;
}	

#photoBox {
	height: 320px;
}

