html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #000000; 
    font-size: 12px; 
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}

a {
    color: #4d62af;
    text-decoration: none;
}

a:hover {
    color: #990000;
}

div.clear {
    clear: both;
}

a#logo {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 57px;
}

a#email {
    display: block;
    position: absolute;
    top: 57px;
    right: 0px;
    width: 300px;
    height: 27px;
}

div#header {
    width: 100%;
    height: 57px;
    background-image: url(images/header-bg.jpg);
    background-repeat: repeat-x;
}

div#header div.left {
    position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
    width: 700px;
    height: 57px;
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

div#header div.left a img {
    border: 0px;
}

div#header div.right {
    position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
    width: 309px;
    height: 57px;
    padding-right: 15px;
    background-image: url(images/header-bg-right.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    text-align: right;
    font-weight: bold;
}

div#info {
    height: 27px;
    background-image: url(images/info-bg.gif);
    background-repeat: repeat-x;
}

div#info div#infoimg {
    height: 27px;
    background-image: url(images/info.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

div#main {
    width: 100%;
}

div#sidebarcontainer {
    float: left;
    width: 15%;
    background-image: url(images/sidebar-bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

div#sidebar {
    padding: 10px;
    background-image: url(images/sidebar-border.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

div#sidebar ul {
    margin: 10px 0px 0px 15px; 
    padding: 0px; 
    font-weight: bold;
    font-size: 14px;
}

div#sidebar ul li {
    padding: 0px 0px 10px 0px; 
}

div#sidebar ul li a {
    color: black;
    text-decoration: none;
}

div#sidebar ul li a:hover {
    color: #213194;
}

div#sidebar div#purchasing {
    border: 1px solid black;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

div#sidebar div#purchasing a {
    text-decoration: none;
}

div#sidebar  p {
    font-size: 12px;
    font-weight: bold; 
}

div#contentcontainer {
    float: left;
    width: 85%;
}

div#content {
    padding: 0px 0px 0px 20px;
}

div#content a img, div#content img {
    border: 1px solid #ccc;
}

div#content div#fasttrack {
    width: 80%;
    margin: 20px auto;
}

div#content div#fasttrack div.left {
    float: left;
    width: 25%;
    text-align: right;
}

div#content div#fasttrack div.left img {
    border: 0px;
}

div#content div#fasttrack div.right {
    float: left;
    width: 70%;
    text-align: left;
    padding-left: 10px;
}

div#content div#fasttrack div.right h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #4d62af;
}

div#content div#fasttrack div.right p {
    margin: 2px 0px;
    padding: 0px;
}

div#content h1 {
    margin: 10px 0px;
    padding: 0px;
    font-size: 18px;
    color: #4d62af;
}

div#content h3 {
    font-size: 12px;
    color: #4d62af; 
}

div#content div.cat {
    float: left;
    width: 24%;
    height: 100px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-align: center;

}

div#content div.catrow.middle {
    margin: 10px 0px;
}

div#content div.catrow.middle div.cat {
    padding: 35px 0px;

}

div#content  div.catrow.middle div.cat.middle {
    width: 48%;
    height: 170px;
    padding: 0px;
}

div#content div.leftcol {
    float: left;
    width: 68%;
}

div#content div.rightcol {
    float: left;
    width: 28%;
    padding: 0px 10px;
}

div#content table tr td, div#content table tr th {
    text-align: center;
}

div#content div.imgtable {
    float: left;
    width: 24%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #4d62af;
}

div#content p.pagination {
    font-weight: bold;
}

div#footmenu {
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
}

div#footer {
    text-align: right;
}

div#content div.top-info {
	margin: 10px 0;
	color: #4d62af;
	font-weight: bold;
	width: 48%;
}

div#content div.top-info.left {
	float: left;
	text-align: left;
}

div#content div.top-info.right {
	float: right;
	text-align: right;
	padding-right: 5px;
}
