	
/* STARTS HERE */

body { 
	margin: 0 auto 0 auto;
	padding: 0 10px 10px 10px;
	font: 13px Arial, Verdana, Sans-serif;
	color: #333333;
	background-color: #ffffff;
	max-width: 937px;
}

/* IDS FOR FRAMEWORK */

#content {
	padding: 0 15px 0 15px;
	margin-left: 0px;
	margin-bottom:10px;
	border: 1px solid #e5e5e5;
}

#header {
	background-image: url(../images/header.gif);
	height:63px;
	margin: 0 0 2px 0;
	width:100%;
	overflow: hidden;
} 

#functionswitch {
	height:47px;
	margin:0;
	padding:0;
} 

#navigation {
	float:left;
	width: 200px;
	margin-bottom:10px;
}

/* LINKS */

a:link { 
	text-decoration: underline;
	color: #3399cc;
}

a:visited { 
	text-decoration: underline;
	color: #3399cc;
}

a:hover { 
	text-decoration: none;
}

/* HEADER */

#header h1 {
	margin:0;
	padding:0;
}

/* FUNCTION SWITCH */

#functionswitch a {
	font-size: 11px;
	color: #666666;
	margin:0;
	padding:0;
}

#functionswitch a:link {
	text-decoration: none;
}

#functionswitch a:visited {
	text-decoration: none;
	font-size: 11px;
}

#functionswitch a:hover {
	text-decoration: underline;
	font-size: 11px;
}

.functionswitchdivider {
	margin: 0 0 15px 0;
	color: #ff6600;	
}

/* NAVIGATION */

#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	border:none;
	border-left:3px solid #F60;
}

#navigation li {
	margin:0;
	padding:8px 0px 7px 25px;
	background: transparent url(../images/nav_arrowright.gif) no-repeat left center;
	background-position: 12px 13px;
	text-indent:0px;
	border:1px solid #E5E5E5;
	border-left:0px;
	margin-bottom:-1px;
	height:100%;
}

#navigation li a:link { 
    font: bold 13px Arial, Verdana, Sans-serif;
	text-decoration: none;
	color: #000066;
}

#navigation li a:visited { 
    font: bold 13px Arial, Verdana, Sans-serif;
	text-decoration: none;
	color: #000066;
}

#navigation li a:hover { 
    font: bold 13px Arial, Verdana, Sans-serif;
	text-decoration: underline;
	color: #000066;
}

#navigation .selected {
	background: #fbf9f9 url(../images/nav_arrowdown.gif) no-repeat left center;
	background-position: 12px 13px;
}	

#navigation .selected a {
	font: bold 13px Arial, Verdana, Sans-serif;
	text-decoration: none;
	color: #000066;
}

#navigation .bottomnavselected {
	background: #fbf9f9 url(../images/nav_arrowdown.gif) no-repeat left center;
	background-position: 12px 13px;
}	

#navigation .bottomnavselected a {
	font: bold 13px Arial, Verdana, Sans-serif;
	text-decoration: none;
	color: #000066;
}

/* TITLES */

.title {
	font-size: 22px;
	color: #000066;
	margin-top: 20px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 21px 0 14px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
	margin: 23px 0 -10px 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 13px 0 -10px 0;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	color: #ff6600;
	text-align: left;
	margin: 13px 0 -10px 0;
}

/* FOOTER */

.footerhorizline {
	border-top: 1px #cccccc solid;
	margin: 40px 0 5px 0;
}

#footer {
	font-size: 11px;
	color: #3399cc;
	margin: 0 0 15px 0;
}

#footer a:link {
	font: normal 11px Arial, Verdana, Sans-serif;
	text-decoration: none;
}

#footer a:visited {
	font: normal 11px Arial, Verdana, Sans-serif;
	text-decoration: none;
}

#footer a:hover {
	font: normal 11px Arial, Verdana, Sans-serif;
	text-decoration: underline;
}

.footlinkseperator {
	margin: 0 3px 0 3px;
}

.copyright {
	margin-top: -14px;
	padding-left: 20px;
	text-align: right;
	color: #999999;
}

/* MISC */

p {
	font-size:100%;
	line-height:125%;
}

.strongcenter {
	text-align: center;
	font-weight: bold;
}

img {
	border:0;
}

.horizline {
	border-top: 1px #cccccc solid;
	margin: 20px 0 40px 0;
}

