/***************************************
***************TEMPLATE*****************
***************************************/

html, body { 
	background-color:#f8f8f3;
	margin:0px;
	font-family:Arial, Gulim, Helvetica;
	font-size:12px;
	color:#000000;
}
img {
	display:block;
	border:0px;
}
.clear { 
	 clear: both; 
	 line-height: 0px; 
	 font-size: 0px;
	 height:0px;
	 
}	


/* Type */
h1 {
	font-family:Arial, Gulim, Helvetica;
	font-size:15px;
	color:#003039;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-family:Arial, Gulim, Helvetica;
	font-size:14px;
	color:#003039;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-family:Arial, Gulim, Helvetica;
	font-size:14px;
	color:#003039;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-family:Arial, Gulim, Helvetica;
	font-size:12px;
	color:#000000;
	
}
a {
	color:#073766;
	text-decoration:none;
}
a:hover {
	color:#073766;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}


/* Drop Down Menu */
#menu img { 
	float:left;
}
	
/* Lists */
ul.home { margin-bottom:10px; }
li.home {
	list-style:square;
	color:#797777;
	font-family:Gulim, Arial, Helvetica;
	font-size:12px;
}
ul {
	list-style:square;
	font-family:Gulim, Arial, Helvetica;
	font-size:12px;
	color:#000000;	
}
ol {
	font-family:Gulim, Arial, Helvetica;
	font-size:13px;
	color:#000000;	
}

/* Layout */
#row1 {
	width:100%;
	height:95px;
	background-image:url(../images/row1-background.jpg);
	background-repeat:repeat-x;
}
#row2 {
	width:100%;
	height:188px;
	background-image:url(../images/cRow2-bg.jpg);
}
#row2_sub {
	width:100%;
	height:100px;
	background-image:url(../images/cRow2-bg.jpg);
}
#row3 {
	width:100%;
	height:6px;
	background-color:#696969;
}
#row4 {
	width:100%;
	height:100%;
	background-image:url(../images/cRow4-background.jpg);
	background-repeat:repeat-x;
}
#mt {
	height:100%;
}
#cRow1 {
	margin: 0 auto;
	width:799px;
	height:95px;
	background-image:url(../images/cRow1-background.jpg);
	background-repeat:repeat-x;
	border-left:#c7c7c7 solid 1px;
	border-right:#c7c7c7 solid 1px;
}
#logo {}
#menu {
	height:28px;
	width:799px;
}
#cRow2 {
	margin: 0 auto;
	width:799px;
	height:188px;
	border-left:#c7c7c7 solid 1px;
	border-right:#c7c7c7 solid 1px; 
}

#cRow2_sub {
	margin: 0 auto;
	width:799px;
	height:100px;
	border-left:#c7c7c7 solid 1px;
	border-right:#c7c7c7 solid 1px; 
}

#cRow3 {
	margin: 0 auto;
	width:799px;
	height:6px;
	background-color:#a0a0a0;
	border-left:#c7c7c7 solid 1px;
	border-right:#c7c7c7 solid 1px; 
}
#cRow4 {
	margin: 0 auto;
	width:799px;
	height:100%;
	border-left:#c7c7c7 solid 1px;
	border-right:#c7c7c7 solid 1px;
	border-bottom:#c7c7c7 solid 1px; 
	background-color:#FFFFFF;
}

.contentWrap {
	font-family:Gulim, Arial, Helvetica;
	width:769px;
	padding: 15px;
	background-color:#FFFFFF;
}

.contents {
	font-size:12px;
	line-height: 20px;
	width:590px;
	float:left;
	display:block;
}

.contents h2 {
	color:#6a969c;
}

.contents p {
	margin:2px 0 10px 0;
}

.support {
	font-size:12px;
	line-height: 20px;
	float:left;
	display:block;
}

.subContents {
	font-size:12px;
	line-height: 20px;
	width:100%;
	display:block;
}

#footer {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#686666;
	text-align:center;
	margin-top:15px;
	margin-bottom: 10px;
	
}
#footer a {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#686666;
	text-decoration:none;
}
#footer a:hover {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#686666;
	text-decoration:underline;
}

.missionOL li {
	margin-bottom:6px;
}
.approachUL li {
	margin-bottom:6px;
}