/* 	Reset Styling
----------------------------------------------------------------------*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	background: #eae4ca;
	color: #7A7A7A;
	line-height: 24px;
	font-family: "Calibri", Helvetica, Tahoma, Arial;
	font-weight: 400;
	font-size: 16px
}

/* LAYOUT
----------------------------------------------------------------------------------------------------*/
/* 	Header
-------------------------------------------------------------------*/
#header {
	
	position : relative;
	background-image: url("images\\header-repeat.png");
    background-repeat: repeat-x;
}


/* 	Page
-------------------------------------------------------------------*/
#page {
	background: #eae4ca;
	min-height: 400px;
	float: left;
	clear: left;
	width: 100%;
}

#leftnav {
	background: #000066;
	float:left;
	padding-left: 15;
	padding-top: 5;
	padding-right: 15;
	width: 120px;
	min-height: 400px;
}
#content {
	float: left;
	background: #eae4ca;
	padding-top: 5;
	padding-left: 15;
	min-height: 400px;
	margin-left:25px;
	margin-top:15px;
}


/* 	Footer
-------------------------------------------------------------------*/
#footer {
	background: #eae4ca;
	float: left;
	clear: left;
	width: 100%;
}
#left {
	float:left;
	min-width: 150px;
}
#right {
	float: none;
	padding-left: 15;
	width: 700px;
}

/* STYLE
----------------------------------------------------------------------------------------------------*/
.boldText {
	font-weight: bold;
}

#portal_link {
	padding-top:15px;
}