body {
	margin: 0;
	padding: 0;
	background-color: #0B172D;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Norican', cursive;
	font-weight: 400; 
}
h1 {
	font-size: 2em;
}
h2 {
	font-family: Cambria, "Times New Roman";
	padding-left: 10px;
}
h3 {
	font-size: 18px;
	font-family: Cambria, "Times New Roman";
}
p, ul, ol {
	margin-top: 0;
	line-height: normal;
	font-size: 16px;
}
ul, ol {
	line-height: .65cm;
}
a {
	text-decoration: none;
	color: #0082B4;
}
a:hover {
}
img.border {
	border: 6px solid #E1F1F6;
}
img.alignleft {
	float: left;
	margin-right: 25px;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}
#wrapper {
	width:1100px;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #00ADE7;
}
/* Header */

#header {
	overflow: visible;
	height: 150px;
	background-image: url(images/header.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #00509C;
}


#sideright {
	width: 215px;
	float: right;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-radius: 5px;
	background-color: #FFF;
	margin-right: 10px;
	height: auto;
	color: #16325F;
	margin-top: 5px;
}
#sideright h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0;
	font-size: 15px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #999;
	background-color: #1E73B3;
	line-height: 25px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

#sideright ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
	vertical-align: 20%;
}
#sideright li {
	width: 195px;
	vertical-align: middle;
	font-family: "Comic Sans MS", cursive;
	color: #16325F;
	font-size: 12px;
	text-align: justify;
}
#sideright a {
	display: block;
	height: 30px;
	border-radius: 5px;
	margin-right: 1px;
	text-decoration: none;
	font-family: Cambria, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	border: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
}
#sideright .current_page_item a {
	background: url(images/page-content-bg.png) repeat;
}
#sideright a:hover {
	background: url(images/page-content-bg.png) repeat;
	vertical-align: middle;
	color: #000033;
}

/* Page */

#page {
	width: 800px;
	background: url(images/page-content-bg.png) repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 30px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FC0;
}
#page_others{
	width: 1000px;
	border-radius: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	float: left;
	height: 650px;
	background-color: #00ADE7;
	background-repeat: repeat;
}
#page_full{
	width: 1000px;
	border-radius: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	float: left;
	background-color: #00ADE7;
	background-repeat: repeat;
}
/* Content */

#content {
	float: left;
	width: 520px;
	padding: 0px 20px;
}
.Sirname {
	border-radius: 10px;
	font-family: Cambria, "Times New Roman";
	background-color: #FFF;
	font-size: 16px;
	color: #142E59;
	text-align: right;
	padding: 10px;
}
.Sirname h2 {
	font-family: Cambria, "Times New Roman";
	padding-left: 16px;
	text-align: left;
	font-weight: bolder;
	color: #060;
}
.post {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-radius: 10px;
	border-bottom: 1px solid #0E2754;
	background-color: #FFF;
	color: #0E3159;
	font-family: Cambria, "Times New Roman";
	font-size: 17px;
	line-height: 0.3in;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
.post .title {
	padding-bottom: 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #FFFFFF;
}
.post .title a {
	border: none;
	color: #FFFFFF;
}
.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.post .meta a {
}
.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}
.menu_1 {
	clear:both;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #fec82a;
	margin-bottom: 1px;
	visibility: visible;
	overflow: visible;
	padding-top: 105px;
	text-align: center;
	
}

#footer {
	width: 900px;
	background: url(images/footer-shadow-bg.png) no-repeat left top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	text-transform: none;
	text-align: center;
	font-size: 12px;
	color: #0E2754;
}
#footer a {
	text-decoration: underline;
	color: #0F0;
}
#footer a:link {
	text-decoration: none;
	color: #00FF00;
}
#about {
	overflow: hidden;
	width: 820px;
	margin: 0px auto;
	padding: 40px 40px;
}
#about .title {
	padding-bottom: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #A26500;
}
#two-column {
	padding-top: 30px;
}
#two-column h2 {
	padding-bottom: 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 30px;
	color: #A26500;
}
#two-column #column1 {
	float: left;
	width: 390px;
}
#two-column #column2 {
	float: right;
	width: 390px;
}
.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clearall {
	clear:both;
}
.list-style1 li {
	padding: 5px 0px;
	border-top: 1px solid #EEEEEE;
}
.list-style1 a:hover {
	text-decoration: underline;
}
.list-style1 .first {
	border-top: none;
}
.main_container {
	margin:auto;
	width:978px;
}
.cody_home {
	float:left;
	width:978px;
	text-align:center;
}
.menu_container {
	float:left;
	clear:both;
	position: absolute;
	height:100px;
	width: 978px;
	overflow:hidden;
	text-align:center;
	right:2%;
}
.menu_container ul {
	list-style:none;
}
.menu_container li {
	float:left;
	display:block;
	position:relative;
	overflow:hidden;
	background:#115480;
	padding:40px 35px;
	margin:-57px 0 5px 5px;
	height:14px;
	background:
 -webkit-gradient(  linear,  left top,  left bottom,  from(#2597e4),  to(#0e3a58)  );
	background:
 -moz-linear-gradient(  top,  #2597e4,  #0e3a58  );
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}
.menu_container li a {
	text-decoration:none;
	color:#9eacb6;
	font-size:14px;
	font-weight:bold;
	text-shadow:-1px 1px 3px #000000;
	float:left;
	clear:both;
}
.menu_container li div.top_content {
	float:left;
	margin:0 0 13px 2px;
	cursor:default;
	font-weight:bold;
	font-size:14px;
	color:#292929;
	text-shadow:0 1px 1px #8AAEC7;
}
.menu_container li div span {
	background:none repeat scroll 0 0 #CCCCCC;
	float:left;
	height:22px;
	margin:-3px -71px;
	opacity:0.1;
	position:absolute;
	width:83px;
}
.instruct_content {
	float:left;
	clear:both;
	width:978px;
	color:#202020;
	text-align:center;
	text-shadow:-1px -1px 0px #101010, 1px 1px 0px #505050;
	font-weight:bold;
	font-size:3.8em;
	font-style:italic;
	margin:15px;
}
.empty_gap {
	float:left;
	clear:both;
	height:150px;
}
.menu_container li div.trans_one {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.menu_container li div.trans_two {
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}
.menu_container li div.trans_three {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.menu_container li div.trans_four {
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}
.style2 {
	font-family: Cambria, "Bookman Old Style", "Bell MT";
	font-size: 14px;
	color: #022540;
}
.style3 {
	font-size: 24px
}
.style8 {
	font-size: 18px;
	color: #3D0A2F;
	font-family: "Hobo Std", Cambria, "Calisto MT", "Times New Roman";
}
.style9 {
	color: #492001;
	font-family: Cambria, "Bookman Old Style", "Bell MT";
	font-size: 18px;
	line-height: normal;
}
#page #content #contenttext p .title_blue.style2 {
	color: #00F;
}
.style2 {
	font-family: Cambria, "Bookman Old Style", "Bell MT";
	font-size: 14px;
	color: #022540;
	line-height: 25px;
}
.style3 {
	font-size: 24px
}
.style8 {
	font-size: 18px;
	color: #6500CA;
	font-family: "Hobo Std", Cambria, "Calisto MT", "Times New Roman";
	letter-spacing: 100%;
	word-spacing: 100%;
}
.style9 {
	color: #492001;
	font-family: Cambria, "Bookman Old Style", "Bell MT";
	font-size: 18px;
	line-height: normal;
}
#page #content #contenttext p .title_blue.style2 {
	color: #00F;
}
/* Menu */


ul#css3menu1, ul#css3menu1 ul {
	margin:0;
	list-style:none;
	padding:0;
	background-color:#dedede;
	border-width:1px;
	border-style:solid;
	border-color:#5f5f5f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
ul#css3menu1 ul {
	display:none;
	position:absolute;
	left:0;
	top:100%;
	-moz-box-shadow:3.5px 3.5px 5px #000000;
	-webkit-box-shadow:3.5px 3.5px 5px #000000;
	box-shadow:3.5px 3.5px 5px #000000;
	background-color:#FFFFFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-color:#d4d4d4;
	padding:0 10px 10px;
}
ul#css3menu1 li:hover>* {
	display:block;
}
ul#css3menu1 li {
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
}
ul#css3menu1 li:hover {
	z-index:1;
}
ul#css3menu1 {
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	zoom:1;
	padding:0;
 *display:inline;
}
* html ul#css3menu1 li a {
	display:inline-block;
}
ul#css3menu1>li {
	margin:0;
}
ul#css3menu1 a:active, ul#css3menu1 a:focus {
	outline-style:none;
}
ul#css3menu1 a {
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:bold 14px Georgia, serif;
	color:#000000;
	text-shadow:#FFF 0 0 1px;
	cursor:pointer;
	background-color:#c1c1c1;
	background-image:url("mainbk.png");
	background-repeat:repeat;
	background-position:0 0;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#C0C0C0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
ul#css3menu1 ul li {
	float:none;
	margin:10px 0 0;
}
ul#css3menu1 ul a {
	text-align:left;
	padding:4px;
	background-color:#FFFFFF;
	background-image:none;
	border-width:0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font:14px Tahoma;
	color:#000;
	text-decoration:none;
}
ul#css3menu1 li:hover>a, ul#css3menu1 li a.pressed {
	background-color:#0c97e2;
	border-color:#C0C0C0;
	border-style:solid;
	color:#000000;
	text-shadow:#FFF 0 0 1px;
	background-image:url("mainbk.png");
	background-position:0 100px;
	text-decoration:none;
}
ul#css3menu1 span {
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;
}
ul#css3menu1 ul li:hover>a, ul#css3menu1 ul li a.pressed {
	background-color:#FFFFFF;
	background-image:none;
	color:#0978b3;
	text-decoration:none;
}
ul#css3menu1 li.topfirst>a {
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
ul#css3menu1 li.topmenu>a {
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
ul#css3menu1 li.toplast>a {
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
#time {
	color: #FFF;
	text-align: center;
	clear: left;
	float: right;	
	}
#pscroller1{
	width: 200px;
	height: 200px;
	padding: 5px;
}



.someclass{ //class to apply to your scroller(s) if desired
}
#wrapper #page_full .post #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tr td {
	text-align: justify;
}
#wrapper #page_full .post blockquote #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p .style62 {
	font-size: 18px;
}
