/* CLEAR CSS */
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;
text-decoration:none;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: 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;
}
/* ************************************************* */
/* PNG FIX */
img, div { behavior: url(iepngfix.htc) }
/* ************************************************* */
/* DEFINE CSS */
BODY{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background:#FFFFFF url(images/layout/bg-body.jpg) no-repeat top center;
}

/* LAYOUT */
#pageContainer{
margin: auto;
width: 960px;
}

#contentContainer{
width:960px;
min-height:300px;
padding-bottom:20px;
margin-bottom:10px;
float:left;
background:#f3f3f3;
border-bottom:1px solid #0099FF;
}

/* Top: Title etc */
#topContainer{
width:960px;
height:119px;
padding-top:10px;
float:left;
}
	#logoContainer{
	float:left;
	width:400px;
	height:105px;
	}
	#topFlashNewsContainer{
	float:right;
	padding:50px 10px 0px 0px;
	font-size:18px;
	}
		#topFlashNewsContainer span{
		font-weight:bold;
		}
	#topMenuContainer{
	width:960px;
	height:30px;
	float:left;
	background-color:#e6e6e6;
	}

#bottomContentContainer{
width: 960px;
height:100px;
float:left;
background:#e6e6e6;
margin-top:10px;
}
#footer{
margin: auto;
width: 100%;
float:left;
background-color:#0099FF;
padding: 15px 0px;
text-align:center;
}

/* Colors */
.Orange{
color:#FF3300;
}
.Blue{
color:#0099ff;
}

/* LINKS */
/* Top Navigation */
.topNav{
width: 100%;
overflow: hidden;
}
.topNav ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.topNav li{
display: inline;
margin: 0;
}
.topNav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 20px 9px; /*padding inside each tab*/
border-right: 1px solid #fff; /*right divider between tabs*/
color: #333;
font-weight:bold;
}
.topNav li a:hover{
background: #ccc; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#000;
}
.topNav .selected, .topNav a.selected:hover{
background: #0099ff; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#FFFFFF;
}

/* Logo */
a.Logo:link, a.Logo:visited{
float:left;
background:url(images/layout/logo.png) no-repeat;
display:block;
width:368px;
height:103px;

text-indent:-4000px;
}
a.Logo:Hover{
}