/* 
COLOUR PALETTE ------------------------------------------------------------------------

#FFFFFF body
#000000	trim
#006699 background

C8BC9F	gold curve top and bottom
999999	grey nav

FONT FAMILIES ------------------------------------------------------------------------

FontName01
FontName02

Font Embedding:

@font-face { 
font-family : FontName01; 
font-style : normal; 
font-weight : normal; 
src : url(/fonts/FontName01.eot); 
} 

GLOBAL SETTINGS
*/

body {
font-family : arial,helvetica,sans-serif; 
font-size : 90%; 
color : black; 
background: #006699;
background-image:  url(../images/backgrounds/kr-background.gif);
background-repeat: repeat-y;
background-position: center;

} 
table {
font-size : 100%; 
} 
a:link{color: #006699; text-decoration: underline;}
a:visited{color: #006699; text-decoration: underline;}
a:hover{color: #000000; text-decoration: underline;}

/*
LAYOUT SECTIONS ------------------------------------------------------------------------

 */
#header {
	width:732;
}

#content{
	background-color:white;
	padding: 10px;
}
#footer {
	width: 732px;
	text-align:center;
	font-size : 11px; 
}

/*
NAVIGATION BUTTONS  ------------------------------------------------------------------------
*/

.nav {
	width: 100px;
	height: 28;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
}
.nav a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.footernav {
	font-size: 10px;
	text-transform:uppercase;
	cursor: pointer;
	text-align: center;
	color: #000000;
}
.footernav a:link{
	text-decoration: none;
	color: #000000;
}
.footernav a:visited{
	text-decoration: none;
	color: #000000;
}
.footernav a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
/* 
HTML STYLES ------------------------------------------------------------------------
*/

h1 {margin-top:0px;margin-bottom:10px;
font-size : 24px;
	text-transform : none;
	color : #3366CC;
	font-weight: bold;
	clear:left;
} 
h2 {margin-top:10px;
font-size : 120%; 
text-transform : uppercase; 
color : #3366CC; 

} 
h3 {
	font-size : 11px;
	color : #ffffff;
	padding : 0px;
	margin: 0px;
	font-style: none;
} 
h4 {
font-size : 16px; 
font-weight : bold;  
color : #005B99; 
} 
hr {
color : #3366CC; 
height : 1px; 
} 
th {
font-size : larger; 
font-weight : bold; 
padding-bottom : 15px; 
color : #3366CC; 
font-variant : small-caps; 
text-align : left; 
} 

ul {
list-style-type : square; 
margin-left : 2em; 
} 
ol {
margin-left : 2em; 
} 
select {
font-size : smaller; 
} 
form { margin-bottom: 0 ; margin-top: 0 ; } 

/* 
CUSTOM STYLES ------------------------------------------------------------------------
*/
.colour {color: #3366CC}
.boldcolour {font-weight: bold; color: #3366CC}
.pic-caption {font-size: smaller;text-align:center}

.hilitebox {
	
	color: #3366CC;
	padding: 4px;
	font-weight: normal;
	border: 2px solid #0000CC;
	background-color: #efefef;
	margin: 2px;
}

.formfield {
width : 110px; 
} 
.px50 {
width : 50px; 
} 
.px200 {
width : 200px; 
} 
.px300 {
width : 330px; 
} 
.input-display {
	background-color: transparent;
	border: 0px none;
}
input.errHilite, select.errHilite, textarea.errHilite { /*for fValidate*/
	border: 1px solid #3366CC;
	background-color: #efefef;
	}
label.errHilite {
	color: #3366CC;
	}
.errors {color:#3366CC;}

.done {
list-style-image: url(/images/icons/generic/checkmark20.gif);
margin-left: 20px;
display: list-item;
}
.mapCaption{font-size: 8pt; color: red}
.gone{
display:none;
}
.little{font-weight: normal;
text-decoration: none;
font-size: 12px;
}
.little a:link  {
font-weight: normal;
text-decoration: none;}

.little a:visited  {
font-weight: normal;
text-decoration: none;}

.little a:hover {
font-weight: normal;
text-decoration: underline;}

.littlewhite{font-weight: normal;
text-decoration: none;
font-size:smaller;color:white;
}
.littlewhite a:link  {color:white;
font-weight: normal;
text-decoration: none;}

.littlewhite a:visited  {color:white;
font-weight: normal;
text-decoration: none;}

.littlewhite a:hover {color:white;
font-weight: normal;
text-decoration: underline;}
