/* CSS */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #268ED4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#hedbanner h1 {
	margin: 0 0 0 10px;
	padding: 0 0 8px 0;
	font-size: 2em;
}
#hedbanner a {
	text-decoration: none;
	color: #ffffff;
}

#header {
	height: 12px;
	background: #5A5A5A url(contents/images/img01.gif) repeat-x;
}

#header h2 {
	margin: 0  10px 0 auto;
	text-align: right;
	font-size: .6em;
	color: #FFFFFF;
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Pages */

#pages {
	height: 110px;
	padding-top: 5px;
	background: url(contents/images/img02.gif) repeat-x;
	width: 100%;
	margin:0 auto;
}

 #pages .cenmnu {
	width: 960px;
	margin:0 auto;
 }

#pages h2 {
	display: none;
}

#pages ul {
	display: block;
	height: 100px;
	padding: 0;
}

#pages li {
	display: inline;
	
}

#pages a {
	display: block;
	float: left;
	width: 152px;
	height: 75px;
	padding: 35px 0 0 0;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: normal;
	color:#696969;
}

#pages a:hover {
	color: #000000;
	font-weight: bold;
}


#page1 { background: url(contents/images/home_d01.gif) no-repeat; }
#page2 { background: url(contents/images/home_d02.gif) no-repeat; }
#page3 { background: url(contents/images/home_d03.gif) no-repeat; }
#page4 { background: url(contents/images/home_d04.gif) no-repeat; }
#page5 { background: url(contents/images/home_d05.gif) no-repeat; }
#page6 { background: url(contents/images/home_d06.gif) no-repeat; }

#page1:hover, #pages .act #page1 { background: url(contents/images/home_d01.gif) no-repeat bottom right; color: #000000;	font-weight: bold;}
#page2:hover, #pages .act #page2 { background: url(contents/images/home_d02.gif) no-repeat bottom right; color: #000000;	font-weight: bold;}
#page3:hover, #pages .act #page3 { background: url(contents/images/home_d03.gif) no-repeat bottom right;	color: #000000;	font-weight: bold;}
#page4:hover, #pages .act #page4 { background: url(contents/images/home_d04.gif) no-repeat bottom right;	color: #000000;	font-weight: bold;}
#page5:hover, #pages .act #page5 { background: url(contents/images/home_d05.gif) no-repeat bottom right;	color: #000000;	font-weight: bold;}
#page6:hover, #pages .act #page6 { background: url(contents/images/home_d06.gif) no-repeat bottom right;	color: #000000;	font-weight: bold;}

/* Content */

#content {
	width: 920px;
	margin-top:0;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Latest Post Box */

#leftside {
	float: left;
	width: 600px;
}

#leftside .title {
	letter-spacing: -1px;
	font-size: 2.2em;
	color: #268ED4;
}

#leftside .subln {
	margin-bottom: 2em;
	font-size: .8em;
	font-weight: normal;
}

#leftside .image {
	float: left;
	margin: .3em 1em 0 0;
}

#leftside .bdytxt {
	text-align: justify;
}


#leftside p, #leftside blockquote, #leftside ul, #leftside ol {
	line-height: 155%;
}

/* Recent Posts Box */

#rightside {
	float: right;
	width: 300px;
}


#rightside h1 {
	width: 300px;
	height: 25px;
	padding: 2px 0 0 10px;
	background: url(contents/images/hedbk1.gif) repeat-x ;
	font-size: 1.1em;
	color: #436EED;
}

#rightside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightside li {
	margin: 3px;
	padding: 1px 0 3px 20px;
	border-bottom: 1px dotted #D2D2D2;
	background:url(contents/images/bullet1.gif) no-repeat ;
}

#rightside .gen {
	padding: 0 5px 5px 8px;
    border: 1px solid #D2D2D2;	
    background: url(contents/images/img02.gif) repeat-x;
}

#rightside .bdr {
	padding: 0 5px 5px 8px;
    border: 1px solid #D2D2D2;	
}

#rightside .rig {
	text-align:right;
}

#rightside .riga{
	padding: 0 3px 0 0;
	font-size: 1.1em;
	color: #4B4B4B;
	text-decoration: none;
}

#rightside .riga:hover{
	color: #2A55FF;
	text-decoration: underline;
}

#rightside .gen h3{
	padding: 2px 0 0 0;
	font-size: 1.1em;
	color: #436EED;
}
#rightside .gen a{
	padding: 0 3px 0 0;
	font-size: .8em;
	color: #4B4B4B;
	text-decoration: none;
}

#rightside .gen a:hover{
	color: #2A55FF;
	text-decoration: underline;
	
}

/* Column One */

#colOne {
	padding-bottom: 10px;
}

/* Column Two */

#coltwo {
	padding: 15px;
	background: url(contents/images/img02.gif) repeat-x;
}

#coltwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#coltwo li, #coltwo form {
	padding: 10px;
}

#coltwo li {
	display: block;
	float: left;
	width: 200px;
}

#coltwo li ul {
}

#coltwo li li {
	display: list-item;
	float: none;
	padding: 0 0 0 10px;
}

#coltwo h2 {
	margin: 0 0 .5em 0;
	padding: 0 0 0 10px;
	background: url(contents/images/img15.gif) no-repeat left center;
	font-size: 1em;
}

/* Footer */

#footer {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: url(contents/images/strip_bg.jpg) repeat-x;
	padding: 20px 0 0 0; 
}

#footer p {
	text-align: center;
	font-size: x-small;
}

/* Within PHP Codes */
.alncenter {
    text-align: center;
}

.left_link{
	text-decoration: none;
	color: #003366;
	font-size: 20px;
}

.div_outbdr {
	padding: 5px;
    border: 1px dotted #D2D2D2;
}

.boktext {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 16px;
    background-color: #F5F5F5;
    border: 1px solid #C3C3EE;
}