/* Zero all styles to start with a good base display */

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: "" "";
}


/* Now, the real CSS begins... */

body {
background-color: #545462;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-position: top center;
margin: 50px;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
}

p {
color: #ffffff;
font-size: 14px;
line-height: 18px;
font-weight: normal;
}

h1 {

}

h2 {
color: #bebed1;
font-size: 16px;
line-height: 22px;
font-weight: normal;
}

h3 {
color: #ffffff;
font-size: 15px;
line-height: 20px;
font-weight: bold;
}

h4 {
color: #9a9aab;
font-size: 15px;
line-height: 20px;
font-weight: normal;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

h2 a:link {
color: #bebed1;
border-bottom: 1px solid #747480;
text-decoration: none;
}

h2 a:visited {
color: #bebed1;
border-bottom: 1px solid #747480;
text-decoration: none;
}

h2 a:hover {
color: #ff66cc;
border-bottom: 1px solid #ff66cc;
text-decoration: none;
}

h2 a:active {
color: #bebed1;
border-bottom: 1px solid #747480;
text-decoration: none;
}

h3 a:link {
color: #ffffff;
border-bottom: 1px solid #747480;
text-decoration: none;
}

h3 a:visited {
color: #ffffff;
border-bottom: 1px solid #747480;
text-decoration: none;
}

h3 a:hover {
color: #ff66cc;
border-bottom: 1px solid #ff66cc;
text-decoration: none;
}

h3 a:active {
color: #ffffff;
border-bottom: 1px solid #747480;
text-decoration: none;
}

#wrapper {
width: 800px;
margin: 0 auto;
overflow: auto;
}

#nav {
width: 800px;
height: 100px;
background-color: transparent;
background-image: url(../images/header-background.gif);
background-repeat: repeat-x;
}

#logo {
margin: 55px 0 0 15px;
}

#pagecontent {
margin: 30px 0 0 45px;
padding: 0;
overflow: auto;
}

#pagecontent ul {
/* display: inline-table; */
margin: 30px 0 0 0;
padding: 0;
overflow: auto;
}

#pagecontent li {
width: 320px;
float: left;
margin:0 50px 0 0;
}

#footer {
margin: 70px 0 0 0;
}

#footer img {
float: left;
margin: 0 20px 0 0;
}

#footer p {
color: #bebed1;
font-size: 12px;
line-height: 16px;
padding: 15px 0 0 0;
}

#footer a:link {
color: #bebed1;
border-bottom: 1px solid #747480;
text-decoration: none;
}

#footer a:visited {
color: #bebed1;
border-bottom: 1px solid #747480;
text-decoration: none;
}

#footer a:hover {
color: #ff66cc;
border-bottom: 1px solid #ff66cc;
text-decoration: none;
}

#footer a:active {
color: #bebed1;
border-bottom: 1px solid #747480;
text-decoration: none;
}

.footervertbar {
color: #8c8c8c;
}

.h3altcolor {
color: #bebed1;
}

a:hover > .h3altcolor {
color: #ff66cc;
}



