/***************** GENERAL *****************/
* {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
    text-align: left;
}
a, body, div, span, p, h1, h2, h3, h4, h5, h6, em, strong, pre, form, input, label, textarea, select, ul, ol, li, td, th {
	font-family: lucida sans unicode, verdana, sans-serif;
	color: #000;
}
a, body, div, input, label, li, ol, p, select, td, th, textarea {
	font-size: 14px;
    line-height: 1.6em;
}
p {
    margin-bottom: 1em;
}

/***************** HEADINGS *****************/
h2 {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 16px;
    line-height: 1em;
}
h3 {
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 18px;
    line-height: 1em;
	color: #5A145A;
}

/***************** LISTS *****************/
#cnt_content ul {
	margin: 0 0 10px 20px;
    list-style-type: square;
}
#cnt_content li {
    padding-left: 2px;
}

/***************** LINKS *****************/
a {
	font-size: 16px;
	text-decoration:none;
	color: #5A145A;
	
}
a:hover {
	text-decoration:none;
    color: #676767;
}
#cnt_content a:hover {
	text-decoration:underline;
}
/***************** IMAGES *****************/


/***************** FORMS *****************/
div.message {
  background:#FCD91 none repeat scroll 0 0;
  line-height:14px;
  padding:5px 10px 5px 30px;
  margin-bottom: 1em;
  text-align:left;
}

/***************** MISC *****************/
.block {
    display: block;
}
.inline {
    display: inline;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}
.no_wrap {
    display:table-cell;
}
* html .no_wrap {
    display:inline-block;
}
.colorize
{
    color:#5A145A;
    font-weight: bold;
}
.section_header{
    display: block;
    clear: both;
    margin-bottom: 0.3em;
}
.name{
	float: left;
    margin: 0 1em 0 0;
    font-weight: bold;
}
.email{
    color: #676767;
}
a.back
{
    float: right;
    font-size: xx-small;
    color: #982340;
}
a:focus {
	-moz-outline: none;
	outline: none
}
html {
    min-height: 101%;
}


/*################## CONTAINERS ##################*/
#cnt_page {
    width: 960px;
    margin: 0 auto;
    padding-left: 5px;
    background: #FFF;
}
#cnt_top {
    clear: both;
    width: 100%;
}
h1#logo {
	float: right;
}
h1#logo a {
	display: block;
   	margin: 28px 0 20px 8px;
    height: 113px;
    width: 210px;
    min-height: 113px;
    min-width: 210px;
}

#cnt_bottom {
    background: url(../img/bg_cnt_right.png) repeat-y right;
   	float: left;
    display: block;
    margin-bottom: 40px;
}
#cnt_left {
	float: left;
    display: block;
    width: 190px;
    margin-right: 25px;
}
#cnt_nav1 {
    width: 190px;
    border-top: 1px solid #5A145A;
}

#cnt_middle {
	float: left;
    display: block;
    width: 525px;
    border-top: 1px solid #5A145A;
    background: #C2C700;
    padding-bottom: 5px;
}
#cnt_middle h2 {
    padding: 10px 15px;
}
#cnt_content {
	margin: 0 5px;
    background: #FFF;
    padding: 25px 10px;
}
#cnt_right {
	float: left;
    display: block;
    width: 195px;
    margin-left: 25px;
    border-top: 1px solid #5A145A;

    background: #E1E380;
	
}
#cnt_right h2 {
    padding: 10px 15px;
}
#marginal_content {
	margin: 0 5px;
    background: #FFFFFF;
    padding: 25px 10px;
	
  
}

#marginal_content p, a {
	font-size: 12px;
	}
#cnt_content p, a {
	font-size: 14px;
	}
	
/*################## NAVIGATION ##################*/
/*-- Navigation Level 1 --*/
#cnt_nav1 ul {
    list-style: none;
	
}
#cnt_nav1 li {
    float: left;
    width: 190px;
    height: 22px;
    border-bottom: 1px solid #5A145A;
}
#cnt_nav1 li a {
	display: block;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 1.4em;
	color: #5A145A;
	font-weight: lighter;
}
#cnt_nav1 li.active a {
    color: #8B9000;
}
#cnt_nav1 li a:hover {
    color: #8B9000;
}
#cnt_nav1 li.active {
}



/*################## TEMPLATES ##################*/
/*------- Tpl: Basis -------*/
