@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
}
li,dl{list-style:none;}
img {border: none;}
article, aside, figure, footer, header, hgroup, nav, section {  
    display: block;  
}  

body {
	line-height:1.5em;
	font-size: 14px;
	text-align: center;
	background-image: url(../images/mainbg.jpg);
	color: #381100;
}
#wrap{
	position:relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 920px;
}
header{
	margin: 0px;
	padding: 0px;
}
#headArea{
	text-align: left;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 98px;
}
#headArea h1{
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-top: 2px;
	margin-left: 29px;
	color: #4A608C;
}
#headArea h2{
	margin-left: 29px;
}
#leftnav{
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#leftnav h2{
}
#leftnav ul{
	margin-bottom: 20px;
}
#leftnav li{
	background-image: url(../nav/leftnav.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 0.9em;
}
#leftnav li a{
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #12183A;
	text-decoration: none;
}
#leftnav li a:hover{
	color: #F60;
}
#mainStage{
	float: right;
	width: 685px;
	margin-bottom: 20px;
}
#mainStage h2{
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/sub_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.mainMenu{
	clear: both;
	margin-bottom: 20px;
}
.mainMenu ul{
	margin: 0px;
	padding: 0px;


}
.mainMenu li{
	float: left;
	margin: 0px;
	padding: 0px;
}
.mainMenu ul a:hover img{
	opacity:0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

footer{
	background-image: url(../images/footerbg.jpg);
	padding-bottom: 8px;
	padding-top: 8px;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 10px;
	line-height: 1.3em;
}
#contents{
	text-align: right;
	margin-right: 15px;

}
#contents a{
	color: #FFF;
}
#contents a:hover{
	color: #4A608C;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #4A608C;
	text-decoration: underline;
}
a:hover{
	color: #76839E;
}
#pagetop{
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*
------------------------------------------------
Other SET
------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*
------------------------------------------------
Font Color
------------------------------------------------*/
.fontColorRed {
	color: #F00;
}
.fontColorOrenge {
	color: #F60;
}
.fontColorBlue {
	color: #06C;
}
.fontBold{
	font-weight: bold;
}
.fontBoldRed{
	font-weight: bold;
	color: #F00;
}

/*
------------------------------------------------
Under Space
------------------------------------------------*/
.textRight{
	text-align: right;
}
.center{
	text-align: center;
}
.spaceT20{
	margin-top: 50px;
}
.fontSize12{
	font-size: 12px;
}
.spaceU35{
	margin-bottom: 35px;
}
