body {
	margin: 0px;
	background-image: url(images/main-bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container img {
	margin-top: 15px
}

#navigation {
	width: 785px;
	background-image: url(images/navigation-bg.png);
	height: 47px;
	margin-top: 10px;
	padding-left: 15px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navigation li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
    width: 157px;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	display: block;
	padding-bottom: 14px;
	width: 100px;
}

#navigation a:hover {
	color: #378AD6;
}

#wrapper {
	border-left: 1px solid #f0e9eb;
	border-right: 1px solid #f0e9eb;
}

#main-content {
         margin: 0 auto;
}

#bg {
	height: 36px;
	background: url(images/bg.gif) repeat-x;
}

#footer {
	background: #f7f7f7;
	border-top: 1px solid #f0e9eb;
	padding: 10px 15px;
	clear: both;
}

#left-column {
	width: 430px;
	padding: 0 30px 30px;
	float: left;
}

#right-column {
	width: 300px;
	float: right;
}

#footer a:link, #footer a:active, #footer a:visited {
	// font-family: "Trebuchet MS";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1E63A2;
	text-decoration: none;
}

#footer a:hover {
	color: #20405E;
	text-decoration: underline;
}

#main-content a:link, #main-content a:visited, #main-content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1E63A2;
	text-decoration: none;
}

#main-content a:hover {
	color: #20405E;
	text-decoration: underline;
}

#main-content a.detail:link, #main-content a.detail:visited, #main-content a.detail:active {
	color: #1E63A2;
	text-decoration: underline;
}

#main-content a.detail:hover {
	color: #20405E;
	text-decoration: underline;
}

#main-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#main-image {
	text-align: center;
}

.sidebar {
	margin-right: 25px;
	padding: 10px 0;
	background: url(images/shadow.jpg) no-repeat top;
}

.box {
	background: #f7f7f7;
	border: 1px solid #f0e9eb;
	padding: 15px;
}

.prov {
	border-bottom: 1px solid #efece7;
	padding-bottom: 10px;
	padding-top: 10px;
}

h2, h1 {
	color: #009AD4;
	margin: 20px 0 10px;
	padding-bottom: 10px;
	font: normal 17px Georgia, serif;
	border-bottom: 1px solid #efece7;
}

h3 {
	color: #009AD4;
	margin: 10px 0;
	padding-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #efece7;
}

ul {
	padding:0;
	margin:0 0 0 17px;
	list-style:square;
}

img {
	border: 0;
}

form fieldset { 
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}

input, textarea {
	border: 1px solid #999;
}

input:focus, input.error:focus, textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}

#highlightbox {
	background: #FFF5D3; 
	padding-top: 3px;
	padding-f: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	border-left-width: 1px;
	border-left-style : solid;
	border-left-color: #f7c600;
	border-right-width: 1px;
	border-right-style : solid;
	border-right-color: #f7c600;
	border-bottom-width: 1px;
	border-bottom-style : solid;
	border-bottom-color: #f7c600;
	border-top-width: 1px;
	border-top-style : solid;
	border-top-color: #f7c600;
}

.info {
background-color: #EEDC94;
    background-image: -moz-linear-gradient(center top , #FCEEC1, #EEDC94);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    color: #404040;
    margin-bottom: 18px;
    padding: 7px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-size: 14px;
}
