/*Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt */
/*reset.css*/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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
 


html, body {
background: #bcd6f0 ;
}
/*body {line-height: 1.125em; padding-bottom: 20px; font-family: "Myriad", Arial, Helvetica, sans-serif; color: #403c3c; 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003366), color-stop(100%,#336699));
background: -moz-linear-gradient(top, rgba(0,51,102,1) 0%, rgba(51,102,153,1) 100%);
background: -o-linear-gradient(top, #336699 0%,#003366 100%);

filter: progid:DXImageTransform.Microsoft.Gradient(
  StartColorStr='#003366', EndColorStr='#336699', GradientType=0);


margin:0;
float:left;
position:relative;
width:100%;
}
*/

body {line-height: 1.125em; padding-bottom: 20px; font-family: "Myriad", Arial, Helvetica, sans-serif; color: #403c3c; 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08498c), color-stop(100%,#bcd6f0));
background: -moz-linear-gradient(top, rgba(8,73,140,1) 0%, rgba(188,214,240,1) 100%);
background: -o-linear-gradient(top, #bcd6f0 0%,#08498c 100%);
background: -ms-linear-gradient(top,  #08498C 0%, #BCD6F0 100%);
background: linear-gradient(center top , #08498C 0%, #BCD6F0 100%);
filter: progid:DXImageTransform.Microsoft.Gradient(
  StartColorStr='#08498c', EndColorStr='#bcd6f0', GradientType=0);
margin:0;
float:left;
position:relative;
width:100%;
}
;


filter: progid:DXImageTransform.Microsoft.Gradient(
  StartColorStr='#08498c', EndColorStr='#bcd6f0', GradientType=0);


margin:0;
float:left;
position:relative;
width:100%;
}



ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0; font-size:1em;}

