/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 5;
	border: 1;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: rop;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 5; border: 0;}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {background-color: #0a073e;
}
a:active {color: #dcb366;}
a:link {color: #dcc6a2; }     /* unvisited link */
a:visited {color: #dcc6a2; }  /* visited link */
a:hover {color: #dcb366; }   /* mouse over link */

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color: #DCD2C6; background:#0a073e; url(../images/body_bg.jpg) left top repeat-x}
h1, h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h1, h2, h3, h4, h5 {font-weight:bold; color:#DCD2C6}
h1 {font-size:2.0em}
h2 {font-size:1.5em}
h3 {font-size:1.25em}
h4 {font-size:1.15em}
h5 {font-size:1em; font-style:italic; color:gray}
a {color:#1ab2c0; outline:none}
	a:hover {text-decoration:none}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}
strong {font-weight:bold}

/*#######################
  Layout Styles 
#######################*/
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 20px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


