/* A2coma Theme
/  by Chris Hammond
/  Version: 4-16-2010
*/

body {
	margin-top: 30px;
	padding: 0;
	background-color: #000000;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	float: center;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, "Trebuchet MS", "Times New Roman", Times, serif;
}

img.corner {
	position:absolute;
	top:0px;
	right:0px;
	border:0;	
	//z-index:-1;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #ffffff;
}

a:hover {
	color: #066d08;
}

hr {
	display: none;
}

textarea {
	font-size: 13px;
	width: 100%;
}
	


/* Header */

#header {
	width: 800px;
	height: 143px;
	margin: 0 auto;
	/* margin-bottom: 30px; */
	background: url(images/header.jpg) no-repeat left top;
}

#header h1{
	float: left;
	margin: 0;
	padding: 40px 0 0 20px;
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #066d08; /* Ninja green */
	font-size: 35px;
}

#header p {
	float: right;
	margin: 0;
	font-family: "Times New Roman", Georgia, Times, serif;

	padding: 0px 250px 0 0px;
	font-size: 16px;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	float: center;
	padding: 0px;
}

/* Rounded Edges::*/

#contentTopCap, #contentBottomCap  {
	float: right;
	width: 600px; 
	height: 25px;
	margin: 0px; 
	padding: 0px;
	color: #AAAAAA;
	background: transparent url(images/contentTopCap.gif) no-repeat top right;
}
#contentBottomCap {
	background: #000000 url(images/contentBottomCap.gif) no-repeat bottom right;
	margin-bottom: 30px;
}

/* Content: */

#content {
	float: right;
	width: 598px; 
	margin: 0px; 

	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #AAAAAA;
}

.text {
	margin: 0px 15px 0px 15px;
}

.title {
	margin: 0px;
	padding-bottom: 5px;
	padding-top:	10px;
	font-size: 24px;
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #000000;
}
.maintitle {
	margin: 0px;
	padding-bottom: 15px;
	padding-top:	10px;
	font-size: 28px;
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #000000;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* Sidebar */

#sidebar {
	font-style: normal;
	font-weight: normal;
	float: left;
	width: 200px;
	margin-top: 25px;
}

#sidebar ul {
	margin: 0;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 0px 20px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #555555;
	padding: 10px 0 10px 20px;
	background: url(images/menuIcon.gif) no-repeat 8px 50%;
}

#sidebar h2 {
	margin: 0px;
	height: 31px; /* (43 - 12) */
	padding: 12px 0px 0px 25px;
	background: transparent url(images/menuHeader.png) no-repeat left top;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}


/* Topbar */

#topbar {
	float: center;
	width: 800px;
	margin: 20px 0 20px 0;
	padding: 2px 0 2px 0;
	border-bottom: 1px dotted #555555;
	border-top: 1px dotted #555555;
}

#topbar table {
	width: 800px;
	table-layout: fixed;
}

#topbar a {
	text-decoration: none;
}

#topbar a:hover {
	text-decoration: none;
}


/* Footer */

#footer {
	clear: both;
	float: right;
	height: 120px;
	width: 600px;
	margin: 0px;
	border-top: 2px dotted #1E2223;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
}

#footer p {
	padding-top: 20px;
	text-transform: uppercase;
}

#footer p a {
	color: #AAAAAA;
}

/* Stylesheet for photo gallery */

table.gallery td {
	width: 33%;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

tr.gcaption td {
	width: 33%;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 15px;
	text-align: justify;
	vertical-align: top;
}