body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
}

a:link {
	color: #D30532;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #333333;
	font-weight: normal;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}

#login-box form {
	font-weight: normal;
	margin: 0px;
	font-size: 10px;
}

.textinput {
	height: 15px;
	width: 140px;
	font-size: 10px;
	color: #333333;
	margin-bottom: 5px;
	border: 1px solid #e7e7e7;
	background-color: #eeeeee;
	padding-top: 3px;
	margin-top: 3px;
}
.login-but {
	float: right;
}

#containor {
	text-align: left;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 121px;
	width: 953px;
	padding-bottom: 14px;
}
#top-nav {
	float: left;
	height: 33px;
	width: 374px;
	text-align: right;
}


#top-nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top-nav ul li {
	display: inline;
}
#top-nav ul li a {
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
	padding-right: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-decoration: none;
}
#top-nav ul li a:hover {
	color: #D30532;
	text-decoration: none;
}
#top-nav ul li a.last {
	padding-right: 0px;
	border-right-style: none;
}

#logo-box {
	float: left;
	height: 121px;
	width: 579px;
}
#login-box {
	float: left;
	height: 55px;
	width: 360px;
	padding-top: 33px;
	background-image: url(../images/login-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
	font-size: 10px;
	color: #FFFFFF;
}

/* new login box css */

#login-box2 {
	float: left;
	height: 88px;
	width: 362px;
	background-image: url(../images/login-bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 12px;
	font-size: 10px;
	color: #373737;
}
#login2-cell-corp {
	height: 88px;
	width: 184px;
	float: left;
}
#login2-cell-epp {
	height: 88px;
	width: 169px;
	float: left;
}
#login2-title {
	height: 11px;
	width: 169px;
	padding-top: 9px;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
.login2-form {
	width: 169px;
	margin: 0px;
	padding: 0px;
}
.textinput-corp {
	height: 12px;
	width: 125px;
	font-size: 10px;
	color: #333333;
	border: 1px solid #e7e7e7;
	background-color: #eeeeee;
	padding-top: 3px;
	margin-top: 9px;
	float: left;
}
.textinput-epp {
	height: 12px;
	width: 165px;
	font-size: 10px;
	color: #333333;
	border: 1px solid #e7e7e7;
	background-color: #eeeeee;
	padding-top: 3px;
	margin-top: 9px;
}
.login-but2 {
	float: right;
	margin-top: 9px;
}


/* end new login box css */


#main-nav {
	height: 35px;
	width: 953px;
	background-image: url(../images/main-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main-nav  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main-nav ul li {
	float: left;
}
#main-nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    display: block;
    height: 28px;
    padding-top: 7px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #727272;
    text-align: center;
}
#but01 {
    width: 84px;
}
#but02 {
    width: 102px;
}
#but03 {
    width: 105px;
}
#but04 {
    width: 180px;
}
#but05 {
    width: 185px;
}
#but06 {
    width: 165px;
}
#but07 {
    width: 125px;
}
#main-nav ul li.last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main-nav ul li a:hover {
	background-image: url(../images/main-nav-bg_o.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#main-nav ul li a.selected {
	background-image: url(../images/main-nav-bg_o.gif);
	background-repeat: repeat-x;
	background-position: left top;
}



/* from subpage.css */
#center-box-sub {
	width: 920px;
	float: left;
	padding: 17px;
}
#subnav {
	background-color: #2C2425;
	float: left;
	height: 21px;
	width: 953px;
	padding-top: 4px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnav ul li {
	float: left;
	padding-left: 20px;
}
#subnav ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
#subnav ul li a:hover {
	color: #CE1127;
}
#subnav ul li a.selected {
	color: #CE1127;
	font-weight: bold;
}

#NavSide{
	width: 168px;
	background-color: #F3F3F3;
	background-image: url(/images/sidenav-bg.jpg);
}
#NavSide-top {
	height: 30px;
	width: 160px;
	background-image: url(/images/nav_right_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #565656;
	font-style: italic;
}
#NavSide ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
#NavSide li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #565656;
	border-right-color: #565656;
	border-bottom-color: #565656;
	border-left-color: #565656;
	border-right-style: solid;
	border-left-style: solid;
	width: 168px;
	background-image: url(/images/sub-nav-bg.gif);

	}
#NavSide li a, #NavSide li a:visited, #NavSide li a:active, #NavSide li a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 158px;
	}
#NavSide li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(/images/sub-nav-bg_o.gif);
	background-repeat: repeat-x;
	background-position: left center;
	}
#NavSide li a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: block;
}

#NavSide-middle {
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #565656;
	border-right-color: #565656;
	border-bottom-color: #565656;
	border-left-color: #565656;
	border-right-style: solid;
	border-left-style: solid;
	width: 158px;
	background-color: #565656;

}



td.regionleft {
	width: 700px;
	vertical-align: top;
}
td.regionright {
	width: 170px;
	padding-left: 10px;
	vertical-align: top;
}

#contentleft {
	float: left;
	width: 720px;
	padding-right: 20px;
}
#contentright {
	float: right;
	width: 170px;
	padding-left: 10px;
}



#bot-nav {
	height: 30px;
	width: 953px;
	text-align: right;
	padding-top: 14px;
	background-image: url(../images/ruled-line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
#bot-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bot-nav ul li {
	display: inline;
}
#bot-nav ul li a {
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
	padding-right: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-decoration: none;
}
#bot-nav ul li a:hover {
	color: #D30532;
	text-decoration: none;
}
#bot-nav ul li a.last {
	padding-right: 0px;
	border-right-style: none;
}

#copyright {
	height: 48px;
	width: 953px;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	color: #999999;
	float: left;
}
#copyright a {
	color: #999999;
}

/* Glossary and FAQs */
div.GlossaryTerm
{
	font-size: 10pt;
	font-weight: bold;
	color: #000033;
	padding: 4px;
	border-top: solid 1px #ccc;
	display: block;
	background-color: #f2f2f2;
}
p.FAQList
{
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 2px;
}
div.GlossaryDescription
{
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 14px;
}
div.FAQQuestion
{
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	background-color: #F7F8F8;
	border-top: 4px double #acacac;
	border-bottom: 4px double #acacac;
}
div.FAQAnswer
{
	padding-top: 3px;
	padding-bottom: 3px;
}
div.FAQTop
{
	text-align: right;	
	padding-bottom: 10px;
	font-size: 8pt;
}

/* contacts */
table.Contacts {
	width: 700px;
	margin: 0px;
	padding: 0px;
}
table.Contacts td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
}

/* corporate & epp login */
table.LoginTable {
	width: 400px;
	padding: 0px;
	margin: 0px;
}
table.LoginTable td {
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
table.LoginTable td.fieldsmall {
	text-align: right;
	width: 85px;
	padding-top: 6px;
	vertical-align: top;
}
table.LoginTable td.field {
	text-align: right;
	padding-top: 6px;
	width: 130px;
	vertical-align: top;
}
table.LoginTable td.button {
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
}

div.SmallError, div.FieldError {
	font-size: 11px;
	color: red;
}
div.TextErrorSmall {
	font-size: 11px;
	color: red;
}
div.TextSmall {
	font-size: 11px;
}

.txt {
	color:#333333;
 	background-color: #f7f7f7;
	border: 1px solid #999999;
	font-size: 13px;
	height: 20px;
}
.txtarea {
	color:#333333;
 	background-color: #f7f7f7;
	border: 1px solid #999999;
	font-size: 13px;
	height: 120px;
}
.radiobtn { background-color: #fff; border-style: none;}
.btn {
	background-color: #999999;
	color: #fff;
	height: 22px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
}
