html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

* {
	font-family:Verdana,sans-serif;
	font-size:100.1%;
}

body {
	padding-bottom: 5px;
	font-size: 11px;
	color: #262626;
}

h1 {
	color: #00AEEF;
	font-size:16px;
	font-weight:bold;
	padding:14px 0;}

h2 {
	color: #00AEEF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

#pageContent div.text {
	margin: 0px 0px 1.25em 0px;
}

img {
	border: 0px;
}

a {
	color: #8B622F;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #A28159;
}

#wrapper {
	margin: 16px auto auto;
	width: 1024px;
}

#logo {
	height: 76px;
	width: 100%;
	background-image: url(../images/logo_border.gif);
	background-repeat: repeat-x;
	text-align: right;
}

#search {
	margin: -6px;
	padding: 0px;
	width: 200px;
	float: right;
}

#search input {
	margin-left: 20px;
	font-size: 11px;
	border: 1px solid #666666;
	width: 120px;
}

#search button {
	margin-left: 6px;
	background-color: #00ADEC;
	border: 1px solid #666666;	
	font-size: 10px;
	font-weight: bold;
}

#footer {
	height: 120px;
	background-image: url(../images/it_meets_id.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #8B622F;
	font-size: 8px;
}

#footer a {
	text-decoration: underline;
}

#stamp {
	float: left;
	height: 120px;
	width: 150px;
	padding: 20px 0px 0px 20px;
}

#languageSelector {
	float: left;
	font-size: 10px;
	margin-top: 100px;
}

#languageSelector li {
	float: left;
	padding-left: 10px;	
}

#languageSelector ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

#copyright {
	float: left;
	margin: 0px 0px 0px 30px;
	margin-top: 100px;
}

                #pageContent ul, #rightContent ul
                {
                    padding-left: 15px;
                    list-style-image: url(../images/bullet.gif);
                }

                    #pageContent li, #rightContent li
                    {
                        margin: .35em 0;
                    }

                    #pageContent ul ul, #rightContent ul ul
                    {
                        margin-bottom: 0;
                    }

.text p {
	margin: 0px;
}

div.text {
	text-align:left;
}

/* Download */
div.downloadButton {
	background-image: url(../images/download.gif);
	width:20px;
	height:40px;
	background-repeat: no-repeat;
	float:left;
}

div.downloadTitle{
	font-size: 12px;
	font-weight: bold;
}

a.download {
	text-decoration:none;
}

div.downloadWrapper {
	display:block;
	width:500px;
	height:40px;
	margin-left:30px;
}

span.downloadFormat {
	font-size: 10px;
	width:150px;
	margin-right:20px;
	color:#999999;
}

span.downloadSize {
	font-size: 10px;
	width:150px;
	color:#999999;
}

/**** Content type: news list ****/

.news
{
    /* clear: both; */
    margin-bottom: 3em;
}

.news img
{
    float: left;
    margin-right: .75em;
}

.news .date
{
    float: right;
    font-size: 12px;
    margin-left: 1em;
}

.news h2
{
    margin-bottom: .5em;
}

.news h2 a
{
    color: #00AEEF;
    text-decoration: none;
}

.news h2 a:hover
{
    color: #8b622f !important;
    text-decoration: underline;
}

div#news
{
    width: 100%;
}

div#news h2
{
    margin-bottom: .5em;
}

div#news ul
{
    font-size: 12px;
}

div#news li
{
    margin-bottom: .5em;
}

div#news ul a
{
    text-decoration: none;
    color: #00AEEF;
}

div#news ul a:hover
{
    color: #8b622f !important;
    text-decoration: underline;
}

div#news table /* archive */
{
	width:400px;
}

div#news th
{
    font-weight:bold;
}

div#news td.date
{
    white-space: nowrap;
    width: 100px;
    text-align:left;
}

div#news td, div#news th
{
    padding: 0 0.5em .5em 0;
    text-align:left;
}

input#keywords
{
    width: 99%;
}

form.filter
{
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #cccccc;
}

/********************** Forms **********************/

div#news dt
{
    float: left;
    width: 20%;
    margin-bottom: .5em;
}



    dd.radio input, dd.checkboxes input
    {
        width: auto;
        margin-right: .25em;
        vertical-align: top;
    }

    dd.radio label
    {
        margin-right: 2em;
    }

.fullWidth
{
}

    .fullWidth input, .fullWidth select, .fullWidth textarea
    {
        width: 98%;
    }

.submit
{
    text-align: right;
}

    .fullWidth .submit input, .fullWidth .submit button
    {
        width: auto;
    }

div.success
{
    font-weight: bold;
    border: 1px solid black;
    padding: 1em 2em;
}

sup.reg {
    font-size: 75%;
}


.clear {
    clear: both;
}

