body{
    font-family: "Lucida Grande";
    font-size: 14px;
    color: #555555;
    
}
/*html, body{height: 100%;}*/

img{
    border: none;
}

/* link block */
a{
    text-decoration: none;
    color: #2D3E62;    
    outline: none;
}

a:visited{
    text-decoration: none;
    color: #2D3E62;    
}

a:active{
    text-decoration: none;
    color: #555555;
}

a:hover{ 
	color: #7b8e99;
}
/* end link block */

#cbase{
    margin: 0px auto;
    padding: 0px;
    width: 810px;    
}

#logo{
    height: 79px;
    width: 810px;
    background-image: url(graphics/logo.png);
    background-repeat: no-repeat;
}

#logo a{
    color: #555555;
}

#logo a:visited{
    color: #555555;
}

#logo a:hover{ 
	color: #7b8e99;
}


#header{
    height: 174px;
    width: 810px;
    background-image: url(graphics/header.png);
    background-repeat: no-repeat;
}


#body{
    width: 810px;
    background-image: url(graphics/body.png);
    background-repeat: repeat-y;
}

#footer{
    height: 71px;
    width: 810px;
    background-image: url(graphics/footer.png);
    background-repeat: no-repeat;
}

#miniTitle{
    position: relative;
    top: 11px;
    left: 30px;
    width: 400px;
    font-size: 12px;
}

#copyRight{
    position: relative;
    width: 96%;
    top: 10px;
    text-align: right;
    font-size: 12px;
}

#headerMain{
    position: relative;
    margin: 0px auto;
    margin-top: 18px;
    width: 780px;
    color: #2D3E62;
}

#leftTop{
    position: relative;
    float: left;
    width: 50%;
    height: 140px;
}

#rightTop{
    position: relative;
    float: left;
    width: 50%;
    height: 140px;
}

#bodyMain{
    margin: 0px auto;
    width: 780px;
    background-color: #F7F7F8;
}

#rightBody{
    float: left;
    width: 50%;
}

#leftBody{
    float: left;
    width: 50%;
    background-color: white;
    padding-bottom: 10px;
}

/* menu block*/
.menu{
    position: relative;
    float: left;
    left: 295px;
    top: 22px;
}
.menu img{
    vertical-align:middle;
}

.filler{
    position: relative;
    float: left;
    left: 295px;
    height: 50px;
    width: 32px;
    top: 17px;
    background-image: url(graphics/linkSeparator.png);
    background-repeat: no-repeat;
    background-position:center;
}
/* end menu block */

.insideTop{
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
    width: 350px;
    height: 120px;
}

.insideTop img{
    vertical-align:middle;
}

/* applications block */
.applicationBlock{
    margin: 10px;
    margin-top: 30px;
    margin-left: 15px;
    width: 370px;
    height: 150px;
}

.appIcon{
    float: left;
}

.appInfo{
    float: left;
    margin-left: 30px;
    width: 260px;
}
.appTitle{
    width: 100%;
    color: #2D3E62;
    font-weight: bold;
}

.appTitle a{
    color: #2D3E62;
    font-weight: bold;
}

.appCaption{
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}

.appActions{
    margin-top: 35px;
    font-size: 12px;
}

.appActions img{
    vertical-align:middle;
    margin-right: 10px;
}

/* end application block */

.smallBlue{
    font-size: 12px;
    color: #2D3E62;    
}

.smallBlueBold{
    font-size: 12px;
    color: #2D3E62;    
    font-weight: bold;
}

.indent{
    margin-left: 20px;
}

.clearner{
    clear: both;
}

.fineLine{
    width: 100%;
    text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.alert {
position: relative;
    margin: 0px auto;
    margin-top: 18px;
    width: 780px;
	border-width: 1px;
	border-style: solid;
	border-color: red;
	border-radius: 5px;
	padding: 10px;
}
