/* CSS Template*/

body {
	
	background-image: url(images/stdbackground.jpg);
	background-repeat:repeat;
	
	background-color:#FFFFFF;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFFFFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:12px;
	color:#66FF33;
	margin:0;
	font-weight:bold;
}

h3 {
	font-size:16px;
	color:#6B2EAA;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #6B2EAA;
}

h4 {
    font-size:20px;
	color:#6B2EAA;
	margin:0;
	font-weight:bold;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:15px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:10px auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFFFFF;
	text-align:center;
}

#banner {
	width:700px;
	height:100px;
	margin-bottom:10px;
	text-align:left;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	text-align:left;
	background-image: url(images/dragonlogowborder.jpg);
	float:left;
}

#bannerRight {
	width:529px;
	height:100px;
	text-align:left;
	background: url(images/bgleft.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:20px 0 0 10px;
}

#content {
	
	background: url(images/bgcontent.gif) repeat-y;
	height:1%;
	
	}
	
	
#leftColumn {
float:left;
width:150px;
height:auto;
text-align:left;
}

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

#nav a {
	display:block;
	text-decoration:none;
	font-size:11px;
	color:#66FF33;
	padding:10px 10px 10px 20px;
	width:120 px;
	height:10px;
	border-bottom:1px dotted #333;
	font-weight:  bold;
}

#nav a:hover {
	background-color:#333;
}



#leftColumnBottom {
	width:130px;
	background: url(images/bgleft.gif) repeat-x;
	padding:110px 10px 10px;
	text-align:left;
	color:#EAEAEA;
}

#rightColumn {
	float:right;
	width:530px;
	height: auto;
	padding:0 0 0 10px;
	text-align:left;
	color:#000;
}

#clear {
	clear:both;
}



.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#6B2EAA;
}

#copyright a {
	text-decoration:none;
	color:#6B2EAA;
}
