/* Common CSS for All Pages | Written by IKKI 2007-12-28 */
/* all css to change by sheila 2008-11 */

/* All */
body, table, input, textarea, select {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FCF6E8;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #FE7411;
	text-decoration: underline;
}

a:hover {
	color: #B5DB12;
	text-decoration: underline;
}

.Embody {
	margin: auto;
	width: 780px;
	text-align: left;
}

.Clear_Both {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.Float_Left {
	float: left;
}

.Float_Right {
	float: right;
}

.Line {
	clear: both;
	margin: 6px 0;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #cccccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* Header */
#Header {
	height: 170px;
	background: url(../_img/common/head_bg.gif) repeat-x;
}

#Logo {
	float: left;
	padding: 15px 0 0 20px;
	height: 155px;
	width: 290px;
}

#Logo a {
	display: block;
	height: 121px;
	width: 268px;
	background: url(../_img/common/logo.gif) no-repeat;
}

#Language {
	float: right;
	padding: 0 20px 0 0;
	height: 40px;
	width: 450px;
}

#Language dl {
	float: right;
	margin: 0;
	padding: 0 10px;
	height: 24px;
	width: 124px;
	line-height: 24px;
	background-color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#Language dt {
	float: right;
}

#Language dd {
	margin: 0 10px;
	float: right;
}

#Language span {
	color: #003399;
}

#Language a {
	text-decoration: none;
	color: #cc3300;
}

#Language a:hover {
	text-decoration: none;
	color: #000000;
}

#Slogan {
	float: right;
	width: 470px;
	font-weight: bold;
	color: #000000;
}

#Slogan h1 {
	margin: 0;
	font-family: Comic Sans MS;
	font-size: 20px;
}

#Slogan p {
	margin: 5px 0;
	font-size: 12px;
}

#Slogan img {
	vertical-align: middle;
}

/* Main */
#Left_Side {
	float: left;
	padding: 15px 0 20px 10px;
	width: 220px;
	color: #000000;
}

#Right_Side {
	float: right;
	padding: 15px 10px 20px 0;
	width: 520px;
}

/* Menu */
#Menu {
	margin-bottom: 10px;
	width: 220px;
	background: url(../_img/common/menu_bg.gif) repeat-y;
	color: #ffffff;
}

.Menu_Top {
	height: 15px;
	background: url(../_img/common/menu_top.gif) no-repeat; 
}

.Red {
	background: url(../_img/common/menu_red.gif) no-repeat;
}

.Orange {
	background: url(../_img/common/menu_orange.gif) no-repeat;
}

.Yellow {
	background: url(../_img/common/menu_yellow.gif) no-repeat;
}

.Green {
	background: url(../_img/common/menu_green.gif) no-repeat;
}

.Aquamarine{background:transparent url(../_img/common/menu_aquamarine.gif) no-repeat;}

.Cyan {
	background: url(../_img/common/menu_cyan.gif) no-repeat;
}

.Blue {
	background: url(../_img/common/menu_blue.gif) no-repeat;
}

.Purple {
	background: url(../_img/common/menu_purple.gif) no-repeat;
}

#Menu a {
	display: block;
	margin: 5px 0;
	height: 40px;
	width: 220px;
	line-height: 40px;
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 80px;
	text-decoration: none;
}

#Menu a:hover {
	background: url(../_img/common/menu_over.gif) no-repeat;
	color: #000000;
}

#Menu span {
	display: block;
	margin: 5px 0;
	height: 40px;
	width: 220px;
	line-height: 40px;
	background: url(../_img/common/menu_arrow.gif) no-repeat 200px center;
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: bold;
	text-indent: 80px;
}

.Menu_Bottom {
	height: 15px;
	background: url(../_img/common/menu_bottom.gif) no-repeat;
}

/* Left Box */
#Left {
	margin-bottom: 10px;
	width: 220px;
	background: url(../_img/common/left_bg.gif) repeat-y;
}

.Left_Top {
	height: 15px;
	background: url(../_img/common/left_top.gif) no-repeat; 
}

.Left_Content {
	padding: 0 12px;
	font-size: 10px;
	text-align: center;
}

.Left_Content h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-align: left;
}

.Left_Content p {
	margin: 0 auto 5px auto;
	width: 180px;
	line-height: 12px;
	text-align: left;
}

.Left_Content p img {
	float: left;
	margin: 0 6px 6px 0;
}

.Left_Content div {
	margin: 0 auto 10px auto;
	padding: 10px;
	height: 60px;
	width: 160px;
	background-color: #ffffff;
}

.Left_Bottom {
	height: 15px;
	background: url(../_img/common/left_bottom.gif) no-repeat;
}

/* Footer */
#Footer {
	clear: both;
	padding-top: 20px;
	height: 52px;
	line-height: 16px;
	background: url(../_img/common/foot_bg.gif) repeat-x;
	text-align: center;
	color: #FFFFFF;
}

#Footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#Footer a:hover {
	color: #000000;
	text-decoration: none;
}

#Footer span {
	margin: 0 6px;
}

#Footer p {
	margin: 5px;
}

.addy {
	color: #0b8dc4;
	font-family: Helvetica Neue;
	font-size: 13px;
	font-weight: bold;
	
}
