/* ------------------------------ TAGs ------------------------------ */

a {
	color: #242424;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: #A6A6A6;
	text-decoration: none;
}


body {
	background-color: #747474;
}

h1 {
	color: #fff;
	font-family: helvetica;
	font-size: 48px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 10px 8px;
}

h2 {
	color: #fff;
	float: right;
	font-size: large;
	font-weight: normal;
	margin-top: 14px;
	text-align: center;
	width: 400px;
}

h3 {
	font-family: georgia;
	font-size: large;
	font-weight: normal;
	margin-left: 10px;
}

h4 {
	font-family: helvetica;
	font-size: large;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 10px;
}

h5 {
	background-color: #ccc;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

hr {
	border: none;
	border-top: 1px solid  #E6E6E6;
	height: 1px;
	margin: 0;
}



li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}

p {
	font-family: georgia;
	font-size: 12px;
	line-height: 1.5;
	margin: 30px 0 30px 0;
}

* html p {
	margin: 20px 0;
}

*:first-child+html p {
	margin: 20px 0;
}

p img {
	float: left;
}

table {
	font-family: helvetica;
	font-size: 12px;
	width: 386px;
}

td {
	background-color: #ECECEC;
	padding: 5px;
}

th {
	background-color: #ccc;
	padding: 5px;
	white-space: nowrap;
}

td a {
	background: url('/images/gui/pdficon_small.gif') no-repeat left center;
	color: #242424;
	display: block;
	line-height: 17px;
	padding-left: 20px
}

td.nowrap {
	white-space: nowrap;
}

th a:hover {
	color: #A6A6A6;
}

th,td {
	text-align: left;

}

ol {
	font-family: helvetica;
	font-size: 12px;
	line-height: 1.5;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

li.model {
	background-color: #ccc;
	font-size: 125%;
	font-weight: bold;
	margin: 5px 0;
	padding-left: 5px;
}

li.file {
	background: url('/images/gui/pdficon_small.gif') no-repeat left center;
	line-height: 17px;
	margin-bottom: 10px;
	padding: 10px 0 10px 20px
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* ------------------------------ IDs ------------------------------- */

#container {
	background-color: #BAC9E7;
	border: 1px solid #fff;
	width: 750px;
}

#header {
	background-color: #0066B3;
	border-bottom: 1px solid #fff;
}

#left_col {
	background-color: #fff;
	float: left;
	height: auto !important;
	height: 500px;
	padding: 20px;
	width: 516px;
	min-height: 500px;
}

#left_col h3 {
	color: #0066B3;
	font-size: 20px;
	margin: 30px;
	text-align: center;
}

#left_col img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#right_col {
	background-color: #BAC9E7;
	float: right;
	height: 100%;
	padding: 0;
	width: 194px;
}

#right_col h3 {
	margin-bottom: 0;
}

#right_col p {
	margin-top: 10px;
	margin-left: 10px;
}

#right_col ul li a {
	background: #585958 center;
	color: #fff;
	font-family: helvetica;
	display: block;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none;
	width: 184px;
}

#right_col ul li a:hover, #right_col ul li a.active {
	background-color: #dadada;
	background-image: url('/images/gui/nav_bg.jpg');
	color: #242424;
}

#right_col a {
	color: #242424;
	font-family: georgia;
	font-size: 12px;
	text-decoration: none;
}

#right_col a:hover {
	color: #A6A6A6;
	text-decoration: none;
}

#tagline {
	float: right;
}


/* ---------------------------- CLASSES ----------------------------- */

.footer {
	background-color: #fff;
	clear: both;
	color: #A6A6A6;
	margin: 0 !important;
	padding: 10px 0;
	text-align: center;
	width: 556px;
}

.footer a {
	color: #A6A6A6;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
}

.footer a:hover {
	color: #242424;
	text-decoration: none;

}

.pdf{
	margin: 0;
	padding: 5px 10px;
	padding-left: 10px;
	width: 174px;
	
}
