/************************Begin standardization of the page***************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ 
       font-family          : Arial, Helvetica, sans-serif; 
       color                : #000000; 
       font-size            : small;
       padding              : 0;
       margin               : 0;
}

table
{
       border-collapse      : collapse; 
       border-spacing       : 0;
}

fieldset, img
{
       border               : 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
       font-style           : normal; 
       font-weight          : normal;
}

h1, h2, h3, h4, h5, h6 
{
       font-size            : 100%;
       padding              : 0;
       margin               : 0;
}

/*End Standardization of the page*/

html{
background-color: #000;	
}

body{
margin-top: 20px;
}

#main_wrapper{
position: relative;
width: 971px;
height: 890px;
margin: 0 auto 0 auto;
background-image: url(images/layout/main_background.jpg);	
background-repeat: no-repeat;	
padding-top: 30px;
margin-bottom: 20px;
border: 1px solid #333;

}

#top_banner_wrapper{
width: 900px;
height: 81px;
background-image: url(images/layout/banner_background.jpg);	
background-repeat: no-repeat;	
margin: 0 auto 0 auto;
}

#top_banner_column1, #top_banner_column2, #top_banner_column3{
width: 240px;
height: 81px;
float: left;
}

#top_banner_column1{
width: 280px;
height: 71px;
margin-top: 10px;
margin-left: 20px;
background-image: url(images/layout/logo.png);	
background-repeat: no-repeat;	
}

#top_banner_column2{
margin-top: 25px;
height: 56px;
width: 460px;
padding-top: 6px;
font-size: 16px;
}

#top_banner_column3{
margin-top: 50px;
width: 120px;
height: 31px;
text-align: right;
}

#top_banner_column3 a{
color: black;
font-size: 12px;
}

#navigation_wrapper{
width: 900px;
height: 35px;
margin: 10px auto 0 auto;

background-image: url(images/layout/linkbar.jpg);
background-repeat: repeat-x;	
}

.navigation_link a{
display: block;
float: left;
width: 150px;
height: 28px;
font-size: 16px;
text-align: center;
padding-top: 7px;
text-decoration: none;
color: black;
border-right: 1px solid black;
}

.navigation_link a:hover{
background-color: white;	
}

#navigation_search{

width: 250px;
height: 35px;
float: right;	
background-image: url(images/layout/searchbar.jpg);
background-repeat: repeat-x;	
}

#navigation_search form{
padding-top: 5px;
padding-left: 10px;	
}

#content_wrapper{
width: 900px;
height: 500px;
background-color: white;
margin: 0 auto 0 auto;	
border: 1px solid black;
border-top: none;
}

#content_background{
position: relative;
width: 860px;
height: 450px;
margin: 0 auto 0 auto;
top: 25px;
background-image: url(images/layout/body_background.jpg);	
}

#login_script{
position: relative;
top: 100px;
font-size: 16px;

}

.resource1{
font-size: 14px;	
text-align: right;

}

.input_data{
font-size: 14px;	
}

#left_column{
position: relative;
top: 25px;
height: 400px;
width: 200px;
float: left;
margin-left: 33px;

}

#left_column li{
font-size: 14px;
font-weight: bold;	
padding-top: 15px;
list-style: none;
margin-left: 0;
padding-left: 2em;
text-indent: -1.5em;
}

#left_column_title_bar{
height: 25px;
width: 200px;
background-image: url(images/layout/titlebar.jpg);
border: 1px solid #000;
border-bottom: none;
color: white;
font-size: 18px;
text-align: center;
font-weight: bold;
}

#left_column_body{
height: 375px;
width: 200px;
border: 1px solid black;
background-color: white;
border-top: none;
}

#left_column_body a{
color: black;
text-decoration: none;
}

#left_column_body a:hover{
text-decoration: underline;	
}
	
#right_column{
position: relative;
top: 25px;
height: 400px;
width: 550px;
background-color: #fff;
float: right;
margin-right: 37px;	
color: #fff;

}

#footer_wrapper{
position: relative;
top: 25px;
margin: 0 auto 0 auto;
height: 200px;
width: 900px;
background-color: #333;
}

.footer_column{
width: 299px;
height: 200px;
float: left;
border-right: 1px solid black;
}


.footer_column_top{
background-image: url(images/layout/titlebar.jpg);
background-repeat: repeat-x;
width: 269px;
height: 23px;
font-size: 16px;
color: white;
padding-left: 30px;
padding-top: 2px;
}

.footer_column_bottom{
width: 289px;
height: 175px;	
padding-top: 15px;
padding-left: 10px;
color: #aaa;
font-size: 14px;
}

.footer_column_bottom a{
color: #aaa;	
}

