/* CSS Document */

body {
	width:100%;
	background:url(../images/bg.jpg) top no-repeat #191919;
	text-align:center;
	margin:0 auto;
}
p,img,div {
	margin:0;
}
.align_right {
	text-align:right;
	vertical-align:top;
	z-index:0;
}
#main_container {
	width:950px;
	margin:0 auto;
	text-align:center;
}

/* Inner style */

h3,h4 {
	font-family:"trebuchet MS", tahoma, verdana, arial;
	margin:0px;
	color:#F4F4F4;
	font-weight:normal;
	text-transform:uppercase;
}
#header {
	width:950px;
	text-align:left;
	height:103px;
}
#topLinks {
	width:950px; 
	float:left;
	height:42px;
}
#page_headings {
	width:950px;
	height:111px;
	float:left;
}
#side_strip {
	float:left;
	width:235px;
	height:380px;
	background-image:url(../images/side_strip.jpg);
}
#middle {
	width:910px;
	padding-top:8px;
	margin:0 auto;
	text-align:center;
}
#bottom_tabs {
	width:950px;
	float:left;
	height:65px;
}
#left_box {
	width:335px;
	text-align:center;
	margin:0 auto;
}
#right_box {
	width:335px;
	text-align:center;
	margin:0 auto;
}

.text-grey {
	font-family:"trebuchet MS", tahoma, verdana, arial;
	font-size:12px;
	color:#CCCCCC;
	line-height:17px;
	text-decoration:none;
}
.text-grey a{
	color:#FFFFFF;
	text-decoration:underline;
}
.text-grey a:hover{
	color:#ccc;
	text-decoration:none;
}
.bottom_links {
	font-family:"trebuchet MS", tahoma, verdana, arial;
	font-size:12px;
	color:#999999;
	line-height:17px;
	text-decoration:none;
}
.bottom_links a{
	color:#fff;
	text-decoration:none;
	padding:0px 5px;
}
.bottom_links a:hover{
	color:#999;
	text-decoration:none;
}


/* form css */
 .formLayout
    {
        padding: 10px;
        width: 450px;
		margin:0 auto;
    }
    
    .formLayout label
    {
        display: block;
        width: 150px;
        float: left;
        margin-bottom: 10px;
    }
 
    .formLayout label
    {
        text-align: right;
        padding-right: 20px;
    }
 
    br
    {
        clear: left;
    }
input,select,textarea {
	border:1px solid #ccc;
	font-family:"trebuchet MS", Tahoma, Verdana, Arial;
	font-size:12px;
	color:#000000;
}

