/* CSS Document */


body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #001c54;
}


p {
	line-height: 20px;
}

p2 {
	font-size: 11px;
	line-height: 18px;
}



h1 {
	font-size: 20px;
	color: #d0ae68;
	font-weight: bold;
}



h2 {
	font-size: 16px;
	color: #001c54;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #d0ae68;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #001c54;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #d0ae68;
	font-weight: bold;
}


a {
	color: #CC9966;
}

a:hover {
	text-decoration: none;
	color: #00CCFF;
}

ul, li {
	list-style-type: square;
}












#wrapper {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


#bigbackground {
	background-image: url(../images/01_big_base.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



#toplogo {
	background-image: url(../images/01_tld_logo.gif);
	height: 88px;
	width: 503px;
	margin-left: 12px;
	float: left;
	background-repeat: no-repeat;
}



#search {
	float: right;
	width: 245px;
	background-image: url(../images/01_search.gif);
	background-repeat: no-repeat;
	height: 48px;
	margin-top: 18px;
}


#login {
	width: 50px;
	float: left;
	margin-top: 15px;
	height: 17px;
	margin-left: 20px;
}

#searchtwo {
	background-image: url(../images/02_search.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 120px;
	margin-top: 15px;
	float: left;
	padding-left: 8px;
}
#searchicon {
	height: 17px;
	width: 23px;
	margin-top: 15px;
	float: left;
}


#secondarymenu {
	float: right;
	color: #CC9966;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 400px;
	text-align: right;
}

#topbar {
	background-image: url(../images/02_top_corners.gif);
	background-repeat: no-repeat;
	height: 15px;
}


#header {
	height: 129px;
	background-image: url(../images/01_banner.gif);
	background-repeat: no-repeat;
}


#menu {
	background-image: url(../images/01_menu.gif);
	background-repeat: no-repeat;
	height: 54px;
}


#menunav {
	margin-left: 30px;
	margin-top: 30px;
	color: #FFFFFF;
}


#basebar {
	background-image: url(../images/01_background.gif);
	background-repeat: repeat-y;
}


#leftcolumn {
	width: 236px;
	margin-left: 18px;
	margin-top: 15px;
	float: left;
}

#indexcontent {
	float: left;
	margin-top: 15px;
	width: 433px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/01_tld_graphic.gif);
	background-repeat: no-repeat;
	background-position: 50px bottom;
}


#rightcolumn {
	width: 236px;
	margin-right: 18px;
	margin-top: 15px;
	float: right;
}




#botbar {
	background-image: url(../images/02_bot_corners.gif);
	background-repeat: no-repeat;
	height: 15px;
}






.topofbox {
	height: 8px;
	width: 236px;
	background-image: url(../images/01_blue_top_box.gif);
}
#newsbox2 {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 236px;
	background-color: #FFFFFF;
        overflow-y: scroll;
		overflow-x: hidden;
}
.midofbox {
	background-color: #001c54;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}


.midofbox h1 {
	color: #d0ae68;
	font-size: 14px;
}



.botofbox {
	height: 8px;
	width: 236px;
	background-image: url(../images/02_blue_bot_box.gif);
	margin-bottom: 15px;
}



.globebox {
	height: 143px;
	width: 216px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/01_globe.gif);
	color: #FFFFFF;
	padding-top: 2px;
	background-repeat: no-repeat;
}

.globebox h1 {
	font-size: 14px;
	color: d0ae68;
	line-height: 14px;
}

.globebox ul li {
}






.readmoreone {
	background-image: url(../images/01_gold_btn.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.readmoreone a {
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
}

.readmoreone a:hover {
	color: #FFFFFF;
	padding-left: 6px;
}


.readmoretwo {
	background-image: url(../images/01_blue_btn.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.readmoretwo a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
}

.readmoretwo a:hover {
	color: #d0ae68;
	padding-left: 6px;
}


.namebox {
	height: 20px;
	background-image: url(../images/01_grad.gif);
	color: #666666;
}



.emailbox {
	background-image: url(../images/02_grad.gif);
	height: 20px;
}





#footer {
	color: #d0ae68;
	font-size: 9px;
	text-align: center;
}




#boxone {
	padding: 10px;
	margin-top: 5px;
	font-size: 9px;
}


#boxtwo {
	padding: 10px;
	margin-top: 5px;
}

#boxthree {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}






.clearit {
	clear: both;
}





/*********** #top nav style ***********/

#topnav {
	margin-left: 30px;
	margin-right: 30px;
	background-image: url(../images/01_menu_bar.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
}

#topnav li {
	margin: 0px;
	padding: 0px;
}

#topnav li a {
	display: inline;
}


#topnav li a:visited {
    color: #FFFFFF;
}



#topnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#topnav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	background-image: url(../images/01_menu_bar.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 40px;
}

#topnav ul li a:hover {
	color: #000000;
	background-image: url(../images/02_menu_bar.gif);
	background-repeat: repeat-x;
}







#contenttwo {
	float: left;
	margin-top: 15px;
	width: 680px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/01_tld_graphic.gif);
	background-repeat: no-repeat;
	background-position: 300px bottom;
}






/*********** end style ***********/











































































/*********** #nav style ***********/



.nav {
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	margin-top: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav ul {
    background-color: #CC9933;
	margin: 0px;
	padding: 0px;
}

.nav li {
}

.nav li a {
	display: inline;
}


.nav li a:visited {
    color: #FFFFFF;
}



.nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

.nav ul li a:hover {
    color: #FFFFFF;
}




















#motto {
	float: none;
	color: #FFFFFF;
	font-style: italic;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 200px;
}




#leftnav {
	float: left;
	width: 180px;
}





#content {
	margin: 0px;
	width: 770px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}




#rightbox {
	float: right;
	width: 180px;
}









#menubar {
	height: 32px;
}




#leftnavcontent {
    background-color: #EEEEEE;
}

#leftnavcontent ul {
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    line-height: 23px;
}

#leftnavcontent li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#leftnavcontent li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding-left: 20px;
	background-image: url(../gfx/01_btn.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}


#leftnavcontent li a:visited {
    color: #FFFFFF;
}

#leftnavcontent li a:hover {
    color: #FFFFFF;
    background-color: #000066;
}


#graphicbox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

#news {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

#newstwo {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
}

#newsthree {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
