.ro { border: solid red 1px !important; }
.labelValidateFail, .inputValidateFail{
    color: red !important;
}
body {
	margin: 	         0px;
	font-family: 	     arial;
	padding-bottom:      250px;
	background-color:    #35335f;
}
p {
	color:               #5b5b5b;
	font-size:           14px;
	line-height:         20px;
}
a {
	outline:             none;
	text-decoration:     none;
}
a.button {
	color:               #5b5b5b;
	border:              solid #5b5b5b 1px;
	padding:             1px 5px;
	font-size:           10px;
	font-weight:         bold;
	text-transform:      uppercase;
}
a.button:hover {
	color:               #333333;
	background-color:    #bababa;
}
a.bigButton {
	color:               #9031b1;
	cursor:              pointer;
	height:              30px;
	margin:              0 auto 0 auto;
	border:              solid #9031b1 1px;
	display:             block;
	padding:             10px 5px 0 5px;
	font-size:           20px;
	text-align:          center;
	font-family:         arial;
	background-color:    #fffeff;
}
a.bigButton:hover {
	color:               #FFFFFF;
	background-color:    #9031b1;
}
a img {
	border:              none;
}
#logo {
    top:                 0;
    width:               195px;
    height:              83px;
    display:             block;
    position:            absolute;
    margin-left:         675px;
    background-image:    url('/ui/img/logo.png');
}
h1,h2,h3,h4,h5,h6,legend {
	font-family:         arial;
	margin:              0px;
}
h1,legend {
	color:               #413e6a;
	font-size:           17px;
	text-transform:      uppercase;
}
h2 {
	color:               #969494;
	font-size:           17px;
	border-bottom:       solid #AAAAAA 1px;
	text-transform:      uppercase;
}
h3 {
	color:               #5b5b5b;
	font-size:           14px;
}
.clear {
	clear:               both;
}
#topSection {
	background-color:    #000000;
}
#topContent {
	width:               900px;
	height:              540px;
	margin:              0 auto;
}
#topNavOuter {
	width:               795px;
	margin:              0 auto 0 auto;
	background-color:    #413e6a;
	background-image:    url('/ui/img/topNavTopLeft.gif');
	background-repeat:   no-repeat;
	background-position: top left;
}
div#topNav {
	height:              24px;
	text-align:          center;
	padding-top:         0px;
	background-image:    url('/ui/img/topNavTopRight.gif');
	background-repeat:   no-repeat;
	background-position: top right;
}
html>body div#topNav {
	padding-top:         4px;
}
div#topNav a {
	color:               #FFFFFF;
	padding:             0 6px 0 6px;
	font-size:           14px;
	margin:              0px;
	font-weight:         bold;
	text-transform:      uppercase;
}
div#topNav a:hover {
	color:               #1f1d35;
}
div#topNav a.selected {
	color:               #1f1d35;
}
#bottomSection {
	padding:             1px;
	background-color:    #35335f;
	background-image:    url('/ui/img/bottomSectionTopGradient.gif');
	background-repeat:   repeat-x;
}
#bgScroller {
	width:               898px;
	margin:              0 auto;
	background-image:    url('/ui/img/scrollDivBg.gif');
	background-repeat:   repeat-x;
}
#bottomContent {
	width:               838px;
	margin:              0 auto;
	padding:             0px 30px 10px 30px;
	background-color:    #1f1d35;
}
#leftPod {
	float:               left;
	width:               250px;
    margin-left:         -2px;	
}
#leftContent {
	padding:             30px 15px 25px 15px;
	background-color:    #FFFFFF;
}
#leftContentBottom {
    line-height: 0;
    font-size: 0;
	height:              5px;
	background-image:    url('/ui/img/leftContentBottom.gif');
}
#quoteBox {
	color:               #79789a;
	font-size:           18px;
	font-weight:         bold;
	padding-top:         25px;
}
#quoteBox span {
	padding-left:        10px;
	color:               #9a99b3;
	font-size:           12px;
	font-weight:         bold;
}
#rightPod {
	float:               left;
	width:               570px;
	margin-left:         20px;
}
#rightContent {
    width:               482px;
	padding:             30px 45px 35px 45px;
	background-color:    #FFFFFF;
}
ul#bottomNav {
	margin:              0 auto;
	padding:             0 !important;
	border-top:          solid #d9d9d9 1px;
	list-style-type:     none;
	list-style-image:    none !important;
}
ul#bottomNav li {
	float:               left;
	padding:             8px 10px 1px 10px;
	border-right:        solid #d9d9d9 1px;
}
ul#bottomNav .first {
	padding-left:        10px;
}
ul#bottomNav .last {
	border-right:        none;
	padding-right:       0px;
}
ul#bottomNav li a {
	white-space: nowrap;
	font-size:           9px;
	zoom: 1;
}
#rightContentBottom {
    width: 572px;
	height:              5px;
	background-image:    url('/ui/img/rightContentBottom.gif');
	background-repeat:   no-repeat;
}
#bottomContentBottom {
	width:               898px;
	height:              5px;
	margin:              0 auto;
	background-image:    url('/ui/img/contentBottom.gif');
	background-repeat:   no-repeat;
}
#footer {
	color:               #FFFFFF;
	width:               900px;
	margin:              0 auto;
	font-size:           10px;
	text-align:          center;
	padding-top:         10px;
	text-transform:      uppercase;
}
#footer a {
	color:               #1f1d35;
	padding:             0px 3px 0px 3px;
	margin-right:        8px;
	background-color:    #b2b2c9;
}
#footer a:hover {
	color:               #FFFFFF;
	background-color:    #1f1d35;
}