html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----END RESET----*/

body{
	background: #fff url(images/bg.png) top right;
	font:normal 14px Arial, Calibri, sans-serif;
	color:#494949;
}

#content{
	width:700px; 
	margin:0 auto; 
	margin-top:20px;
}

p{
	padding:10px
}

#header{
	border-bottom:1px dotted #0072bc; 
	height:100px; 
	margin-bottom:20px;
}

.title{
	color:#0072bc; 
	font-size:30px; 
	padding-top:50px;
}

#header img{float:left;}
#header .title{float:right;}

#left{
	width:330px; 
	float:left;
}

#quote{
	color:#0072bc; 
	font-size:20px; 
	padding-top:10px; 
	padding-left:80px; text-align:right;}

#right{width:330px; float:right;}

#footer{clear:both; margin-top:20px; font-size:12px;}

.warning{background:url(images/exclamation.jpg) top left no-repeat; width:300px; padding:10px 20px 25px 60px; font-size:12px;}

a:link, a:visited{color:#0072bc; text-decoration:none;}
a:hover{text-decoration:underline;}

.btn{font-size:10px; background-color:#0072bc; color:#FFF; border:0; padding:5px; float:right;}

#contactus{
margin-top:10px;
}

#terms p{text-align:justify;}

h2{font-size:16px; font-weight:bold; padding:10px;}
h2 span{color:#0072bc;}

td{padding:3px 10px 3px 10px;}

strong{font-weight:bold; color:#0072bc;}


