@charset "utf-8";
/****************************************************
		TABLE OF CONTENTS
		1 - BODY
		2 - PAGE ELEMENTS
		3 - LAYOUT
		4 - NAVBAR
		5 - CONTENT
		6 - FOOTER
		7 - NODE
		8 - BLOCK
		9 - DRUPAL ELEMENTS
****************************************************/

/****************************************************
		1 - BODY
****************************************************/

body {
	background: #20526d url(images/page-bg.jpg) repeat-x top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/****************************************************
		2 - PAGE ELEMENTS
****************************************************/

#content a	{
	color: #20526D;
}

.bottomspace	{
	margin-bottom: 20px;
}

#footer-links	p, a	{
	color: #CCCCCC;
}

#notice {
	background-color: #fffbef;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ede7c3;
	border-bottom-color: #EDE7C3;
	margin-top: 5px;
	margin-bottom: 5px;
}

/****************************************************
		3 - LAYOUT
****************************************************/

#main	{
	margin: 0px auto;
	width: 745px;
}

#header	{
	background: url(images/header-bg.jpg) no-repeat top left;
	height: 245px;
	width: 745px;
}

#content	{
	background: url(images/content-bg.jpg) repeat-y;
	padding: 20px 20px;
}

#footer	{
	background: url(images/footer-bg.jpg) no-repeat;
	height: 111px;
}

#footer-links	{
	text-align: center;
	width: 745px;
	font-size:8px
}


/****************************************************
		4 - NAVBAR
****************************************************/


/****************************************************
		5 - CONTENT
****************************************************/

p	{
	font-size: 14px;
	font-family:Tahoma, Geneva, sans-serif
}

h2 {
	font-weight: normal;
}

.style4 {
	font-size: 26px;
	color: #990000;
	font-weight: bold;
}

.style10 {
	color: #666666;
	font-size: 10px;
}

.style12 {
	color: #620000;
	font-size: 55px;
}

.style13 {font-weight: bold}

.style14 {font-size: 14px}

.style15 {font-size: 16px}

.style16 {font-size: 12px}

.style17 {font-size: 13px}

.style18 {
	font-size: 14px;
	font-weight: bold;
} 

form {
	clear: both;
	padding: 0px 0px;
}
	
	input[type=text] {
		border: 2px solid #dddddd;
		width:235px;
		padding-left: 5px;
		padding-bottom:5px;
		padding-top:5px;
		margin-left:-5px;
		font-size: 14px;
		clear: both;
		margin-bottom:5px;
		display: block;
		font-weight: bold;
		background: #f9f9f9;
		
		width: 98%;
		color: #444;
	}


		input[type=text]:focus {
			border: 2px solid #65b3f9;
		}

	input[type=image] {
		display: block;
		margin: 0px auto;
		clear: both;
	}
	
/****************************************************
		6 - FOOTER
****************************************************/


/****************************************************
		7 - NODE
****************************************************/


/****************************************************
		8 - BLOCK
****************************************************/


/****************************************************
		9 - DRUPAL ELEMENTS
****************************************************/

body.mceContentBody	{
	background: #eeeeee !important;
}

body.mceContentBody p	{
	text-align: left;
	font-size: 12px;
}