/*RESET SOME THINGS*/
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, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
html {min-height: 100%; margin-bottom: 1px;}/*gives a phantom scrollbar to firefox and other browsers so the page doesn't shift*/

/*NOW FOR THE STYLES*/
body{font-family:Verdana, Helvetica,'Gill Sans',Arial;font-size:90%;background:#0E2240;color:#2C3651;text-align:center;}
#wrap{margin:15px auto;width: 800px;text-align: left;background:#F1FAFD;}
#header{background: url('header.jpg') no-repeat;height:150px;}
#content{padding: 20px 40px;}
#footer{height:50px;text-align:center;margin-top:20px;}
h1,h2,h3,h4,h5{font-family:'Times New Roman', Garamond, Times, sans-serif;color:#610C89;font-weight:normal;}
h1.blog,h2.blog,h3.blog,h4.blog,h5.blog{color:#777777;}
h1{font-size:180%;line-height:1.6em;}
h2{font-size:160%;line-height:1.6em;}
h3{font-size:130%;line-height:1.4em;}
h4{font-size:120%;line-height:1.4em;}
h5{font-size:110%;line-height:1.4em;}
p{margin:10px 0 0 0;line-height:1.4em;}
strong{font-weight:bold;}
a, a:visited{font-family:'Times New Roman', Garamond, Times, sans-serif;text-decoration:none;color:#610C89;font-weight:normal;font-size:140%;}
a:hover{text-decoration:underline;}
ul{margin:1.4em 0;}
li{padding-top:1.5em;line-height:1.4em;clear:both;}
.choice{font-weight:bold;margin-right:20px;float:left;}
.label{width:500px;float:left;}
.clear{clear:both;height:30px;}
