@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding: 0; }

fieldset, img
{ border: 0; }

html{
	text-align: center;
	background-color:#000000;
	background-image:url(images/tmaback2.jpg);
	background-repeat:repeat-x;
}

body{
width: 950px;
margin: 0 auto;
text-align: left;
}

#wrapper {
	width: 950px;
	overflow: hidden;
}

#topbar{height:50px;margin-top:2px;clear:both;}
#title{width:950px;}
#lefttitle{float:left;width:310px;}
#righttitle{float:right;background-image:url(images/right_title.png);background-repeat:no-repeat;width:620px;height:265px;}
.menu_item{
	float:left;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.menu_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}
a: {text-decoration:none;}
a:link {text-decoration:none;}
a:hover {
	text-decoration: none;
	color: #F30;
}

#diagram{width:950px;height:401px;background-image:url(images/diagram.png);background-repeat:no-repeat;clear:both;}
#content{
	width:910px;
	background-color:#FFF;
	overflow:hidden;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-bottom:15px;
	clear:both;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contentleft{
	float:left;
	width:550px;
	padding-top: 10px;
}
#contentright{float:right;width:300px;}

h1{
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C30;
	font-weight: lighter;
}
.article_title{
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C30;
	font-weight: lighter;
}

#footer{width:950px;padding-top:25px;height:75px;}
#footer_column{float:left;width:350px;}
.footer_link{
	font-size:12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
.orangefont{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F30;
}