#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;

}
#header {
	height: 120px;
	width: 100%;
	background-image: url(images/cuda_header.jpg);
	border-bottom-color: #990000;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-top-color: #990000;
	border-right-color: #990000;
	border-left-color: #990000;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}

#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-image: url(images/Cad_Mec.JPG);
	min-height: 500px;
}

#titlebox {
	float: left;
	width: 100%;
	border-top-color: #FFFFFF;
	height: inherit;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
}



#footer {
	background-color: #F0F0F0;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-left: auto;
	width: 960px;
	border-top-color: #990000;
	border-top-style: ridge;
	border-top-width: thin;
	margin-right: auto;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #FF6C6C;
	text-decoration: none;
}



.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}




#horizontalnav  {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #CC0000;
	}



.navlinks  {
	position: absolute;
	top: 7px;
	left: 0px;
	display: inline;
	
}

.navlinks ul { 

margin: auto;

}

.navlinks li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	display: inline;
	background-color: #F1011A;
	top: 7px;
}

.navlinks li a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana;
	display: inline;
	padding: 9px 8px 8px;
	background-color: #F1011A;
	font-weight: bold;
}

.navlinks li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	display: inline;
	background-color: #D90000;
	padding: 9px 8px 8px;
	font-weight: bold;
}
