/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/bodytopbg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
	color: #000000;
}

h2 {
	font-size: 1.6em;
	color: #336699;
}

h3 {
	font-size: 1.2em;
}

ul {
	list-style-image: url(images/bullet.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


a.red {
	color: red;
	font-weight: bold;
}

a.red:hover {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}

/* Header */

#header {
	width: 972px;
	height: 65px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	color: #999999;
}

#header h1 {
	float: right;
	padding-top: 30px;
}

#header p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#header img {
	float: left;
	padding-top: 16px;
	padding-right: 8px;
}

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

/* Menu */

#menu {
	width: 1000px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/menu_bg.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page a {
	background: url(images/menu_current.gif) repeat-x;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/bodybg.gif) no-repeat;
}

/* Content */
#content {
	float: left;
	padding: 20px 20px 0 20px;
	width: 910px;
	border: 1px solid #CCCCCC;
	min-height: 400px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

#footer {
	width: 972px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 11px;
	color: #666666;
	background: url(images/footerbg.gif) no-repeat;
}

#footer a {
	color: #666666;
}

span.left {
	float: left;
	margin: 0 20px 0 0;
}

span.right {
	float: right;
	margin: 0 0 0 20px;
}

#video {
	background:#FFF;
	padding-left:10px;
	text-align: center;
	float: right;
	font-size: 80%;
}

#example_main {
	float: right;
	/* top right bottom left */
	padding: 0;
	width: 680px;
	border: 0px solid #CCCCCC;
}

#example_tn {
	float: left;
	padding: 0;
	width: 200px;
	border: 0px solid #CCCCCC;
	overflow: auto;
	height: 520px; 	
}

.example_tn_name {
    font-size: 86%;
}

blockquote.style1 {
  font-style: oblique;
  padding: 8px;
  color: #333333;
  background-color: #FFFFCC;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
}
blockquote.style1 span {
     display: block;
}

TH.list {
    border: 1px solid #000;
	background: #CCCCCC;
	color: #000000;
	padding: 4px;
} 
TD.list {
    border: 1px solid #000;
	padding: 2px;
} 
TABLE.list {
	border-collapse: collapse;
    border: 1px solid #000;
}

INPUT.edit,TEXTAREA.edit,SELECT.edit,OPTION.edit {
    font-family : Trebuchet MS,Verdana,Arial,Helvetica; 
	font-size: 13px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background: #FFFFFF;
}

