#wrapper {
width: 750px;
margin-left: auto;
margin-right: auto;
text-align: left;
margin-top: 20px;
background: #dddddd;
margin-bottom: 20px;
}

body {
font-family: Helvetica, Verdana, Ariel, sans-serif;
background: #ffffff;
font-size: small;
font-weight: normal;
text-align: left;
color: #663333;
position: relative;
line-height: 150%;
}


html { min-height:100% }

#header {
clear: both;
position: relative;
background: #dddddd;
width: 750px;
height: 93px;
}

#container {
background: #d3d3d3;
padding-left: 0px;
padding-right: 0px;
overflow: hidden;
text-align: left;
}

#container .column {
position: relative;
float: left;
padding-bottom: 20000px;
margin-bottom: -20000px;
background: #dddddd;
}
 
#center {
clear: both;
position: relative;
width: 710px;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 0px;
background: #dddddd;
height: 100%;
}

#footer {
position: relative;
clear: both;
width: 750px;
}

#image {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: x-small;
border: 0px;
margin-top: 0px;
margin-left: 0px;
line-height: 110%;
background: #dddddd;
}

#image_right {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: x-small;
border: 0px;
margin-top: 0px;
margin-left: 16px;
margin-bottom: 20px;
line-height: 110%;
float: right;
background: #dddddd;
}

#image_left {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: x-small;
border: 0px;
margin-top: 0px;
margin-right: 16px;
margin-bottom: 20px;
line-height: 110%;
float: left;
background: #dddddd;
}

#column_right {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
border: 0px;
margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
line-height: 100%;
float: right;
background: #dddddd;
}


h1 {
font-family: Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 16px;
font-weight: bold;
color: #660000;
}

h2 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 14px;
font-weight: bold;
}

h3 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 13.5px;
font-weight: 500;
}

h4 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 12px;
font-weight: 400;
line-height: 140%;
}

h5 {
font-family: Palantino Linotype, Book Antiqua, Palantino, serif;
font-size: 32px;
font-weight: 500;
color: #333333;
}

ul {
margin-left: 10px; 
padding-left: 10px;
}


/*</group>*/

/*<group=content>*/




#navlist li
{
display: inline;
list-style-type: none;
font-size: 13px;
padding-right: 20px;
}


#hr {
background: #dddddd;
max-width: 400px;
margin-top: 40px;
margin-bottom: 40px;
margin-left: 160px;
border-style: none;
}

#plainhr {
border-style: none;
margin: 20px;
background: #dddddd;
}



#nav a { color: #993333; text-decoration: none; }
a:link { color: #993333; text-decoration: none; }
                a:hover {color: #CC3333; text-decoration: none; }
                a:visited {color: #993333; text-decoration: none; }
                a:active {color: #990000; text-decoration: none; }
a:nav {color: #993333; text-decoration: none; }
a:nav:hover {color: #CC3333; text-decoration: none; } 
a:nav:active {color: #990000; text-decoration: none; }
a:nav:link {color: #993333; text-decoration: none; }
a.nav:visited {color: #993333; text-decoration: none; }
 }






/*</group>*/

/*<group=progress>*/

.progress {
	height: 84px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	position: absolute;
	top: 20px;
	left: 170px;
	border: 1px solid #aeafaf;
	background: #dddddd;
	background-color: #990033;
	font: verdana;
	color: #FFFFFF;
}

div.content .progress p, div.content .progressLg p {
	margin: 0 50px;
	font-weight: bold;
}

#bootstrap.progress {
	background: url(../img/progbox.png) no-repeat;
	height: 84px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
}

div.content #progressBar {
	width: 350px;
	background: url(../img/progbarRight.png) repeat-x right;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 10px;
}

#progressBarLeft {
	position: absolute;
}

#progressBarMid {
	height: 6px;
}

/*</group>*/

#alert {
	margin: 0px;
	top: 0px;
	margin: 15px;
	margin-bottom: 55px;
	background: white;
}

#alert h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 0px;
}	

#alert p {
	font-size: 11px;
}

#alertErrorText 
{
	font-family: "Courier New", "Courier", "Andale Mono", Monaco;
}

