body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}

/** END RESET **/

body
{
	background-position: #fff url(images/bg.gif) repeat-x;
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	background: #fff url(images/bg.gif) repeat-x;
	color: #8E8E91;
}

a
{
	color: #EB0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #808080;
	text-decoration: underline;
}

p
{
	margin: 0 0 15px 0;
	text-align: justify;
}

h1
{
	font: normal 2.8em Arial, Helvetica, sans-serif;
	color: #444;
}

h2
{
	font: normal 1.7em Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0 0 3px;
	color: #333;
	border-bottom: 1px solid #eee;
}

h3
{
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 15px 0 2px;
	padding: 0 0 3px;
	color: #666;
}

img
{
	border: 0;
}

#content
{
	width: 930px;
	margin: 25px auto;
	position: relative;
}

#content .slogan
{
	position: absolute;
	top: 48px;
	left: 200px;
}

#logo
{
	margin: 10px 0 20px 0;
	width: 340px;
	float: left;
}

#logo p
{
	margin: 0;
}

#menu
{
	float: right;
	padding: 40px 0 0;
	margin: 0 0 38px;
}

#menu li
{
	font-size: 1.1em;
	display: inline;
}

#menu li a
{
	float: left;
	width: 87px;
	padding: 3px 0 7px;
	text-align: center;
	margin: 0 0 0 10px;
	color: #636365;
	font-weight: normal;
}

#menu li a.current
{
	background: #fff url(images/button.gif) no-repeat;
	color: #fff;
}

#menu li a:hover
{
	text-decoration: none;
	color: #000;
	background: #fff url(images/button_grey.gif) no-repeat;
}

.clear
{
	clear: both;
}

.caption
{
	background: #fff url(images/title.gif) no-repeat;
	padding: 2px 0 0 18px;
	height: 35px;
	color: #fff;
}

.caption h2
{
	margin: 0;
	font-size: 1em;
	border: none;
	color: #FFF;
	padding-top: 3px;
}

.left
{
	margin: 0 0 20px;
	clear: left;
	width: 270px;
	float: left;
}

.left img
{
	padding: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.left img.noborder
{
	padding: 0;
	border: none;
}

.smallthumb
{
	width: 109px;
}

.center
{
	width: 240px;
	float: left;
	margin: 0 0 20px 15px;
}

.right
{
	float: right;
	width: 380px;
}

.date
{
	font-size: .8em;
	border-top: 1px solid #eee;
	padding: 5px 0 0;
}

.linkbox
{
	background: #eee;
	padding: 10px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 4px 4px 4px;
	-moz-box-shadow: rgba(0,0,0,0.5) 4px 4px 4px; /* FF 3.5+ */
}

.linkbox li
{
	list-style: none;
	border-bottom: 1px dotted #ccc;
	line-height: 26px;
}

.linkbox li a
{
	padding: 0 5px;
}

/** ITEM *************************************************************************************************/
.item
{
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #B3C2D0 #B3C2D0 #1D2F39 #B3C2D0;
	padding: 5px;
	margin-bottom: 10px;
	overflow: auto;
	position: relative;
	background-color: #FFFFFF;
}

.error
{
	background-color: #FFE1D1;
	padding-left: 28px;
	background-image: url(Images/error.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	min-height: 15px;
	color: #660000;
	border-width: 1px;
	border-color: #B3C2D0;
	padding-bottom: 20px;
}

.success
{
	background-color: #E6F8DD;
	padding-left: 28px;
	background-image: url(Images/success.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	min-height: 16px;
	color: #006600;
	border-width: 1px;
	border-color: #B3C2D0;
	padding-bottom: 20px;
}

.info
{
	background-color: #DDE6F8;
	padding-left: 26px;
	background-image: url(Images/info.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	min-height: 16px;
	font-size: 85%;
	border-style: dashed;
	border-color: #B3C2D0;
	border-width: 1px;
}

.closelink
{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 50px;
	text-align: right;
	outline: none;
}
/** END ITEM *************************************************************************************************/

#footer
{
	font-size: .84em;
	clear: both;
	padding: 15px;
	background: #eee;
	margin-top: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */
}

#footer a
{
	color: #444;
}

/** MISC ****/
.inputlabel
{
	display: block;
	font-weight: bold;
}

.tinyinput
{
	width: 40px;
}

.smallinput
{
	width: 75px;
}

.largeinput
{
	width: 250px;
}

.mediuminput
{
	width: 200px;
}

.hugeinput
{
	width: 350px;
}

.highinput
{
	height: 150px;
}

.small
{
	font-size: 70%;
}

td.vertsep
{
	width: 40px;
}
