/* undohtml.css */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,tr,td
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

html {overflow-y: scroll;}

/* text -----------------------------------------------------------------------*/

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul, input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 8px;
}

h2{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
}

p{
	margin-bottom: 15px;
	font-size: 1.1em;
}

a:link {color: #92319a; text-decoration: none; font-weight: bold;}
a:visited {color: #92319a; text-decoration: none; font-weight: bold;}
a:hover {color: #511a55;text-decoration: none; font-weight: bold;}
a:active {color: #92319a; text-decoration: none; font-weight: bold;}

ul {margin-left: 20px;}
li {margin: 20px;
   position: relative;
   left: 20px;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #cbbdbd;
   text-align: center;
}

#content-header{
	width: 986px;
	height: 7px;
	margin: 0 auto;
	background-image: url(images/content-header.png);
	background-repeat: no-repeat;
	text-align: left;
	margin-top:3px;
}

#content-middle{
	width: 986px;
	margin: 0 auto;
	background-image: url(images/content-middle.png);
	background-repeat:repeat-y;
	padding-bottom: 10px;
}

#content-footer{
	width: 986px;
	height: 7px;
	margin: 0 auto;
	background-image: url(images/content-footer.png);
	background-repeat:no-repeat;
	clear: both;
}

#logo-container{
	width: 224px;
	height: 95px;
	float: left;
	margin-left: 15px;
}

#contact-container{
	width: 530px;
	height: 95px;
	margin-top: 5px;
	float: left;
	text-align: right;
	line-height: 1.6em;
	padding-top: 5px;
}
#contact-container p{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
}

#login-container{
	width: 150px;
	height: 95px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	padding-top: 5px;
}
#login-container p{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: right;
  padding-right: 10px;
}

#login-form{
  text-align: right;
  padding-right: 10px;
}

#header-divide{
	margin-left: 15px;
	margin-top: 20px;
	width: 1px;
	height: 60px;
	float: left;
	background-color: #c3bfc0;
}

/* tabs ---------------------------------------------------------------------*/

#tabs{
	margin: 15px 0px 0px 19px;
	*margin: 15px 0px 0px 0px;
	border-bottom: solid 1px #c3c0c0;
	height: 37px;
	width: 948px;
}

.tab-left{
	width: 5px;
	height: 38px;
	background-image: url(images/acea-tab-left.gif);
	background-repeat: no-repeat;
	float: left;
}

.tab-middle{
	height: 38px;
	background-image: url(images/acea-tab-middle.gif);
	background-repeat: repeat-x;
	float: left;
}

.tab-middle a{
	padding: 10px;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	
}

.tab-right{
	width: 13px;
	height: 38px;
	background-image: url(images/acea-tab-right.gif);
	background-repeat: no-repeat;
	float: left;
}

.tab-right-final{
	width: 20px;
	height: 38px;
	background-image: url(images/acea-tab-right.gif);
	background-repeat: no-repeat;
	float: left;
}

.tab-left-active{
	width: 5px;
	height: 38px;
	background-image: url(images/acea-tab-left-active.gif);
	background-repeat: no-repeat;
	float: left;
}

.tab-middle-active{
	height: 38px;
	background-image: url(images/acea-tab-middle-active.gif);
	background-repeat: repeat-x;
	float: left;
}

.tab-middle-active a{
	padding: 10px;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	
}

.tab-right-active{
	width: 20px;
	height: 38px;
	background-image: url(images/acea-tab-right-active.gif);
	background-repeat: no-repeat;
	float: left;
}

#content{
	margin: 0px 0px 0px 19px;
	*margin: 0px 0px 0px 2px;
	background-color: #fff4e6;
	border-bottom: solid 1px #c3c0c0;
	border-left: solid 1px #c3c0c0;
	border-right: solid 1px #c3c0c0;
	width: 948px;
	text-align: left;
}

#news-feed{
	background-color: #ffffff;
	float: right;
	width: 200px;
	padding: 15px;
	margin: 0px 0px 15px 15px;
	border: solid 1px #c3c0c0;
}

/* buttons ---------------------------------------------------------------------*/

.button{
	display: block;
	background-image: url(images/acea-button-background.gif);
	background-repeat: no-repeat;
	width: 195px;
	height: 55px;
	line-height: 55px;
	float: left;
	text-align: center;

}

.button a{
	display: block;
}
