/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*****************basic layout *****************/

body {
	margin: 0;
	padding: 0;
	font:11px Verdana, Arial, Helvetica, sans-serif; 
/* default text color for entire site */
	color: #333;
/* you can set your own image and background color here */
	background: #194896 url(http://akfta.asean.org/uploads/KoreanNov/images/bg.jpg) repeat;

}

ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}

/*default link styles*/
/* set all links to have bluish color */
a, a:link a:active {
	text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #18507C;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #385C72;
}

/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 118px;
	margin: 0;
	padding: 0;
	/* you can set your own image here, will go behind h1 a image */
	background: url(http://akfta.asean.org/uploads/KoreanNov/images/mainrtup.gif) no-repeat center ;
/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}
div#header h1 a {
/* you can set your own image here
	background: url(http://akfta.asean.org/uploads/KoreanNov/logoCMS.png) no-repeat left top;  */
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover
	background: url(http://akfta.asean.org/uploads/KoreanNov/images/logoCMS.png) no-repeat left top;  */
}
div#header h2 {
/* this is where the site name is */
	float: left;
	width: 10em;
/* this keeps IE6 from not showing the whole text */
	font-size: 4em;
/* keeps the size uniform */
	margin: 20px 0px 0px 20px;
/* adjust according your text size */
	color: #f4f4f4;
}
div#header h3 {
/* this is where the site name is */
	width: 10em;
/* this keeps IE6 from not showing the whole text */
	font-size: 2em;
/* keeps the size uniform */
	margin: 0px 0px 0px 20px;
/* adjust according your text size */
	color: #f4f4f4;
}
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	width: 894px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	background-color: #fefefe;
	color: black;
}

div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(http://akfta.asean.org/uploads/KoreanNov/search.gif) no-repeat center center;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
/*	background: url(http://akfta.asean.org/uploads/KoreanNov/images/mainrtup.gif) no-repeat center ;
  height:118px;	*/
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#content {
/* some air above and under menu and content */
	margin: 0 auto 2em 0;	 
	padding:1px 5px 0 5px;
	font-family:verdana;
	font-size:12px;
	/*background:url(http://akfta.asean.org/uploads/KoreanNov/images/contentbg.jpg) repeat-y; */
}
div#content p {
	padding:5px;
}
div#content ul {
	list-style-type: circle;
	margin: 0px 18px;
	padding: 0px 18px;
}
div#content ol {
	list-style-type: lower-roman;
	margin: 0px 18px;
	padding: 0px 18px;
}
div#content li {
	padding-bottom: 5px;
}
div#content a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
div#content a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
div#content a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
div#content td {
	padding-bottom: 5px;
}


#topbar {
  background: #1D5AAB; height:129px; 
}

#topbar .columns {
	width: 32%;
	float: left;
	padding: 3px;
	margin: 1px;
	color:#999999;
}

#topbar .columns h2 {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	height: 20px;
	text-shadow:#000 1px 1px 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#topbar .columns p {
	line-height: 16px;
	padding: 10px;
}

.clear {clear:both;}

#footer {background:url(http://akfta.asean.org/uploads/KoreanNov/images/footer.jpg) no-repeat; height:81px;}

#footer .footercontent {
	text-align: center;
	padding-top: 15px;
	color: #FFFFFF;
}
.footercontent a {color: #fff;}
.footercontent a:visited, .footercontent a:active  {color: #fff;}
.footercontent p {
	margin-bottom: 5px;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #294B5F;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;

/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
.subhead {display:block; background:url(http://akfta.asean.org/uploads/KoreanNov/images/subheadbg.jpg) repeat-x; height:25px; padding:3px 5px 0 5px;}
h1, h2, h3, h4 {font-family:"Trebuchet MS", halvetica, Verdana, sans-serif; font-weight:bold;}
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}

strong, b {
/* explicit setting for these */
	font-weight: bold;
}

#headercolumn1 {
	width: 550px;
	padding-left: 15px;
	float: left;
}
#headercolumn2 {
	width: 290px;
	float: right;
	padding-right: 15px;
}
.description {
	color:#d2e7ff;
	font:14px "Trebuchet MS", halvetica, Verdana, sans-serif;
	display:block;
	padding-top: 25px;
}
.description a {color:#fff; text-decoration:none; border-bottom: dashed 1px #fff;}#search_top {
	background: url(../images/searchbg.gif) no-repeat;
	height: 36px;
	width: 278px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}