/******Main Elements******/

body
{
background-color: #000;
background-image: url(images/background_gradient.jpg);
background-repeat: repeat-x;
color:#000;
margin: 0 auto;
font-size: 11px;
}

/******UT and COLA Bar******/

#blackbar
{
height: 40px;
width: 100%;
margin-top: 0px;
padding-top: 0px;
background-color: black;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}

#blackbar img
{
margin-left: auto;
margin-right: auto;
margin-top: 5px;
border: 0px;
}

/******Title Bar with Name******/

#title
{
margin-left: auto;
margin-right: auto;
width: 753px;
}

#title img
{
border: 0px;
}

/******Navigation******/

#nav
{
margin-left: auto;
margin-right: auto;
width: 753px;
background-image: url(images/nav_background.jpg);
text-align: right;
height: 32px; 
}

#nav_text
{
font-size: 25px;
padding-top: 4px;
padding-right: 10px;
letter-spacing: 1px;
}

#nav_text a:link, #nav_text a:visited, #nav_text a:active
{
text-decoration: none;
color: #fff;
}

#nav_text a:hover
{
text-decoration: none;
color: #ffc426;
}

/******Splash Page Pictures******/

#splash
{
margin-left: auto;
margin-right: auto;
width: 753px;
height: 386px;
margin-top: 0px;
}

/******Splash Page Boxes******/

#boxes
{
background-image: url(images/boxes_background.jpg);
width: 753px;
height: 238px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding: 0px;
}

#box1_bar
{
background-color: #334060;
width: 211px;
height: 37px;
margin-left: 19px;
margin-top: 20px;
position: absolute;
}

#box_bar_text
{
font-size: 40px;
text-align: center;
color: white;
}

#box2_bar
{
background-color: #334060;
width: 211px;
height: 37px;
margin-left: 270px;
margin-top: 20px;
position: absolute;
}

#box3_bar
{
background-color: #334060;
width: 211px;
height: 37px;
margin-left: 523px;
margin-top: 20px;
position: absolute;
}

#box1
{
position: absolute;
width: 211px;
height: 160px; 
margin-left: 19px;
margin-top: 57px;
color: #334060;
}

#box2
{
position: absolute;
width: 211px;
height: 160px;
margin-left: 270px;
margin-top: 57px;
color: #334060;
}

#box3
{
position: absolute;
width: 211px;
height: 160px;
margin-left: 523px;
margin-top: 57px;
color: #334060;
}

#box_text
{
text-align: left;
padding: 13px;
font-size: 13px;
color: #000000;
}

#box_text a:link, #box_text a:active, #box_text a:visited 
{
font-weight: bold;
color: #334060;
text-decoration: none;
float: right;
margin-right: 5px;
}

#box_text a:hover
{
text-decoration: none;
color: #cccccc;
}

/******Page Content******/

#content_background
{
width: 752px;
margin-left: auto;
margin-right: auto;
background-image:url(images/content_background.jpg);
background-repeat: no-repeat;
background-color: #22252d;
padding-bottom: 20px;
}

.title
{
margin-right: auto;
margin-left: auto;
width: 668px;
height: 39px;
}

#content_container
{
background-color: white;
margin-left: auto;
margin-right: auto;
width: 668px;
margin-bottom: 10px;
}

#sub_nav
{
float: left;
padding-top: 25px;
padding-left: 25px;
background-color:  white;
}

#sub_nav a:link, #sub_nav a:active, #sub_nav a:visited
{
text-decoration: none;
font-weight: bold;
color: #334060;
line-height: 150%;
font-size: 14px;
}

#sub_nav a:hover
{
text-decoration: none;
color: #cccccc;
}

.cover
{
float: left;
padding-top: 25px;
padding-left: 25px;
}

.cover a:link, .cover a:hover, .cover a:active, .cover a:visited
{
text-decoration: none;
}

#article_container
{
padding-top: 25px;
margin-left: 250px;
margin-right: 20px;
width: 395px;
min-height: 50px;
}

.title_bar
{
width: 395px;
height: 32px;
background-color: #334060;
color: #FFF;
font-size: 18px;
text-align: left;
line-height: 200%;
padding-left: 5px;
}

.full_text
{
padding: 10px;
font-size: 12px;
color: #000;
padding-bottom: 30px;
line-height: 150%;
}

.review_text
{
padding-top: 10px;
font-size: 12px;
color: #000;
width: 400px;
padding-bottom: 30px;
}

.review_text a:link, .review_text a:active, .review_text a:visited 
{
font-weight: bold;
color: #334060;
text-decoration: none;
float: right;
margin-right: 5px;
}

.review_text a:hover
{
text-decoration: none;
color: #cccccc;
}

.link_left
{
padding-top: 10px;
font-size: 12px;
color: #000;
width: 400px;
padding-bottom: 30px;
}

.link_left a:link, .link_left a:active, .link_left a:visited 
{
font-weight: bold;
color: #334060;
text-decoration: none;
float: left;
margin-right: 5px;
}

.link_left a:hover
{
text-decoration: none;
color: #cccccc;
}

/******Credits*****/

#credits
{
background-image:url(images/credit_background.jpg);
width: 390px;
height: 390px;
}


/******Footer******/

#footer
{
width: 753px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
color: #7788ad;
padding-bottom: 10px;
font-size: 11px;
font-family: arial;
}

#footer a
{
text-decoration: none;
color: #7788ad;
}

#footer a:hover
{
color: #cccccc;
}

/******Text Classes******/

.capital
{
font-size: 24px;
}

.indent
{
margin-left: 15px;
}

.indent_double
{
margin-left: 30px;
}

table.cv
{
font-size: 12px;
}

.header
{
font-size: 14px;
font-weight: bold;
}

.small
{
font-size: 10px;
}

