body/**
 **********************************
 * HTML Elements
 **********************************
 */
{
	text-align: center;
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #FCFBFF;
	padding: 0px;
}
a
{
	color: #414A51;
	text-decoration: none;
}
a:hover
{
	color: #05156E;
	text-decoration: none;
	border-bottom: 2px solid #DDF5D6;
	background-color: #AFB9D2;
}

/**
 **********************************
 * ID Containers
 **********************************
 */
#container
{
	width: 950px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FCFBFF;
	padding: 0px;
}

#leftcol
{
	text-align: right;
	width: 250px;
	float: left;
	clear: left;
	padding-right: 10px;
}

#divider
{
	float: left;
	width: 250px;
}

#rightcol
{
	width: 600px;
	padding-top: 50px;
	float: right;
	padding-right: 50px;
}

#logo
{
	margin: auto auto auto -130px;
	text-align: right;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
	padding-right: 0px;
	margin-right: 0px;
}
 
 #nav ul
 {
	list-style: none;
	margin-left: 10;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: 10px;
 }
 
 #nav ul li
 {
	border-bottom-color: #999999;
 }
#nav ul li:hover {
	background-color: #AAB1CD;
}

#nav a
{
	text-decoration: none;
	border: none;
} 

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


 .nav_head
 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
 }
#container #leftcol #nav .nav_head li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
	color: #06265D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -1px;
 }
 
 h2
 {
	color: #06265D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.5em;
	line-height: 0.5em;
 }
h3 {
	font-size: 1.5em;
	color: #06265D;
	font-variant: normal;
	font-style: italic;
	font-weight: lighter;
}
 
 .content
 {
	border-bottom: 1px dotted #9AA3A8;
	color: #06265D;
 }
 
 .foot
 {
	text-align: right;
	text-transform: capitalize;
	font-size: 0.9em;
	color: #06265D;
 }
 
 #copyright
 {
	padding-top: 0px;
	color: #06265D;
 }
.centrar {
	text-align: center;
}
.centrar p img {
	padding-right: 30px;
}

 
/**
 **********************************
 * Misc. Things
 **********************************
 */
.clear 
{
	clear: both;
}
.cushycms {
}

