body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/back.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f2f4c3;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    text-align: center;
	line-height:20px;
	font-size:12px;
	color:#9a2102;
}

h1 {
    margin: 10px;
    padding: 0px;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color:#9a2102;
}

h2 {
    margin: 10px;
    padding: 0px;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#v;
    clear: left;
}

#content h1 {
    color:#C5B358;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: left;
    border-bottom: 1px solid #9a2102;
    font-size: 20px;
	line-height:30px;
}

#content h2 {
    color:#9a2102;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 18px%;
}

#content h3 {
    padding-left: 3px;
    color:#9a2102;
    font-size: 16px;
}

p, td {
    margin: 10px 10px;
    padding: 0px;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#9a2102;
}

li {
    margin: 0px;
    padding: 0px;
    color:#C5B358;
    text-decoration: none;
}

a, a:visited, a:active {
    margin: 0px;
    padding: 0px;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    color:#C5B358;
    text-decoration: none;
}

a:hover {
    margin: 0px;
    padding: 0px;
    color: #555555;
}

a img {
    border: none;
}

#brace {
    width: 950px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

#pageframe {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 950px;
    background-image: url(images/edge.jpg);
    background-repeat: repeat-y;
    background-position: top left;
    float: left;
}

#pageframer {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 950px;
    background-image: url(images/edge.jpg);
    background-repeat: repeat-y;
    background-position: top right;
    float: left;
}

#header {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: 260px;
    width: 950px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
}

#headermid {
    margin: 0px;
    padding: 0px;
    height: 260px;
    width: 950px;
    background-image: url(images/headermid.jpg);
    background-repeat: repeat-x;
    background-position: top;
    float: left;
}

#headerr {
    margin: 0px;
    padding: 0px;
    height: 260px;
    width: 950px;
    background-image: url(images/headerr.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    float: left;
}

#headerr h1{
    margin: 0px;
    padding: 65px 0px 0px 30px;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #e9e6dd;
}

#headerr h2{
    margin: 0px;
    padding: 0px 0px 0px 30px;
    color: #999999;
    height: 0.5em;
    font-size: 100%;
    text-align: left;
    font-weight: normal;
}

/* ######################################################### */
/* ######################################################### */
/* Topnav css */
/* ######################################################### */
/* ######################################################### */

#topnav {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 748px;
    /*background-color:  #000000;*/
    background-image: url(images/navbar.jpg);
    background-position: center;
    background-repeat: repeat-x;
    text-align: left;
    float: left;
	border-left: 200px solid #333333;

	
}


#topnav ul, #topnav ul ul {
    
	padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}


#topnav ul a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: auto;
    height: auto;
    color: #cccccc;
    text-decoration:none;
    font-size: 12px;
}

#topnav ul li a:hover {
    color: #ffffff;
    background-color:  #444444;
    background-image: none;
}

#topnav a.active {
    color: #cccccc;
}

#topnav a.active:hover {
    color: #ffffff;
    background-color:  #444444;
    background-image: none;
}

#topnav ul li ul li a{
    color: #cccccc;
}

#topnav ul li ul li a:hover {
    color: #ffffff;
}


/* top level non hover property */
#topnav ul li {
    float: left;
    width: auto;
    border-right: 1px solid #444444;
    height: auto;
}


#topnav ul li ul{
    position: absolute;
    left: -999em;
}


/* top level hover property */
#topnav ul li:hover, #topnav ul li.hoverfix {
    float: left;
    width: auto;
    background-color:  #444444;
    background-image: none;
    height: auto;
}


/* Drag in 2nd level menu */
#topnav ul li:hover ul, #topnav ul li.hoverfix ul {
    left: auto;
    z-index: 2;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color:  #333333;
}


/* 2nd level non hover property */
#topnav ul li:hover ul li, #topnav ul li.hoverfix ul li {
    clear: left;
    background-image: none;
    height: auto;
    border: 0px;

}


/* 2nd level hover property */
#topnav ul li:hover ul li:hover, #topnav ul li.hoverfix ul li.hoverfix {
    clear: left;
    background-image: none;
    height: auto;
    border: 0px;
}

/* ######################################################### */
/* ######################################################### */
/* ######################################################### */
/* ######################################################### */

#midbrace {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 1px;
}

#midbox {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 948px;
    background-color: #ffffff;
    float: left;
}

/* ######################################################### */
/* ######################################################### */
/* Navbar css */
/* ######################################################### */
/* ######################################################### */

#leftbar {
    margin: 0px 0px 0px 0px;
	border-top: solid 10px #bd2903;
    padding: 0px 10px 0px 10px;
    width: 175px;
    font-size: 12px;
    text-align:left;
    float: left;
	background-color:#fff;
	background-image:url(images/leftbg.jpg);
	background-repeat:no-repeat;
}

#leftbar p {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#leftbar h1, #leftbar h2 {
    margin: 1px 0px 1px 0px;
    padding: 4px;
    color:#C5B358;
    width: 160px;
}

#leftbar #leftnav ul {
    margin: 0px;
    padding: 0px;
    width: 172px;
    list-style-type: none;
    background-color: #e9e6dd;
    border: 1px solid #bbbbbb;
}

#leftbar #leftnav ul li {
    margin: 0px;
    padding: 0px;
	border-bottom: 1px dotted #bbbbbb;
}

#leftbar #leftnav ul li a {
    margin: 0px;
    padding-left: 10px;
    color: #555555;
    text-decoration: none;
	line-height:30px;
}

#leftbar #leftnav ul li a:hover{
    margin: 0px;
    padding-left: 10px;
    color:#C5B358;
	width:162px;
	height:30px;
	display:block;
	background-color:#f1f1f1;
	
}

#leftbar #leftnav ul li a.active, #leftbar #leftnav ul li a.active:hover{
    margin: 0px;
    padding-left: 10px;
    color:#C5B358;
	width:162px;
	height:30px;
	display:block;
	background-color:#f1f1f1;
}

#leftbar #leftnav ul li ul {
    padding-left: 0px;
    margin: 0px;
    width: 150px;
    list-style-type: none;
    background-color: #eeeeee;
    border: none;
}

#leftbar #leftnav ul li ul li ul{
    padding-left: 0px;
}

/* ######################################################### */
/* ######################################################### */


#content {
	border-top: solid 10px #cccccc;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 753px;
    text-align: center;
    float: left;
}

div.contentwh {
    
    margin: 25px;
    padding: 1px 0px 1px 0px;
    height: auto;
    width: auto;
    text-align: left;
}

div.contentinstall {
    margin: 1px 0px 1px 0px;
    padding: 2px;
    height: auto;
    width: auto;
    text-align: left;
}

div.contentinstallred {
    margin: 4px 0px 4px 0px;
    padding: 2px;
    height: auto;
    width: auto;
    background-color: #ffcdcd;
    border: 1px solid #ff0000;
    text-align: left;
}

#content ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

#content li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #9a2102;
}

form {
    width: auto;
	color:#9a2102;
}

#button {
    border: 1px solid #ff7200;
    background-color: #ffc18e;
    width: auto;
    text-align: center;
}

table {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
	padding:10px;
}

th {
    background-color: #dddddd;
    color: #888888;
}

td {
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
}

.tableTitle {
    background-color: #dddddd;
}

.tableFooter {
    background-color: #dddddd;
    height: 10px;
}

.tableCenter {
    text-align: center;
}

.ten {
    width: 10%;
}

.auto {
    width: auto;
}

.twenty {
    width: 20%;
}

.twentyFive {
    width: 25%
}

#UCLoginBox, #UCUserBox {
    margin: 5px 0px 0px 0px;
    padding: 2px;
    border: 1px solid #999999;
    background-color: #ffffff;
}

#UCUserBox h2 {
    margin: 0px;
    padding: 0px;
}

#UCLoginForm, #UCLogOutForm {
    margin: 0px;
    padding: 0px;
    text-align: center;
	font-size: 12px;
}

#UCLoginForm input.user {
    margin: 0px;
    padding: 0px;
    width: 100px;
	font-size: 12px;
}

#UCLoginForm input.button {
    margin: 0px;
    padding: 0px;
}

#UCLoginForm p.userSmall {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

/* ######################################################### */
/* ######################################################### */
/* Footnav css */
/* ######################################################### */
/* ######################################################### */


#copyw {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 948px;
    float: left;
}

#copynav {
    display: block;
}

#copynav ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    display: inline;
}

#copynav li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: inline;
}

#copynav a, #footnav a:active, #footnav a:visited, #copyw a, #footnav a:active, #footnav a:visited {
    margin: 0px;
    padding: 0px 6px;
    text-decoration: none;
    font-size: 12px;
}

#copynav a:hover, #copyw a:hover{
    color: 	#E3CF57;
}

#copyw p {
    margin: 0px;
    padding: 0px;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    clear: left;
}

#footerl {
    margin: 0px;
    padding: 0px;
    height: 135px;
    width: 100%;
    background-image: url(images/footerleft.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    float: left;
}
#bottom {
    margin: 0px;
    padding: 10px;
    height: auto;
    width: 928px;
    background-color: #e9e6dd;
    display: block;
    float: left;
	border-left:1px solid #c32603;
	border-right:1px solid #c32603;
}


#footer {
    margin: 0px;
    padding: 0px;
    height: 135px;
    width: 100%;
    background-image: url(images/footermid.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e9e6dd;
    display: block;
    float: left;
}

#footerr {
    margin: 0px;
    padding: 0px;
    height: 135px;
    width: 100%;
    background-image: url(images/footerright.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    float: left;
}

#footnav {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(images/footerblade.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 135px;
    text-align: center;
    display: block;
}

#footerLeft {
    padding-top: 26px;
    width: 50%;
    height: 70px;
    text-align: right;
    float: left;
    display: block;
}

#footerRight {
    padding-top: 26px;
    width: 50%;
    height: 70px;
    text-align: left;
    float: right;
    display: block;
}

#footerLeft a, #footerLeft a:active, #footerLeft a:visited {
    margin: 0px;
    padding: 0px 36px 0px 0px;
    text-decoration: none;
    font-size: 12px;
}

#footerRight a, #footerRight a:active, #footerRight a:visited {
    margin: 0px;
    padding: 0px 0px 0px 36px;
    text-decoration: none;
    font-size: 12px;
}

#footerLeft a:hover, #footerRight a:hover{
    color: #ffffff;
}

/* ######################################################### */
/* ######################################################### */

input
{font-family: "Arial", Arial, Helvetica, sans-serif; font-size:12px; border:1px solid #ccc;}
select
{font-family: "Arial", Arial, Helvetica, sans-serif; font-size:12px; border:1px solid #ccc;}
textarea
{font-family: "Arial", Arial, Helvetica, sans-serif; font-size:12px; border:1px solid #ccc;}
.formstyle
{color:#9a2102;}
hr {color: #fff; background-color: #fff; border: 1px dotted #cccccc; border-style: none none dotted; }

blockquote {
border:1px solid #ccc;
background-color:#f2f4c3;
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-left: 0;


}
	/* calendar styles */
	#calendar1 {border:solid #666666 1px;
		background:#ffffff;
		padding-bottom:5px;
		padding-top:5px;}
	
	#calendar1 {width:183px;}
	#calendar1 .ng-cal-header-table {width:173px;}
	
		#calendar2 {border:solid #666666 1px;
		background:#ffffff;
		padding-bottom:5px;
		padding-top:5px;}
	
	#calendar2 {width:183px;}
	#calendar2 .ng-cal-header-table {width:173px;}
	.horizontalbar
	{border-left:1px solid #ddd;}
	
	
