body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: small;
    background-color: #FFFFFF;
    padding: 30px;
}

ul, li, blockquote, p, table, form {
    margin: 0px;
    padding: 0px;
}

p, ul, form {padding-bottom: 10px;}
li, blockquote {margin-left: 20px;}

a, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {color: #666666;}

#frame {
	width: 800px;
	margin: 0 auto;
}

#header {
	margin-bottom: 20px;
	font-size: 0.9em;
}

#header .links {
    width: 100%;
    margin-bottom: 25px;
}

#header .links .left {padding-left: 10px;}

#header .links .right {
    padding-right: 10px;
    text-align: right;
}

#header .title {
	padding: 10px 10px 10px 20px;
	font-size: 1.2em;
	font-weight: bold;
}

#header .box {
	width: 100%;
}

#header .box, #header .box td {
	border: 1px solid #000000;
}

#header .box .background {
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    width: 600px;
    height: 250px;
    color: #FFFFFF;
}

#header a.tag {
	font-size: 1.1em;
}

#nav {
	position: relative;
}

#nav li {
	list-style: none;
	margin: 0px;
	float: left;
	margin-right: 35px;
}

#contents {
	padding: 0px 10px 20px 20px;
}

/*specific styles*/

.cr_title a {
	color: #BBBBBB;
	font-weight: bold;
	text-decoration: none;
}

.cr_items {display: none;}

.cr_items li {
	list-style-type: none;
	margin-left: 0px;
}

.cr_items li a {
}

.break {margin-bottom: 10px;}

.declaration_english {
	padding: 10px 0px 10px 0px;
	color: #BBBBBB;
	text-align: right;
}

/*general classes*/

.alignContainer {position: relative;}

.alignBottomLeft, .alignBottomRight {
    position: absolute;
    bottom: 0px;
}

.alignBottomLeft {left: 0px;}
.alignBottomRight {right: 0px;}

.red {color: #FF0000;}
