* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12.5pt;
	color: #F2FFA8;
	background: #010101 url(images/CASA2013.jpg) no-repeat center top;
	line-height: 1.75em;
}

body,input {
	font-family: Arial, sans-serif;
}

h1,h2,h3,h4 {
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	color: #FFFFFF;
	font-family: Oswald, sans-serif;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.Title {
	color: #FFC380;
	text-transform: uppercase;
}

#content {
	padding: 0;
	width: 660px;
	margin: 0 0 0 290px;
}

#footer {
	margin: 0 0 50px 0;
	padding: 0px 0 50px 0;
	text-align: center;
	color: #7C6143;
}

#footer a {
	color: #7C6143;
}

#header {
	position: relative;
	height: 260px;
	padding: 35px;
	margin-bottom:25px;
}

#logo {
	margin-bottom:-35px;
	line-height: 108px;
	width: 910px;
	position: absolute;
	text-align: center;
	height: 108px;
	bottom: 18px;
}

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

#logo h1 {
	font-family: Oswald, sans-serif;
	font-size: 2.50em;
}

#sidebar ul {margin:0 0 20px 0; padding:0;}
#sidebar li {list-style:none; padding:0; margin:0;}    
#sidebar li a {display:block; padding:10px 20px; text-decoration:none; font-family: Oswald, sans-serif; font-size:1.4em; color: #FC7E6A}
#sidebar li a.current {color:#F2FFA8; text-transform: uppercase;}
#sidebar li a:hover {color:#F2FFA8; text-transform: uppercase;}
#sidebar h2 {font-size:1.8em; margin:0 0 12px 0; padding:0 0 3px 0;}

#page {
	position: relative;
	width: 960px;
	color: #F2E9C6;
	padding: 26px 0px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#page * {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

#sidebar {
	float: left;
	width: 250px;
	padding : 10px 10px 10px 10px;
	padding-top: 40px;
	background: #010101;
	z-index:10;
}

#sidebar ul {
	padding: 4px;
	border-top: 3px solid #0C1114;
	border-bottom: 3px solid #0C1114;
	list-style: none;
	text-align: left;
}

#sidebar span {
	color:#0C1114;
	font-family: Oswald, sans-serif;
}

#wrapper {
	width: 980px;
	position: relative;
	margin: 85px auto 0 auto;
}

.button {
	text-decoration: none;
   font-family: sans-serif;
   font-weight: bold;
   letter-spacing: -1px;
   color: #fff;
   padding: 5px 55px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.buttonstyle-1{
   background: #a90329; /* Old browsers */
   background: -moz-linear-gradient(top,  #a90329 0%, #6d0019 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #a90329 0%,#6d0019 100%); /* IE10+ */
   background: linear-gradient(top,  #a90329 0%,#6d0019 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
 
   text-shadow: -1px -1px 2px #6d0019;
   border: 1px solid #6d0019;
}

.buttonstyle-1:hover{
   background: #6d0019; /* Old browsers */
   background: -moz-linear-gradient(top,  #6d0019 0%, #a90329 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #6d0019 0%,#a90329 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #6d0019 0%,#a90329 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #6d0019 0%,#a90329 100%); /* IE10+ */
   background: linear-gradient(top,  #6d0019 0%,#a90329 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
}

.buttonstyle-4{
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
	background: linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

	text-shadow: -1px -1px 2px #ff7b0d;
	border: 1px solid #ff7b0d;
}
	
.buttonstyle-4:hover{
	background: #ff7b0d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7b0d 0%, #ffa84c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b0d), color-stop(100%,#ffa84c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%); /* IE10+ */
	background: linear-gradient(top,  #ff7b0d 0%,#ffa84c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */
}

.error {
	color: #dd0019;
	font-size: 1.25em;
}

.success {
	color: #dd6633;
	font-size: 1.25em;
}

#table{
	width: 100%
}

#table td {
	padding: 5px 2px;
}

