/* =General*/

/* The Core Technique
================================= */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size:12px;
	background-color:#FFFFFF;
	text-align: center; 
    min-width: 760px;
    margin:0px;
    padding:0px;
    padding-top:25px;
}

#wrapper {
	background-color: #FFFFFF;
	width: 720px; 
	margin: 0 auto; 
	text-align: left;
	}


#branding {
	background-color:#ffffff;
	text-align:center;
	color: #333333;
	font-size:12px;
	height: 245px;
	
}

.brandingbox {
	padding:15px 15px 5px 15px;
	float:right;
	width: 60px;
	text-align:center;
	}


/* Headings
================================== */


h1 {
	color: #336699;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: medium;
	border-bottom-color: #ffcc00;
	margin: 0px 0px 15px 0px;
	margin-top: 20px;
}



h1 a:link a:visited a:hover a:active{
	color: #336699;
	text-decoration:none;
	}
	

h1 a{
	color: #336699;
	text-decoration:none;
	}
	
h2 {
	color: #336699;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: medium;
	border-bottom-color: #ffcc00;
	margin: 20px 0px 15px 0px;
}


h2 a:link a:visited a:hover a:active{
	color: #336699;
	text-decoration:none;
	}
	

h2 a{
	color: #336699;
	text-decoration:none;
	}
	
h3 {
	font-size:14px;
	padding-bottom:10px;
	}
	
	

p, li {
  font-size: 12px;
  padding:0px;
  margin:0px;
}


/* =Typography
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
.brandingbox  a {
	text-decoration:none;
	color: #333333;
}

.brandingbox a:visited {
	background-color:#ffffff;
	text-align:center;
	color: #333333;
	font-size:12px;
	height: 65px;
	text-decoration:none
}

.brandingbox a:hover {
	background-color:#ffffff;
	text-align:center;
	color: #333333;
	font-size:12px;
	height: 65px;
	text-decoration:underline;
}

/* =Branding
-----------------------------------------------------------------------------*/


/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	padding:0px;
	margin:0px;
	padding-bottom: 0px;
	float: left;
	font-weight:bold;
	margin-top: 14px;
	text-align: left;
	width: 240px;
	background-repeat: none;
}

#mainNav ul {
}

#mainNav ul li {
	width:190px;
	line-height:25px;
	font-size: 11px;
	padding-left: 49px;
	height: 25px;
	background-repeat: none;
	background-image: url(../images/pages/templates/main_nav_background.gif);
	list-style: none;
}

#mainNav ul li a {
	color:#336699;
	text-decoration: none;
}

#mainNav ul li a:hover {
	color: #cc6600;
	}

#mainBody {
	background-repeat: repeat-y;
	background-position: right;
	}
	
#mainBody p{
	padding: 0px;
	margin: 0px;
	}

	
#mainBody ul {
	list-style: none;
	color: #336699;
	font-weight: bold;
	font-size: 11px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #f2eee5;
	
	}

#mainBody ul li {
	line-height:14px;
	color: #666666;
	font-weight: normal;
}

#mainBody ul li title {
	
}

#mainBody ul li a {
	color:#333333;
	text-decoration:none;
}

#mainBody ul li a.title {
	font-weight:bold;
	color:#993300;
	}

#mainBody ul li a:hover {
	text-decoration: underline;
		}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#LeftNav {
	width: 200px;
	float: none;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #f2eee5;
}


#LeftNav p{
	padding: 0px;
	margin: 0px;
	}

	
#LeftNav ul {
	list-style: none;
	color: #336699;
	font-weight: bold;
	font-size: 11px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #f2eee5;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	}

#LeftNav ul li {
	line-height:14px;
	color: #666666;
	font-weight: normal;
}

#LeftNav ul li title {
	
}

#LeftNav ul li a {
	color: #993300;
	text-decoration:none;
}



#LeftNav ul li a:hover {
	text-decoration: underline;
		}

#LeftNav ul li a.title {
	font-weight:bold;
	color:#993300;
	}

#centerNav {
	width: 460px;
	padding-left: 20px;
}

#centerNav ul {
	color:;
	list-style-position: outside;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-right: 15px;
}

#centerNav ul li {
	line-height:14px;
	padding-bottom: 10px;
}

#centerNav ul li a {
	color:#993300;
	text-decoration:underline;
}

#centerNav ul li a:hover {

		}

#rightNav {
	float:right;
	width:180px;
	height:268px;
	padding: 0px;
	padding-right: 10px;
	border: 0;
	}

#rightNav ul {
	padding:0px;
	margin:0px;
	border: 0px;
	padding-left: 10px;
	}
	
#rightNav ul li {
	padding:0px;
	margin:0px;
	padding-bottom: 10px;
	}
	
#rightNav ul li a {
	color:#336699;
	text-decoration:underline;
	}
	
#graphicAds {
	clear:both
	}
	
#applications {
	width:230px;
	padding: 0px;
	border: 0;
	}

#applications ul {
	padding:0px;
	margin:0px;
	border: 0px;
	padding-left: 10px;
	line-height: 20px;
	}
	
#applications ul li {
	padding:0px;
	margin:0px;
	padding-bottom: 10px;
	line-height: 10px;
	}
	
#applications ul li a {
	color:#336699;
	text-decoration:underline;
	}

/* =Main Content
-----------------------------------------------------------------------------*/

#content {
	width: 480px;
	float: right;
}

#content * {
}

#content * * {
}






/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	padding-top: 1px;
}

#footer a{
	padding: 1px 5px;
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer {
	clear: both;
	height: 47px;
	
} 
table { 
	border:0px;
}
form{
 	margin:0px;
  	padding:0px;
	}


td{
	font-size:11px;
    font-family:Tahoma;
	color:#897F6A;
	line-height:13px;
	vertical-align:top;
}
input, textarea, select{
	font-size:12px;
    font-family:Tahoma;
	color:#444444;
	line-height:12px;
	vertical-align:top;	
	margin:0px;
}
.input input{
	width:154px;
	height:18px;
	padding:1px 0px 0px 5px;
}
a:hover {
}
.text{
	color:#897F6A;
}
.text a{
	color:#897F6A;
	text-decoration:none;
}
.text a:hover{
	text-decoration:underline;
}
.text_2{
	color:#645D4E;
}
.blue{
	color:#306F8B;
}
.blue a{
	color:#306F8B;
}
.white{
	color:#FFFFFF;
}
.white a{
	color:#FFFFFF;
}
.small{
	font-size:10px;
}

blockquote {
	font-size:18px;
	text-align: left;
	line-height: 22px;
	color: #FFFFFF;
	}
