/************************************ RESET

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
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;
}


/**************** TEXT
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style-type: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*********************************************************/
/************ TME **********************/
body {
	background-color: #FFFFFF;
/*	background-image: url(/image/baubletile2.jpg);*/
	background-image: url(/image/bg_main.jpg);
	background-repeat: repeat-x;
}
.introText {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
a:link, a:visited {
	color: #096FBA;
	text-decoration: underline;
}
a:hover {
	color: #9CBDF0;
	text-decoration: underline;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	font-size: 21px;
}
h4 {
	color: #333333;
	font-size: 18px;
}
h5 {
	color: #333333;
	font-size: 12px;
}
h6 {
	color: #333333;
	font-size: 11px;
}

strong {
	font-weight: bold;
}
.searchField {
	height: 25px;
	font-size: 1.5em;
	width: 120px;
	margin-right:5px;
}

.border {
	padding: 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper {
	background-image: url(/image/bg_grad.png);
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #header img {
	margin-left: 20px;
	margin-top: 31px;
}
#wrapper #nav {
	background-image: url(/image/nav_bg.gif);
	height: 53px;
	margin-bottom: 10px;
	width: 960px;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
}
#header {
	background-image: url(/image/header_bg.jpg);
	height: 152px;
	margin-right: 0px;
	margin-left: 0px;
	width: 960px;
}
#mainContent {
	background-color: #FFFFFF;
	padding-top: 10px;
}
#left, #right {
	background-image: url(/image/bg_side.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #e8e8e8;
	width: 198px;
	padding: 10px;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	height: 25px;
	width: 960px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 25px;
	padding: 10px 0;
	background-color: #2C80BB;
	color: #FFFFFF;
}
table.tableScores td {
	padding: 5px;
}
#mainContent img.border {
	clear:left;
	margin-bottom: 10px;
}

#tinymce {
	background-image: none;
} 

/************************************
