body {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #27415F;
    background-color: #CCD0D4;
}

.page-content {
    padding: 21px;
}

td, p {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #27415F;
}

a {
    color: #006380;
    text-decoration: none;
}

a:hover {
    color: #E59202;
    text-decoration: underline;
}

.lo {
    color: #245B82;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 3px;
}

a.lo {
    text-decoration: none;
    color: #2B5F80;
}

a.lo:hover {
    color: #D2821A;
    text-decoration: underline;
}

form {
    padding: 0px;
    margin: 0px;
}

.roadmap {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: lowercase;
}

a.roadmap {
    color: #E9F0F4;
}

a.roadmap:hover {
    color: #E9D2BB;
    text-decoration: underline;
}

.main {
    list-style-type: square;
    padding: 21px;
}

a.main {
    color: #006380;
}

a.main:hover {
    color: #E56916;
    text-decoration: none;
}

a.file {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1F5870;
    text-decoration: none;
}

h1 {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #E6EBEF;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-left: 14px;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #D17819;
}

h3 {
    font-size: 13px;
    color: #5A7E13;
}

h4 {
    font-size: 13px;
    color: #345B7C;
    text-transform: uppercase;
    padding: 3px 0 3px;
}

a.h4 {
    color: #345B7C;
}

a.h4:hover {
    color: #BC0E06;
}

h5 {
    font-size: 12px;
    color: #627C39;
}

.order {
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}

.contact {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #315277;
    list-style-type: square;
}

.rightBorder {
    border-top: 1px solid #79818A;
    border-right: 1px solid #79818A
}

.leftBorder {
    border-top: 1px solid #79818A;
}

.input {
    border: 1px solid #79818A;
}

li {
    list-style-image: url(/images/list.gif);
}

hr {
    margin-top: 5px;
    margin-bottom: 7px;
    border-top: 1px dashed #778696;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

a.makeRequest {
    color: #27648B;
    font-size: 1.2em;
    font-weight: bold;
}

#cart-area {
    position: absolute;
    top: 68px;
    right: 0px;
    width: 160px;
    font-weight: bolder;
    color: white;
}

a.order-to-cart {
	display:block;
	color:#27648B;
	padding:12px;
	background-color:#E5B81C;
	width:68px;
	border-radius:3px;
}

a.order-to-cart:hover {
	background-color:#f7d874;
}

#cart-2nd a {
    color: #E5B81C;
}