/* CSS Document */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {line-height:1.5;background:#99A0A5;margin:1.5em 0; background-image:url(images/background.png); background-repeat:repeat-x;}

table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/*PAGE LAYOUT*/

#container{
	width:100%;
	margin: auto;
}

#page{
	width:965px;
	margin: auto;
}
	
#body{
	width:965px;
	height: 723px;
	margin: auto;
	background-image:url(images/notebook.png);
	background-repeat:no-repeat;
}

#leftcol{
	float:left; width:478px; height:50px; 
}

#rightcol{
	float:left; 
	width:487px; 
	height:50px;
}

/* Footer*/

#footcontain{
	width:100%;
	height:200px;
	margin: 30px auto;
	background-color:#36454F;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	float:left;
}

#footer{
	width:965px; 
	margin: 25px auto;
}

#footnav{
	float:left; width:370px; height:50px; padding-left: 10px;
}

#footmain{
	float:left; 
	width:585px; 
	height:50px;
}

#footer p{
	color: #668295;
	font-size:10px;
}

/* Header */

#header {
	width: 100%;
	margin: auto;
}
	
#logo {
	width: 487px;
	height: 120px;
	float:left;
	margin-top: 60px;
	background-image:url(images/logo.png);
	background-position:70px center;
	background-repeat:no-repeat;
}

#menu {
}

#menu ul {
	margin: 0 0 0 60px;
}

#menu ul a {
	height: 22px;
	margin: 0;
	padding: 4px 7px 0 7px;
	background: url(images/menusep.gif) no-repeat left 30%;font-size: 10px;
	color: #D9008D;
	text-decoration: none;
}

#menu .first a {
	background: none;
	padding: 4px 7px 0 0px;
}

.tier2 {
	margin-left: -25px;
}

/* Body */

#content {
	width: 342px;
	height: 440px;
	float:left;
	padding: 15px 12px 0px 60px;
	overflow:auto;
}

/* Images */

#images {
	width: 100%;
	margin: auto;
	padding: 25px 0 0 80px;
	
}
	

/* typography.css */
body {font-size:80%;color:#222;font-family:"Univers", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em; color:#36454F;}
h4 {font-size:11px;line-height:1.25;margin-bottom:1em; color:#D9008D; font-weight:bold;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em; font-size:12px; color:#36454F;}
p.last {margin-bottom:0;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
img {margin:0 0 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#8EA4B3;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
tt {display:block;margin:1.5em 0;line-height:1.5;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
table .last {padding-right:0;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}