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;
	height:100%;
}

html {
	height: 100%;
}


ol, ul {
	list-style: none;
	margin-left:15px;
}
blockquote, q {
	quotes: 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;
}


body {
	background-color:#334851;
	background-image:url(elements/main-grad-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	margin-top:.75em;
	
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#405c67;
	font-weight:normal;
	margin-top:.35em;
	margin-bottom:.35em;
	
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size:20px;*/
	color:#d79800;
	
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#405c67;
	
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold
	color:#000000;
	
}



/* the div and "#" reference the fact that this is an ID tag*/
div#container-page {
	width:950px;
	height:100%;
	background-color:#597d8d;
	margin:0px auto;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	

}

div#container-header {
	background-image:url(images/topbg.jpg);
	background-repeat:no-repeat;
	height:266px;

}

div#navigation {
	top:120px;
	left:25px;
	width:200px;
	position:relative

}

div#navigation ul li {
	color:#fff;
	text-align:right;
	margin-bottom:4px;
	padding-bottom:0px;		
}

div#navigation ul li a {
	color:#fff;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	text-decoration:none;
	height:21px;
	
}

div#navigation ul li a:hover {
	background-color:#0d2c38;
}

div#container-content {
	background-color:#FFF;
	background-image:url(elements/diagbg.gif);
	background-repeat:repeat-x;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

div#main {
	width: 100%;
	float: left;
	margin-right: -659px;
	background-color:transparent;
}

div#sidebar-left {
	width: 231px;
	margin-right:616px;
	background-color:transparent;
}

div#content-right {
	background-color:#fff;
	width:616px;
	border:1px solid #bababa;
	padding:20px;
	float:right;

}
.clearing {
	height: 0;
	clear: both;
}



div#container-footer {	
	background-color:#597D8D;
	height:65px;
	background-image:url(elements/bottom-grad-footer-bg.gif);
	background-position:top;
	background-repeat:repeat-x;

}

.link1 {
	text-decoration:underline;
	color:#405c67;
	display:block;
	width:275px;

}

.link1:hover{
	text-decoration:none;
	color:#405c67;
	background-color:#C8D9DD;

}

.link2 {
	text-decoration:underline;
	color:#405c67;	

}

.link2:hover{
	text-decoration:none;
	color:#405c67;

}

.link3 {
	text-decoration:underline;
	color:#ffffff;	

}

.link3:hover{
	text-decoration:none;
	color:#ffffff;

}

.indenttext {
	margin-left:15px;
	
}